Home
last modified time | relevance | path

Searched refs:HASH_BKT_CAPACITY_THRESH (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h77 #define HASH_BKT_CAPACITY_THRESH 10 /* expand when bucket count reaches */ macro
657 if (head.count >= ((head.expand_mult+1) * HASH_BKT_CAPACITY_THRESH) \
/net-tools-3.5.0/libcoap/include/coap/
Duthash.h98 #define HASH_BKT_CAPACITY_THRESH 10 /* expand when bucket count reaches */ macro
632 if (head.count >= ((head.expand_mult+1) * HASH_BKT_CAPACITY_THRESH) \