Searched refs:iRight (Results 1 – 1 of 1) sorted by relevance
67698 int iRight = 0; /* Current index in aRight */ local67704 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)[all …]