Searched refs:_occurrences (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gperf/src/
H A Dsearch.h139 _occurrences[c] is the number of times that c occurs among the _selchars
141 int * _occurrences; member in class:Search
H A Dsearch.cc818 _occurrences = new int[_alpha_size];
819 memset (_occurrences, 0, _alpha_size * sizeof (_occurrences[0]));
825 _occurrences[*ptr]++;
911 is the set of characters c with _occurrences[c] > 0. At the end, C
1151 if (_occurrences[c] > 0 && determined[c])
1163 /* All c with _occurrences[c] > 0 are undetermined. We are
1191 if (_occurrences[c] > 0 && determined[c]
1633 if (_occurrences[c] == 0)
1653 if (_occurrences[
[all...]

Completed in 93 milliseconds