Home
last modified time | relevance | path

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

/external/bison/lib/
Dhash.c526 if (epsilon < tuning->growth_threshold in check_tuning()
527 && tuning->growth_threshold < 1 - epsilon in check_tuning()
532 && tuning->shrink_threshold + epsilon < tuning->growth_threshold) in check_tuning()
548 float new_candidate = candidate / tuning->growth_threshold; in compute_bucket_size()
1064 > table->tuning->growth_threshold * table->n_buckets) in hash_insert_if_absent()
1070 > table->tuning->growth_threshold * table->n_buckets) in hash_insert_if_absent()
1077 * tuning->growth_threshold)); in hash_insert_if_absent()
1179 * tuning->growth_threshold)); in hash_delete()
Dhash.h60 float growth_threshold; /* ratio of used buckets to trigger a growth */ member