Home
last modified time | relevance | path

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

/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h113 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8))) macro
119 HASH_BLOOM_BITTEST((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1)))
/net-tools-3.5.0/libcoap/include/coap/
Duthash.h134 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8))) macro
140 HASH_BLOOM_BITTEST((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1)))