Lines Matching refs:aLeft
56073 ht_slot *aLeft, /* IN: Left hand input list */
56091 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
56093 logpage = aLeft[iLeft++];
56100 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
56102 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
56106 *paRight = aLeft;
56108 memcpy(aLeft, aTmp, sizeof(aTmp[0])*iOut);
148544 char *aLeft, int nLeft, /* Left doclist */
148551 char *pEnd1 = &aLeft[nLeft];
148553 char *p1 = aLeft;
166409 int *aLeft = aIdx;
166412 SortByDistance(aLeft, nLeft, aDistance, aSpare);
166415 memcpy(aSpare, aLeft, sizeof(int)*nLeft);
166416 aLeft = aSpare;
166423 aIdx[iLeft+iRight] = aLeft[iLeft];
166426 RtreeDValue fLeft = aDistance[aLeft[iLeft]];
166429 aIdx[iLeft+iRight] = aLeft[iLeft];
166478 int *aLeft = aIdx;
166481 SortByDimension(pRtree, aLeft, nLeft, iDim, aCell, aSpare);
166484 memcpy(aSpare, aLeft, sizeof(int)*nLeft);
166485 aLeft = aSpare;
166487 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
166488 RtreeDValue xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);
166495 aIdx[iLeft+iRight] = aLeft[iLeft];
175519 u8 *aLeft, /* Change record */
175523 u8 *a1 = aLeft; /* Cursor to iterate through aLeft */
175562 u8 *aLeft,
175565 u8 *a1 = aLeft; /* Cursor used to iterate through aLeft */