Searched refs:num_items (Results 1 – 1 of 1) sorted by relevance
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); \1070 #define HASH_CNT(hh,head) ((head != NULL)?((head)->hh.tbl->num_items):0U)[all …]
Completed in 33 milliseconds