Searched defs:tbl (Results 1 – 1 of 1) sorted by relevance
89 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */ argument92 #define uthash_expand_fyi(tbl) /* can be defined to log expands */ argument101 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho))) argument119 #define HASH_BLOOM_MAKE(tbl) \ argument128 #define HASH_BLOOM_FREE(tbl) \ argument136 #define HASH_BLOOM_ADD(tbl,hashv) \ argument139 #define HASH_BLOOM_TEST(tbl,hashv) \ argument143 #define HASH_BLOOM_MAKE(tbl) argument144 #define HASH_BLOOM_FREE(tbl) argument145 #define HASH_BLOOM_ADD(tbl,hashv) argument[all …]