Searched refs:iRight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1871 int iRight = 0; local
1884 while( iLeft<nLeft || iRight<nRight ){
1886 aIdx[iLeft+iRight] = aRight[iRight];
1887 iRight++;
1888 }else if( iRight==nRight ){
1889 aIdx[iLeft+iRight] = aLeft[iLeft];
1893 float fRight = aDistance[aRight[iRight]];
1895 aIdx[iLeft+iRight] = aLeft[iLeft];
1898 aIdx[iLeft+iRight]
1940 int iRight = 0; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c1362 int iRight = 0; /* Current index in aRight */ local
1368 while( iRight<nRight || iLeft<nLeft ){
1373 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
1377 logpage = aRight[iRight++];
1385 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
H A Dselect.c241 int iRight, /* Index of second table in pSrc */
251 assert( iLeft<iRight );
252 assert( pSrc->nSrc>iRight );
254 assert( pSrc->a[iRight].pTab );
257 pE2 = sqlite3CreateColumnExpr(db, pSrc, iRight, iColRight);
236 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44642 int iRight = 0; /* Current index in aRight */ local
90158 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
126139 int iRight = 0; local
126208 int iRight = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48879 int iRight = 0; /* Current index in aRight */ local
101726 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
146624 int iRight = 0; local
146693 int iRight = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48899 int iRight = 0; /* Current index in aRight */ local
101746 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
146656 int iRight = 0; local
146725 int iRight = 0; local
[all...]

Completed in 751 milliseconds