Lines Matching refs:num_items
197 (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++; \
876 (size_t)((((head)->hh.tbl->num_items * sizeof(UT_hash_handle)) + \
893 #define HASH_CNT(hh,head) ((head)?((head)->hh.tbl->num_items):0)
922 unsigned num_items; member