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

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h127 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8))) macro
133 HASH_BLOOM_BITTEST((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1)))
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h126 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8))) macro
132 HASH_BLOOM_BITTEST((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1)))

Completed in 117 milliseconds