Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
H A Duthash.h155 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8U] |= (1U << ((idx)%8U))) macro
159 HASH_BLOOM_BITSET((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1U)))
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h196 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8U] |= (1U << ((idx)%8U))) macro
200 HASH_BLOOM_BITSET((tbl)->bloom_bv, ((hashv) & (uint32_t)((1UL << (tbl)->bloom_nbits) - 1U)))

Completed in 6 milliseconds