Lines Matching refs:num_items
263 (head)->hh.tbl->num_items++; \
299 (head)->hh.tbl->num_items++; \
367 (head)->hh.tbl->num_items--; \
427 if (_count != (head)->hh.tbl->num_items) { \
429 (head)->hh.tbl->num_items, _count ); \
445 if (_count != (head)->hh.tbl->num_items) { \
447 (head)->hh.tbl->num_items, _count ); \
803 (tbl->num_items >> (tbl->log2_num_buckets+1U)) + \
804 (((tbl->num_items & ((tbl->num_buckets*2U)-1U)) != 0U) ? 1U : 0U); \
830 tbl->ineff_expands = (tbl->nonideal_items > (tbl->num_items >> 1)) ? \
964 (dst)->hh_dst.tbl->num_items++; \
987 (size_t)(((head)->hh.tbl->num_items * sizeof(UT_hash_handle)) + \
1004 #define HASH_CNT(hh,head) ((head != NULL)?((head)->hh.tbl->num_items):0U)
1033 unsigned num_items; member