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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Doutput.h132 int const _total_keys; member in class:Output
H A Dsearch.h108 int _total_keys; member in class:Search
H A Dmain.cc104 searcher._total_keys,
H A Dsearch.cc133 _total_keys = 0;
135 _total_keys++;
244 Hash_Table representatives (_total_keys, !_hash_includes_len);
596 Hash_Table representatives (_total_keys, !_hash_includes_len);
748 Set _total_duplicates and _list_len = _total_keys - _total_duplicates. */
750 _list_len = _total_keys;
1662 _list_len, _total_keys, _total_duplicates, _max_key_len);
H A Doutput.cc98 _total_keys (total_keys),
223 style.output_item ("TOTAL_KEYWORDS", _total_keys);
1325 lookup_array[dup_ptr->hash_value] = - 1 - _total_keys - i;
1326 lookup_array[i] = - _total_keys + dup_ptr->index;

Completed in 68 milliseconds