Lines Matching refs:aLeft
60825 ht_slot *aLeft, /* IN: Left hand input list */
60843 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
60845 logpage = aLeft[iLeft++];
60852 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
60854 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
60858 *paRight = aLeft;
60860 memcpy(aLeft, aTmp, sizeof(aTmp[0])*iOut);
168872 char *aLeft, int nLeft, /* Left doclist */
168879 char *pEnd1 = &aLeft[nLeft];
168881 char *p1 = aLeft;
189646 int *aLeft = aIdx;
189649 SortByDistance(aLeft, nLeft, aDistance, aSpare);
189652 memcpy(aSpare, aLeft, sizeof(int)*nLeft);
189653 aLeft = aSpare;
189660 aIdx[iLeft+iRight] = aLeft[iLeft];
189663 RtreeDValue fLeft = aDistance[aLeft[iLeft]];
189666 aIdx[iLeft+iRight] = aLeft[iLeft];
189715 int *aLeft = aIdx;
189718 SortByDimension(pRtree, aLeft, nLeft, iDim, aCell, aSpare);
189721 memcpy(aSpare, aLeft, sizeof(int)*nLeft);
189722 aLeft = aSpare;
189724 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
189725 RtreeDValue xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);
189732 aIdx[iLeft+iRight] = aLeft[iLeft];
202326 u8 *aLeft, /* Change record */
202330 u8 *a1 = aLeft; /* Cursor to iterate through aLeft */
202369 u8 *aLeft,
202372 u8 *a1 = aLeft; /* Cursor used to iterate through aLeft */