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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dsearch.h140 _occurrences[c] is the number of times that c occurs among the _selchars
142 int * _occurrences; member in class:Search
H A Dsearch.cc819 _occurrences = new int[_alpha_size];
820 memset (_occurrences, 0, _alpha_size * sizeof (_occurrences[0]));
826 _occurrences[*ptr]++;
912 is the set of characters c with _occurrences[c] > 0. At the end, C
1152 if (_occurrences[c] > 0 && determined[c])
1164 /* All c with _occurrences[c] > 0 are undetermined. We are
1192 if (_occurrences[c] > 0 && determined[c]
1634 if (_occurrences[c] == 0)
1654 if (_occurrences[
[all...]

Completed in 87 milliseconds