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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c2772 ** nInMul:
2779 ** SQLite must perform 9 lookups on an index on (a, b), so nInMul is
2786 ** nInMul is set to 1.
2790 ** determining nInMul.
2794 ** in determining the value of nInMul. Note that the RHS of the
2829 int nInMul = 1; /* Number of distinct equalities to lookup */ local
2839 /* Determine the values of nEq and nInMul */
2850 nInMul *= 25;
2854 nInMul *= pExpr->x.pList->nExpr;
2934 nRow = (double)(aiRowEst[nEq] * nInMul);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100483 int nInMul = 1; /* Number of distinct equalities to lookup */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 646 milliseconds