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

/freebsd-11-stable/contrib/gperf/src/
H A Doutput.h143 int const _total_duplicates; member in class:Output
H A Dsearch.h136 int _total_duplicates; member in class:Search
H A Dmain.cc111 searcher._total_duplicates,
H A Doutput.cc103 _total_duplicates (total_duplicates), _alpha_size (alpha_size),
1257 duplicate_entry *duplicates = new duplicate_entry[_total_duplicates];
1258 int *lookup_array = new int[_max_hash_value + 1 + 2*_total_duplicates];
1261 int *lookup_ptr = &lookup_array[_max_hash_value + 1 + 2*_total_duplicates];
1395 if (option[TYPE] || (option[DUP] && _total_duplicates > 0))
1412 if (option[LENTABLE] && (option[DUP] && _total_duplicates > 0))
1414 if (option[TYPE] || (option[DUP] && _total_duplicates > 0))
1591 if (option[DUP] && _total_duplicates > 0)
1616 if (option[DUP] && _total_duplicates > 0)
1732 if (_total_duplicates >
[all...]
H A Dsearch.cc750 Set _total_duplicates and _list_len = _total_keys - _total_duplicates. */
753 _total_duplicates = 0;
766 _total_duplicates++;
803 if (_total_duplicates)
807 _total_duplicates);
811 _total_duplicates);
1664 _list_len, _total_keys, _total_duplicates, _max_key_len);

Completed in 294 milliseconds