Searched refs:_total_keys (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gperf/src/
H A Doutput.h133 int const _total_keys; member in class:Output
H A Dsearch.h110 int _total_keys; member in class:Search
H A Dmain.cc106 searcher._total_keys,
H A Dsearch.cc138 _total_keys = 0;
140 _total_keys++;
246 Hash_Table representatives (_total_keys, option[NOLENGTH]);
598 Hash_Table representatives (_total_keys, option[NOLENGTH]);
750 Set _total_duplicates and _list_len = _total_keys - _total_duplicates. */
752 _list_len = _total_keys;
1664 _list_len, _total_keys, _total_duplicates, _max_key_len);
H A Doutput.cc100 _total_keys (total_keys),
224 style.output_item ("TOTAL_KEYWORDS", _total_keys);
1324 lookup_array[dup_ptr->hash_value] = - 1 - _total_keys - i;
1325 lookup_array[i] = - _total_keys + dup_ptr->index;

Completed in 112 milliseconds