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

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h114 (tbl)->bloom_nbits = HASH_BLOOM; \
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)))
903 char bloom_nbits; member in struct:UT_hash_table
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h113 (tbl)->bloom_nbits = HASH_BLOOM; \
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)))
704 char bloom_nbits; member in struct:UT_hash_table

Completed in 45 milliseconds