Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/uthash/
H A Duthash.h125 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8))) macro
/freebsd/contrib/elftoolchain/common/
H A Duthash.h126 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8))) macro