Home
last modified time | relevance | path

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

/external/bison/lib/
Dhash.c529 && 0 <= tuning->shrink_threshold in check_tuning()
530 && tuning->shrink_threshold + epsilon < tuning->shrink_factor in check_tuning()
532 && tuning->shrink_threshold + epsilon < tuning->growth_threshold) in check_tuning()
1166 < table->tuning->shrink_threshold * table->n_buckets) in hash_delete()
1172 < table->tuning->shrink_threshold * table->n_buckets) in hash_delete()
Dhash.h58 float shrink_threshold; /* ratio of used buckets to trigger a shrink */ member