Searched refs:t_buckets_count (Results 1 – 2 of 2) sorted by relevance
62 for domain_idx in range(int(domain_tbl.t_buckets_count)):90 for entry_idx in range(int(entry_tbl.t_buckets_count)):
183 size_t t_buckets_count; member193 (table->t_buckets_count - 1); in get_bucket()240 assert3u(table->t_buckets_count & (table->t_buckets_count - 1), ==, 0); in table_init()243 for (size_t i = 0; i < table->t_buckets_count; i++) { in table_init()259 table->t_buckets_count = nbuckets; in table_alloc()270 for (size_t i = 0; i < table->t_buckets_count; i++) {296 .t_buckets_count = TABLE_LEN,