Home
last modified time | relevance | path

Searched refs:n_buckets_used (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dhash.c60 size_t n_buckets_used; member
160 return table->n_buckets_used; in hash_get_n_buckets_used()
204 size_t n_buckets_used = 0; in hash_table_ok() local
214 n_buckets_used++; in hash_table_ok()
223 if (n_buckets_used == table->n_buckets_used && n_entries == table->n_entries) in hash_table_ok()
234 size_t n_buckets_used = hash_get_n_buckets_used (table); in hash_print_statistics() local
240 (unsigned long int) n_buckets_used, in hash_print_statistics()
241 (100.0 * n_buckets_used) / n_buckets); in hash_print_statistics()
630 table->n_buckets_used = 0; in hash_initialize()
686 table->n_buckets_used = 0; in hash_clear()
[all …]