Home | History | Annotate | Download | only in src

Lines Matching refs:maxFreq

738 // copy the word into the output buffer. In output value maxFreq, it will
741 short unsigned int* outWord, int* maxFreq) {
742 if (freq > *maxFreq) {
746 *maxFreq = freq;
756 int maxFreq = -1;
777 onTerminalWordLike(frequency, newWord, inputIndex, outWord, &maxFreq);
807 return maxFreq;