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

/freebsd-10.0-release/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;)
1260 int *lookup_array = new int[_max_hash_value + 1 + 2*_total_duplicates];
1261 int lookup_array_size = _max_hash_value + 1;
1263 int *lookup_ptr = &lookup_array[_max_hash_value + 1 + 2*_total_duplicates];
1615 output_switches (_head, num_switches, switch_size, _min_hash_value, _max_hash_value, 10);
2053 _max_hash_value
[all...]
H A Dsearch.cc852 _max_hash_value = (option[NOLENGTH] ? 0 : _max_key_len)
856 _collision_detector = new Bool_Array (_max_hash_value + 1);
862 non_linked_length, asso_value_max, _max_hash_value);
1223 / static_cast<double>(_max_hash_value));
1410 /* Reinitialize _max_hash_value. */
1411 _max_hash_value =
1417 new Bool_Array (_max_hash_value + 1);

Completed in 93 milliseconds