Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:iRight

44642   int iRight = 0;                 /* Current index in aRight */
44648 while( iRight<nRight || iLeft<nLeft ){
44653 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
44657 logpage = aRight[iRight++];
44665 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
90163 int iRight, /* Index of second table in pSrc */
90173 assert( iLeft<iRight );
90174 assert( pSrc->nSrc>iRight );
90176 assert( pSrc->a[iRight].pTab );
90179 pE2 = sqlite3CreateColumnExpr(db, pSrc, iRight, iColRight);
126139 int iRight = 0;
126152 while( iLeft<nLeft || iRight<nRight ){
126154 aIdx[iLeft+iRight] = aRight[iRight];
126155 iRight++;
126156 }else if( iRight==nRight ){
126157 aIdx[iLeft+iRight] = aLeft[iLeft];
126161 float fRight = aDistance[aRight[iRight]];
126163 aIdx[iLeft+iRight] = aLeft[iLeft];
126166 aIdx[iLeft+iRight] = aRight[iRight];
126167 iRight++;
126208 int iRight = 0;
126220 while( iLeft<nLeft || iRight<nRight ){
126223 double xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
126224 double xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);
126225 if( (iLeft!=nLeft) && ((iRight==nRight)
126229 aIdx[iLeft+iRight] = aLeft[iLeft];
126232 aIdx[iLeft+iRight] = aRight[iRight];
126233 iRight++;