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;
166396 int *aLeft = aIdx;
166399 SortByDistance(aLeft, nLeft, aDistance, aSpare);
166402 memcpy(aSpare, aLeft, sizeof(int)*nLeft);
166403 aLeft = aSpare;
166410 aIdx[iLeft+iRight] = aLeft[iLeft];
166413 RtreeDValue fLeft = aDistance[aLeft[iLeft]];
166416 aIdx[iLeft+iRight] = aLeft[iLeft];
166465 int *aLeft = aIdx;
166468 SortByDimension(pRtree, aLeft, nLeft, iDim, aCell, aSpare);
166471 memcpy(aSpare, aLeft, sizeof(int)*nLeft);
166472 aLeft = aSpare;
166474 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
166475 RtreeDValue xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);
166482 aIdx[iLeft+iRight] = aLeft[iLeft];
175506 u8 *aLeft, /* Change record */
175510 u8 *a1 = aLeft; /* Cursor to iterate through aLeft */
175549 u8 *aLeft,
175552 u8 *a1 = aLeft; /* Cursor used to iterate through aLeft */