Home
last modified time | relevance | path

Searched refs:resultEntries (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_light.c82 PRC_GetRecognizedEntriesEx_Light(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx_Light() argument
97 SDK_ASSERT(resultEntries); in PRC_GetRecognizedEntriesEx_Light()
105 resultEntries[i] = NULL; in PRC_GetRecognizedEntriesEx_Light()
268 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Light()
278 tmpEntry = resultEntries[i]; in PRC_GetRecognizedEntriesEx_Light()
279 resultEntries[i] = resultEntries[i + 1]; in PRC_GetRecognizedEntriesEx_Light()
280 resultEntries[i + 1] = tmpEntry; in PRC_GetRecognizedEntriesEx_Light()
294 if (resultEntries[iRank] == NULL) in PRC_GetRecognizedEntriesEx_Light()
Dprc_algo_standard.c98 PRC_GetRecognizedEntriesEx_Standard(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx_Standard() argument
115 SDK_ASSERT(resultEntries); in PRC_GetRecognizedEntriesEx_Standard()
123 resultEntries[i] = NULL; in PRC_GetRecognizedEntriesEx_Standard()
275 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Standard()
285 tmpEntry = resultEntries[i]; in PRC_GetRecognizedEntriesEx_Standard()
286 resultEntries[i] = resultEntries[i + 1]; in PRC_GetRecognizedEntriesEx_Standard()
287 resultEntries[i + 1] = tmpEntry; in PRC_GetRecognizedEntriesEx_Standard()
Dprc_algo_fine.c102 PRC_GetRecognizedEntriesEx_Fine(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx_Fine() argument
116 SDK_ASSERT(resultEntries); in PRC_GetRecognizedEntriesEx_Fine()
124 resultEntries[i] = NULL; in PRC_GetRecognizedEntriesEx_Fine()
202 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Fine()
212 tmpEntry = resultEntries[i]; in PRC_GetRecognizedEntriesEx_Fine()
213 resultEntries[i] = resultEntries[i + 1]; in PRC_GetRecognizedEntriesEx_Fine()
214 resultEntries[i + 1] = tmpEntry; in PRC_GetRecognizedEntriesEx_Fine()
Dprc_algo_superfine.c108 PRC_GetRecognizedEntriesEx_Superfine(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx_Superfine() argument
122 SDK_ASSERT(resultEntries); in PRC_GetRecognizedEntriesEx_Superfine()
130 resultEntries[i] = NULL; in PRC_GetRecognizedEntriesEx_Superfine()
207 resultEntries[numRanking - 1] = (PRCPrototypeEntry *)proto->entry; in PRC_GetRecognizedEntriesEx_Superfine()
217 tmpEntry = resultEntries[i]; in PRC_GetRecognizedEntriesEx_Superfine()
218 resultEntries[i] = resultEntries[i + 1]; in PRC_GetRecognizedEntriesEx_Superfine()
219 resultEntries[i + 1] = tmpEntry; in PRC_GetRecognizedEntriesEx_Superfine()
/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_standard.h304 PRC_GetRecognizedEntriesEx_Standard(PRCPrototypeEntry **resultEntries,
331 PRC_GetRecognizedEntries_Standard(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries_Standard() argument
338 return PRC_GetRecognizedEntriesEx_Standard(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries_Standard()
547 PRC_GetRecognizedEntries(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries() argument
552 return PRC_GetRecognizedEntries_Standard(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries()
557 PRC_GetRecognizedEntriesEx(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx() argument
565 return PRC_GetRecognizedEntriesEx_Standard(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntriesEx()
Dalgo_fine.h308 PRC_GetRecognizedEntriesEx_Fine(PRCPrototypeEntry **resultEntries,
335 PRC_GetRecognizedEntries_Fine(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries_Fine() argument
341 return PRC_GetRecognizedEntriesEx_Fine(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries_Fine()
548 PRC_GetRecognizedEntries(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries() argument
553 return PRC_GetRecognizedEntries_Fine(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries()
558 PRC_GetRecognizedEntriesEx(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx() argument
566 return PRC_GetRecognizedEntriesEx_Fine(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntriesEx()
Dalgo_superfine.h309 PRC_GetRecognizedEntriesEx_Superfine(PRCPrototypeEntry **resultEntries,
336 PRC_GetRecognizedEntries_Superfine(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries_Superfine() argument
343 return PRC_GetRecognizedEntriesEx_Superfine(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries_Superfine()
552 PRC_GetRecognizedEntries(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries() argument
557 return PRC_GetRecognizedEntries_Superfine(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries()
562 PRC_GetRecognizedEntriesEx(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx() argument
570 return PRC_GetRecognizedEntriesEx_Superfine(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntriesEx()
Dalgo_light.h303 PRC_GetRecognizedEntriesEx_Light(PRCPrototypeEntry **resultEntries,
330 PRC_GetRecognizedEntries_Light(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries_Light() argument
337 return PRC_GetRecognizedEntriesEx_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries_Light()
545 PRC_GetRecognizedEntries(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntries() argument
550 return PRC_GetRecognizedEntries_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries()
555 PRC_GetRecognizedEntriesEx(PRCPrototypeEntry **resultEntries, in PRC_GetRecognizedEntriesEx() argument
563 return PRC_GetRecognizedEntriesEx_Light(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntriesEx()