| /TwlSDK-5.1.0/build/libraries/prc/common/src/ |
| D | prc_algo_light.c | 82 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()
|
| D | prc_algo_standard.c | 98 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()
|
| D | prc_algo_fine.c | 102 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()
|
| D | prc_algo_superfine.c | 108 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/ |
| D | algo_standard.h | 304 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()
|
| D | algo_fine.h | 308 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()
|
| D | algo_superfine.h | 309 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()
|
| D | algo_light.h | 303 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()
|