Home | History | Annotate | Download | only in dist

Lines Matching refs:nRight

48901   int nRight = *pnRight;
48904 assert( nLeft>0 && nRight>0 );
48905 while( iRight<nRight || iLeft<nLeft ){
48910 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
48922 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
129120 int nRight, /* Maximum difference in token positions */
129133 fts3PoslistPhraseMerge(&pTmp1, nRight, 0, 0, pp1, pp2);
130809 int nRight;
130816 nRight = nList;
130820 nRight = p->doclist.nAll;
130826 fts3DoclistPhraseMerge(pTab->bDescIdx, nDiff, pLeft, nLeft, pRight,&nRight);
130829 p->doclist.nAll = nRight;
142943 int nRight; /* Tokens to the right of last highlight */
142947 for(nRight=0; !(hlmask & ((u64)1 << (nSnippet-1-nRight))); nRight++);
142948 nDesired = (nLeft-nRight)/2;
146659 int nRight = nIdx-nLeft;
146664 SortByDistance(aRight, nRight, aDistance, aSpare);
146669 while( iLeft<nLeft || iRight<nRight ){
146673 }else if( iRight==nRight ){
146728 int nRight = nIdx-nLeft;
146733 SortByDimension(pRtree, aRight, nRight, iDim, aCell, aSpare);
146737 while( iLeft<nLeft || iRight<nRight ){
146742 if( (iLeft!=nLeft) && ((iRight==nRight)
148530 int nRight,
148535 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);