Searched refs:max_hash_value (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/gperf/src/ |
| HD | search.cc | 1524 int max_hash_value = INT_MIN; in find_good_asso_values() local 1530 if (max_hash_value < hashcode) in find_good_asso_values() 1531 max_hash_value = hashcode; in find_good_asso_values() 1537 && max_hash_value < best_max_hash_value)) in find_good_asso_values() 1542 best_max_hash_value = max_hash_value; in find_good_asso_values() 1625 int max_hash_value; in optimize() local 1630 max_hash_value = temp->first()->_hash_value; in optimize() 1634 _asso_values[c] = max_hash_value + 1; in optimize()
|
| HD | 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()
|
| /trueos/contrib/gperf/ |
| HD | 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
|