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); \
848 ((tbl)->num_items >> ((tbl)->log2_num_buckets+1U)) + \
849 ((((tbl)->num_items & (((tbl)->num_buckets*2U)-1U)) != 0U) ? 1U : 0U); \
876 (tbl)->ineff_expands = ((tbl)->nonideal_items > ((tbl)->num_items >> 1)) ? \
1018 (dst)->hh_dst.tbl->num_items++; \
1051 (size_t)(((head)->hh.tbl->num_items * sizeof(UT_hash_handle)) + \
1068 #define HASH_CNT(hh,head) ((head != NULL)?((head)->hh.tbl->num_items):0U)
1097 unsigned num_items; member