Home
last modified time | relevance | path

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

/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