Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h183 (tbl)->bloom_nbits = HASH_BLOOM; \
202 HASH_BLOOM_BITSET((tbl)->bloom_bv, ((hashv) & (uint32_t)((1UL << (tbl)->bloom_nbits) - 1U)))
205 HASH_BLOOM_BITTEST((tbl)->bloom_bv, ((hashv) & (uint32_t)((1UL << (tbl)->bloom_nbits) - 1U)))
1124 uint8_t bloom_nbits; member

Completed in 21 milliseconds