17 #define BIHASH_TYPE _24_8 18 #define BIHASH_KVP_PER_PAGE 4 20 #ifndef __included_bihash_24_8_h__ 21 #define __included_bihash_24_8_h__ 39 if (v->
key[0] == ~0ULL && v->
value == ~0ULL)
47 #ifdef clib_crc32c_uses_intrinsics 48 return clib_crc32c ((
u8 *) v->
key, 24);
60 s =
format (s,
"key %llu %llu %llu value %llu",
68 return ((a[0] ^ b[0]) | (a[1] ^ b[1]) | (a[2] ^ b[2])) == 0;
71 #undef __included_bihash_template_h__
Fixed length block allocator.
static u64 clib_xxhash(u64 key)
static u64 clib_bihash_hash_24_8(const clib_bihash_kv_24_8_t *v)
static int clib_bihash_is_free_24_8(const clib_bihash_kv_24_8_t *v)
static u8 * format_bihash_kvp_24_8(u8 *s, va_list *args)
static int clib_bihash_key_compare_24_8(const u64 *a, const u64 *b)