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

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h102 if (HASH_BLOOM_TEST((head)->hh.tbl, _hf_hashv)) { \
132 #define HASH_BLOOM_TEST(tbl,hashv) \ macro
139 #define HASH_BLOOM_TEST(tbl,hashv) (1) macro
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h101 if (HASH_BLOOM_TEST((head)->hh.tbl, _hf_hashv)) { \
131 #define HASH_BLOOM_TEST(tbl,hashv) \ macro
138 #define HASH_BLOOM_TEST(tbl,hashv) (1) macro

Completed in 54 milliseconds