Searched refs:bestJ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c4520 int bestJ = -1; /* The value of j */ local
4521 Bitmask m; /* Bitmask value for j or bestJ */
4575 for(isOptimal=(iFrom<nTabList-1); isOptimal>=0 && bestJ<0; isOptimal--){
4640 && (bestJ<0 || (notIndexed&m)!=0 /* (2) */
4645 && (bestJ<0 || sCost.rCost<bestPlan.rCost /* (4) */
4653 bestJ = j;
4658 assert( bestJ>=0 );
4659 assert( notReady & getMask(pMaskSet, pTabList->a[bestJ].iCursor) );
4662 bestJ, pLevel-pWInfo->a, bestPlan.rCost, bestPlan.plan.nRow));
4675 notReady &= ~getMask(pMaskSet, pTabList->a[bestJ]
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c102381 int bestJ = -1; /* The value of j */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c107315 int bestJ = -1; /* The value of j */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c107351 int bestJ = -1; /* The value of j */ local
[all...]

Completed in 613 milliseconds