Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Duthash.h98 if (HASH_BLOOM_TEST((head)->hh.tbl, _hf_hashv)) { \
128 #define HASH_BLOOM_TEST(tbl,hashv) \ macro
135 #define HASH_BLOOM_TEST(tbl,hashv) (1) macro
/external/libdrm/intel/
Duthash.h125 if (HASH_BLOOM_TEST((head)->hh.tbl, hashval) != 0) { \
161 #define HASH_BLOOM_TEST(tbl,hashv) \ macro
168 #define HASH_BLOOM_TEST(tbl,hashv) (1) macro