Home
last modified time | relevance | path

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

/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h71 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */ argument
72 #define uthash_expand_fyi(tbl) /* can be defined to log expands */ argument
80 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho))) argument
98 #define HASH_BLOOM_MAKE(tbl) \ argument
107 #define HASH_BLOOM_FREE(tbl) \ argument
115 #define HASH_BLOOM_ADD(tbl,hashv) \ argument
118 #define HASH_BLOOM_TEST(tbl,hashv) \ argument
122 #define HASH_BLOOM_MAKE(tbl) argument
123 #define HASH_BLOOM_FREE(tbl) argument
124 #define HASH_BLOOM_ADD(tbl,hashv) argument
[all …]
/net-tools-3.5.0/libcoap/include/coap/
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 …]
/net-tools-3.5.0/mbedtls-2.4.0/library/
Dtiming.c127 unsigned long tbl, tbu0, tbu1; in mbedtls_timing_hardclock() local