Home
last modified time | relevance | path

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

/net-tools-3.5.0/libcoap/include/coap/
Duthash.h197 (head)->hh.tbl->num_items++; \
254 (head)->hh.tbl->num_items--; \
314 if (_count != (head)->hh.tbl->num_items) { \
316 (head)->hh.tbl->num_items, _count ); \
332 if (_count != (head)->hh.tbl->num_items) { \
334 (head)->hh.tbl->num_items, _count ); \
692 (tbl->num_items >> (tbl->log2_num_buckets+1)) + \
693 ((tbl->num_items & ((tbl->num_buckets*2)-1)) ? 1 : 0); \
719 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1)) ? \
853 (dst)->hh_dst.tbl->num_items++; \
[all …]
/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h165 (head)->hh.tbl->num_items++; \
222 (head)->hh.tbl->num_items--; \
276 if (_count != (head)->hh.tbl->num_items) { \
278 (head)->hh.tbl->num_items, _count ); \
294 if (_count != (head)->hh.tbl->num_items) { \
296 (head)->hh.tbl->num_items, _count ); \
717 (tbl->num_items >> (tbl->log2_num_buckets+1)) + \
718 ((tbl->num_items & ((tbl->num_buckets*2)-1)) ? 1 : 0); \
744 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1)) ? \
870 (dst)->hh_dst.tbl->num_items++; \
[all …]