Lines Matching refs:num_items
320 (head)->hh.tbl->num_items++; \
343 (head)->hh.tbl->num_items++; \
477 (head)->hh.tbl->num_items--; \
545 if (_count != (head)->hh.tbl->num_items) { \
547 (where), (head)->hh.tbl->num_items, _count); \
561 if (_count != (head)->hh.tbl->num_items) { \
563 (where), (head)->hh.tbl->num_items, _count); \
850 ((tbl)->num_items >> ((tbl)->log2_num_buckets+1U)) + \
851 ((((tbl)->num_items & (((tbl)->num_buckets*2U)-1U)) != 0U) ? 1U : 0U); \
878 (tbl)->ineff_expands = ((tbl)->nonideal_items > ((tbl)->num_items >> 1)) ? \
1020 (dst)->hh_dst.tbl->num_items++; \
1053 (size_t)(((head)->hh.tbl->num_items * sizeof(UT_hash_handle)) + \
1070 #define HASH_CNT(hh,head) ((head != NULL)?((head)->hh.tbl->num_items):0U)
1099 unsigned num_items; member