Searched refs:max_hash_value (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gperf/src/ |
| H A D | search.cc | 1527 int max_hash_value = INT_MIN; in find_good_asso_values() local 1533 if (max_hash_value < hashcode) in find_good_asso_values() 1534 max_hash_value = hashcode; in find_good_asso_values() 1540 && max_hash_value < best_max_hash_value)) in find_good_asso_values() 1545 best_max_hash_value = max_hash_value; in find_good_asso_values() 1628 int max_hash_value; in optimize() local 1633 max_hash_value = temp->first()->_hash_value; in optimize() 1637 _asso_values[c] = max_hash_value + 1; in optimize()
|
| H A D | output.cc | 1492 …wordExt_List *list, int num_switches, int size, int min_hash_value, int max_hash_value, int indent) in output_switches() argument 1496 indent, "", min_hash_value, max_hash_value, size); in output_switches() 1521 output_switches (temp, part2, size2, temp->first()->_hash_value, max_hash_value, indent+4); in output_switches() 1534 assert (lowest_case_value <= max_hash_value); in output_switches() 1535 if (min_hash_value == max_hash_value) in output_switches()
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | ChangeLog | 2537 max_hash_value it was only large enough to index max_hash_value 2770 max_hash_value + 1 (rather than just max_hash_value) for
|