Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h199 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8U] & (1U << ((idx)%8U))) macro
205 HASH_BLOOM_BITTEST((tbl)->bloom_bv, ((hashv) & (uint32_t)((1UL << (tbl)->bloom_nbits) - 1U)))

Completed in 10 milliseconds