Searched defs:iLeft (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c1361 int iLeft = 0; /* Current index in aLeft */ local
1368 while( iRight<nRight || iLeft<nLeft ){
1372 if( (iLeft<nLeft)
1373 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
1375 logpage = aLeft[iLeft++];
1382 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
1384 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpag
[all...]
H A Dselect.c239 int iLeft, /* Index of first table to join in pSrc */
251 assert( iLeft<iRight );
253 assert( pSrc->a[iLeft].pTab );
256 pE1 = sqlite3CreateColumnExpr(db, pSrc, iLeft, iColLeft);
348 int iLeft; /* Matching left table */ local
352 if( tableAndColumnIndex(pSrc, i+1, zName, &iLeft, &iLeftCol) ){
353 addWhereTerm(pParse, pSrc, iLeft, iLeftCol, i+1, j,
387 int iLeft; /* Table on the left with matching column name */ local
394 || !tableAndColumnIndex(pSrc, i+1, zName, &iLeft, &iLeftCol)
400 addWhereTerm(pParse, pSrc, iLeft, iLeftCo
236 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c530 int iTop, iLeft, iWidth, iHeight; local
585 iLeft = rcl.xLeft * pVideo->hidden->SrcBufferDesc.uiXResolution / swp.cx - iXScaleError;
595 if (iLeft<0) iLeft = 0;
597 if (iLeft+iWidth>pVideo->hidden->SrcBufferDesc.uiXResolution) iWidth = pVideo->hidden->SrcBufferDesc.uiXResolution-iLeft;
601 iTop, iLeft, iWidth, iHeight,
608 FSLIB_BITBLT(hwnd, pVideo->hidden->pchSrcBuffer, iTop, iLeft, iWidth, iHeight);
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1870 int iLeft = 0; local
1884 while( iLeft<nLeft || iRight<nRight ){
1885 if( iLeft==nLeft ){
1886 aIdx[iLeft+iRight] = aRight[iRight];
1889 aIdx[iLeft+iRight] = aLeft[iLeft];
1890 iLeft++;
1892 float fLeft = aDistance[aLeft[iLeft]];
1895 aIdx[iLeft+iRight] = aLeft[iLeft];
1939 int iLeft = 0; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44641 int iLeft = 0; /* Current index in aLeft */ local
90158 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
90270 int iLeft; /* Matching left table */ local
90309 int iLeft; /* Table on the left with matching column name */ local
126138 int iLeft = 0; local
126207 int iLeft = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48878 int iLeft = 0; /* Current index in aLeft */ local
101726 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
101838 int iLeft; /* Matching left table */ local
101877 int iLeft; /* Table on the left with matching column name */ local
146623 int iLeft = 0; local
146692 int iLeft = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48898 int iLeft = 0; /* Current index in aLeft */ local
101746 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
101858 int iLeft; /* Matching left table */ local
101897 int iLeft; /* Table on the left with matching column name */ local
146655 int iLeft = 0; local
146724 int iLeft = 0; local
[all...]

Completed in 616 milliseconds