Home
last modified time | relevance | path

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

/external/bison/lib/
Dhash.c544 compute_bucket_size (size_t candidate, const Hash_tuning *tuning) in compute_bucket_size() function
622 table->n_buckets = compute_bucket_size (candidate, tuning); in hash_initialize()
947 size_t new_size = compute_bucket_size (candidate, table->tuning); in hash_rehash()