Lines Matching defs:num_items
318 (head)->hh.tbl->num_items++; \
341 (head)->hh.tbl->num_items++; \
475 (head)->hh.tbl->num_items--; \
543 if (_count != (head)->hh.tbl->num_items) { \
545 (where), (head)->hh.tbl->num_items, _count); \
559 if (_count != (head)->hh.tbl->num_items) { \
561 (where), (head)->hh.tbl->num_items, _count); \
846 ((tbl)->num_items >> ((tbl)->log2_num_buckets+1U)) + \
847 ((((tbl)->num_items & (((tbl)->num_buckets*2U)-1U)) != 0U) ? 1U : 0U); \
874 (tbl)->ineff_expands = ((tbl)->nonideal_items > ((tbl)->num_items >> 1)) ? \
1016 (dst)->hh_dst.tbl->num_items++; \
1049 (size_t)(((head)->hh.tbl->num_items * sizeof(UT_hash_handle)) + \
1066 #define HASH_CNT(hh,head) ((head != NULL)?((head)->hh.tbl->num_items):0U)
1095 unsigned num_items;