16 #undef BIHASH_KVP_PER_PAGE 17 #undef BIHASH_32_64_SVM 18 #undef BIHASH_ENABLE_STATS 21 #define BIHASH_TYPE _16_8_32 22 #define BIHASH_KVP_PER_PAGE 4 24 #define BIHASH_32_64_SVM 1 26 #ifndef __included_bihash_16_18_32_h__ 27 #define __included_bihash_16_18_32_h__ 45 if (v->
key[0] == ~0ULL && v->
value == ~0ULL)
53 #ifdef clib_crc32c_uses_intrinsics 54 return clib_crc32c ((
u8 *) v->
key, 16);
73 #if defined(CLIB_HAVE_VEC128) && defined(CLIB_HAVE_VEC128_UNALIGNED_LOAD_STORE) 75 v = u64x2_load_unaligned (a) ^ u64x2_load_unaligned (b);
76 return u64x2_is_all_zero (v);
78 return ((a[0] ^ b[0]) | (a[1] ^ b[1])) == 0;
82 #undef __included_bihash_template_h__
static int clib_bihash_is_free_16_8_32(clib_bihash_kv_16_8_32_t *v)
Fixed length block allocator.
static u64 clib_xxhash(u64 key)
epu8_epi32 epu16_epi32 u64x2
static int clib_bihash_key_compare_16_8_32(u64 *a, u64 *b)
static u64 clib_bihash_hash_16_8_32(clib_bihash_kv_16_8_32_t *v)
static u8 * format_bihash_kvp_16_8_32(u8 *s, va_list *args)