Lines Matching refs:results
62 PRCPrototypeEntry *results[RESULT_NUM]; member
242 PRCPrototypeEntry **results = queue[queueHead].results; in NitroMain() local
251 if (results[0] != NULL) in NitroMain()
255 … int dictIndex = (int)results[0]->data; // Entry number was stored in data in advance in NitroMain()
262 PrintRecognitionResult(results, scores); in NitroMain()
518 void PrintRecognitionResult(PRCPrototypeEntry **results, fx32 *scores) in PrintRecognitionResult() argument
526 if (results[0] == NULL) in PrintRecognitionResult()
537 if (results[iResult] == NULL) in PrintRecognitionResult()
540 code = PRC_GetEntryCode(results[iResult]); in PrintRecognitionResult()
700 (void)PRC_GetRecognizedEntriesEx(obj->results, obj->scores, RESULT_NUM, in RecognizePattern()
718 obj->results[i] = NULL; in RecognizePattern()