Searched refs:_max_hash_value (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gperf/src/
H A Doutput.h66 in _min_hash_value and _max_hash_value. */
147 int _max_hash_value; member in class:Output
H A Dsearch.h159 int _max_hash_value; member in class:Search
H A Doutput.cc111 in _min_hash_value and _max_hash_value. */
124 _max_hash_value = temp->first()->_hash_value;
228 style.output_item ("MAX_HASH_VALUE", _max_hash_value);
796 smallest_integral_type (_max_hash_value + 1));
802 for (int trunc = _max_hash_value; (trunc /= 10) > 0;)
1258 int *lookup_array = new int[_max_hash_value + 1 + 2*_total_duplicates];
1259 int lookup_array_size = _max_hash_value + 1;
1261 int *lookup_ptr = &lookup_array[_max_hash_value + 1 + 2*_total_duplicates];
1613 output_switches (_head, num_switches, switch_size, _min_hash_value, _max_hash_value, 10);
2054 _max_hash_value
[all...]
H A Dsearch.cc855 _max_hash_value = (option[NOLENGTH] ? 0 : _max_key_len)
859 _collision_detector = new Bool_Array (_max_hash_value + 1);
865 non_linked_length, asso_value_max, _max_hash_value);
1226 / static_cast<double>(_max_hash_value));
1413 /* Reinitialize _max_hash_value. */
1414 _max_hash_value =
1420 new Bool_Array (_max_hash_value + 1);

Completed in 64 milliseconds