Lines Matching refs:iRight
67698 int iRight = 0; /* Current index in aRight */ local
67704 while( iRight<nRight || iLeft<nLeft ){
67709 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
67713 logpage = aRight[iRight++];
67721 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
215848 int iRight = 0;
215860 while( iLeft<nLeft || iRight<nRight ){
215863 RtreeDValue xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
215864 RtreeDValue xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);
215865 if( (iLeft!=nLeft) && ((iRight==nRight)
215869 aIdx[iLeft+iRight] = aLeft[iLeft];
215872 aIdx[iLeft+iRight] = aRight[iRight];
215873 iRight++;