Home | History | Annotate | Download | only in src

Lines Matching refs:newWord

762 static inline void onTerminalWordLike(const int freq, int32_t *newWord, const int length,
766 outWord[q] = newWord[q];
777 int32_t newWord[MAX_WORD_LENGTH_INTERNAL];
800 inputIndex, inputSize, newWord, &inputIndex, &pos);
804 onTerminalWordLike(frequency, newWord, inputIndex, outWord, &maxFreq);