Go to the source code of this file.
◆ CLIB_CUCKOO_BFS_MAX_PATH_LENGTH
#define CLIB_CUCKOO_BFS_MAX_PATH_LENGTH (8) |
◆ CLIB_CUCKOO_BFS_MAX_STEPS
#define CLIB_CUCKOO_BFS_MAX_STEPS (2000) |
◆ CLIB_CUCKOO_KVP_PER_BUCKET
#define CLIB_CUCKOO_KVP_PER_BUCKET (4) |
◆ CLIB_CUCKOO_LOG2_KVP_PER_BUCKET
#define CLIB_CUCKOO_LOG2_KVP_PER_BUCKET (2) |
◆ CLIB_CUCKOO_OPTIMIZE_PREFETCH
#define CLIB_CUCKOO_OPTIMIZE_PREFETCH 1 |
◆ CLIB_CUCKOO_OPTIMIZE_UNROLL
#define CLIB_CUCKOO_OPTIMIZE_UNROLL 1 |
◆ CLIB_CUCKOO_OPTIMIZE_USE_COUNT_LIMITS_SEARCH
#define CLIB_CUCKOO_OPTIMIZE_USE_COUNT_LIMITS_SEARCH 1 |
◆ CLIB_CUCKOO_TYPE
#define CLIB_CUCKOO_TYPE _8_8 |
◆ clib_cuckoo_hash_8_8()
◆ clib_cuckoo_key_compare_8_8()
static int clib_cuckoo_key_compare_8_8 |
( |
u64 |
a, |
|
|
u64 |
b |
|
) |
| |
|
inlinestatic |
◆ clib_cuckoo_kv_is_free_8_8()
◆ clib_cuckoo_kv_set_free_8_8()
◆ format_cuckoo_kvp_8_8()
static u8* format_cuckoo_kvp_8_8 |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
inlinestatic |
Format a clib_cuckoo_kv_8_8_t instance.
- Parameters
-
s | - u8 * vector under construction |
args | (vararg) - the (key,value) pair to format |
- Returns
- s - the u8 * vector under construction
Definition at line 74 of file cuckoo_8_8.h.