Searched refs:iBest (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dfunc.c41 int iBest; local
49 iBest = 0;
53 if( (sqlite3MemCompare(argv[iBest], argv[i], pColl)^mask)>=0 ){
55 iBest = i;
58 sqlite3_result_value(context, argv[iBest]);
H A Dtest_fuzzer.c497 int iBest; local
501 iBest = -1;
508 iBest = i;
512 pCur->aQueue[iBest] = pBest->pNext;
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c1962 size_t iBest, nbestSize, jBest, k, grammarSize, semanticResultsSize, grammarIndex_for_iBest; local
2144 for (iBest = 0; iBest < nbestSize; ++iBest)
2147 if (CA_NBestListGetResultWordIDs(resultImpl->nbestList, iBest, wordIDs, &len, &raws) != ESR_SUCCESS)
2159 PLogError(L("ESR_INVALID_STATE: got bad n-best list entry %d"), iBest);
2189 if (iBest == 0)
2202 rc = CA_NBestListGetResultWordIDs(resultImpl->nbestList, iBest, wordIDs, &len, &raws) ;
2351 for (iBest = nbestSize-1; iBest>
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1568 sqlite3_int64 iBest; local
1629 iBest = cell.iRowid;
1634 rc = nodeAcquire(pRtree, iBest, pNode, &pChild);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c81740 int iBest; local
125825 sqlite3_int64 iBest; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c91716 int iBest; local
146503 sqlite3_int64 iBest = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c91736 int iBest; local
146535 sqlite3_int64 iBest = 0; local
[all...]

Completed in 953 milliseconds