Home
last modified time | relevance | path

Searched defs:tbl (Results 1 – 1 of 1) sorted by relevance

/libbtbb/lib/src/
H A Duthash.h89 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */ argument
92 #define uthash_expand_fyi(tbl) /* can be defined to log expands */ argument
101 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho))) argument
119 #define HASH_BLOOM_MAKE(tbl) \ argument
128 #define HASH_BLOOM_FREE(tbl) \ argument
136 #define HASH_BLOOM_ADD(tbl,hashv) \ argument
139 #define HASH_BLOOM_TEST(tbl,hashv) \ argument
143 #define HASH_BLOOM_MAKE(tbl) argument
144 #define HASH_BLOOM_FREE(tbl) argument
145 #define HASH_BLOOM_ADD(tbl,hashv) argument
[all …]