Searched refs:HASH_BLOOM_BITSET (Results 1 – 1 of 1) sorted by relevance
198 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8U] |= (1U << ((idx)%8U))) macro202 HASH_BLOOM_BITSET((tbl)->bloom_bv, ((hashv) & (uint32_t)((1UL << (tbl)->bloom_nbits) - 1U)))
Completed in 6 milliseconds