Home
last modified time | relevance | path

Searched defs:bv (Results 1 – 1 of 1) sorted by relevance

/libbtbb/lib/src/
H A Duthash.h133 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8))) argument
134 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8))) argument