![]() |
ndn-lite
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | LEAST_SIG_BIT(x) ((x) & (-(x))) |
Typedefs | |
typedef uint64_t | ndn_bitset_t |
Functions | |
static ndn_bitset_t | bitset_set (ndn_bitset_t set, size_t val) |
static ndn_bitset_t | bitset_unset (ndn_bitset_t set, size_t val) |
static size_t | bitset_log2 (ndn_bitset_t val) |
static size_t | bitset_pop_least (ndn_bitset_t *val) |
#define LEAST_SIG_BIT | ( | x | ) | ((x) & (-(x))) |
typedef uint64_t ndn_bitset_t |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |