Searched refs:bloom_bv (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h115 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
116 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \
117 memset((tbl)->bloom_bv, 0, HASH_BLOOM_BYTELEN); \
123 uthash_free((tbl)->bloom_bv, HASH_BLOOM_BYTELEN); \
130 HASH_BLOOM_BITSET((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1)))
133 HASH_BLOOM_BITTEST((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1)))
902 uint8_t *bloom_bv; member in struct:UT_hash_table
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h114 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
115 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \
116 memset((tbl)->bloom_bv, 0, HASH_BLOOM_BYTELEN); \
122 uthash_free((tbl)->bloom_bv, HASH_BLOOM_BYTELEN); \
129 HASH_BLOOM_BITSET((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1)))
132 HASH_BLOOM_BITTEST((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1)))
703 uint8_t *bloom_bv; member in struct:UT_hash_table

Completed in 567 milliseconds