Home
last modified time | relevance | path

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

/net-tools-2.7.6/tinydtls-0.8.2/
Duthash.h112 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8))) argument
113 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8))) argument
/net-tools-2.7.6/libcoap/include/coap/
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