Home
last modified time | relevance | path

Searched defs:HASH_BLOOM_BITTEST (Results 1 - 2 of 2) sorted by relevance

/third_party/libdrm/intel/
H A Duthash.h156 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8U] & (1U << ((idx)%8U))) macro
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h197 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8U] & (1U << ((idx)%8U))) macro

Completed in 4 milliseconds