• Home
  • Raw
  • Download

Lines Matching refs:nRight

56082   int nRight = *pnRight;
56085 assert( nLeft>0 && nRight>0 );
56086 while( iRight<nRight || iLeft<nLeft ){
56091 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
56103 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
90349 int nLeft, nRight;
90354 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[0].pExpr);
90355 if( nRight==nLeft ){
90356 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[1].pExpr);
90360 nRight = sqlite3ExprVectorSize(pExpr->pRight);
90362 if( nLeft!=nRight ){
148314 int nRight, /* Maximum difference in token positions */
148327 fts3PoslistPhraseMerge(&pTmp1, nRight, 0, 0, pp1, pp2);
150062 int nRight;
150069 nRight = nList;
150073 nRight = p->doclist.nAll;
150080 pTab->bDescIdx, nDiff, pLeft, nLeft, &pRight, &nRight
150084 p->doclist.nAll = nRight;
162412 int nRight; /* Tokens to the right of last highlight */
162416 for(nRight=0; !(hlmask & ((u64)1 << (nSnippet-1-nRight))); nRight++);
162417 nDesired = (nLeft-nRight)/2;
166408 int nRight = nIdx-nLeft;
166413 SortByDistance(aRight, nRight, aDistance, aSpare);
166418 while( iLeft<nLeft || iRight<nRight ){
166422 }else if( iRight==nRight ){
166477 int nRight = nIdx-nLeft;
166482 SortByDimension(pRtree, aRight, nRight, iDim, aCell, aSpare);
166486 while( iLeft<nLeft || iRight<nRight ){
166491 if( (iLeft!=nLeft) && ((iRight==nRight)
168457 int nRight,
168462 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
179538 int nRight /* Number of bytes in rhs input */,
179551 rc = sqlite3changegroup_add(pGrp, nRight, pRight);
190720 const u8 *pRight, int nRight /* Right hand side of comparison */
190722 int nCmp = MIN(pLeft->n, nRight);
190724 return (res==0 ? (pLeft->n - nRight) : res);