Home
last modified time | relevance | path

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

/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
108 HASH_FCN(keyptr,keylen, (head)->hh.tbl->num_buckets, _hf_hashv, _hf_bkt); \
109 if (HASH_BLOOM_TEST((head)->hh.tbl, _hf_hashv)) { \
110 HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], \
119 #define HASH_BLOOM_MAKE(tbl) \ argument
121 (tbl)->bloom_nbits = HASH_BLOOM; \
122 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
123 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \
[all …]
/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
87 HASH_FCN(keyptr,keylen, (head)->hh.tbl->num_buckets, _hf_hashv, _hf_bkt); \
88 if (HASH_BLOOM_TEST((head)->hh.tbl, _hf_hashv)) { \
89 HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], \
98 #define HASH_BLOOM_MAKE(tbl) \ argument
100 (tbl)->bloom_nbits = HASH_BLOOM; \
101 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
102 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \
[all …]
/net-tools-3.5.0/mbedtls-2.4.0/library/
Dtiming.c127 unsigned long tbl, tbu0, tbu1; in mbedtls_timing_hardclock() local
132 asm volatile( "mftb %0" : "=r" (tbl ) ); in mbedtls_timing_hardclock()
137 return( tbl ); in mbedtls_timing_hardclock()