• Home
  • Raw
  • Download

Lines Matching refs:nRight

57077   int nRight = *pnRight;
57080 assert( nLeft>0 && nRight>0 );
57081 while( iRight<nRight || iLeft<nLeft ){
57086 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
57098 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
91964 int nLeft, nRight;
91969 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[0].pExpr);
91970 if( nRight==nLeft ){
91971 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[1].pExpr);
91975 nRight = sqlite3ExprVectorSize(pExpr->pRight);
91977 if( nLeft!=nRight ){
151168 int nRight, /* Maximum difference in token positions */
151181 fts3PoslistPhraseMerge(&pTmp1, nRight, 0, 0, pp1, pp2);
152918 int nRight;
152925 nRight = nList;
152929 nRight = p->doclist.nAll;
152936 pTab->bDescIdx, nDiff, pLeft, nLeft, &pRight, &nRight
152940 p->doclist.nAll = nRight;
165269 int nRight; /* Tokens to the right of last highlight */
165273 for(nRight=0; !(hlmask & ((u64)1 << (nSnippet-1-nRight))); nRight++);
165274 nDesired = (nLeft-nRight)/2;
169237 int nRight = nIdx-nLeft;
169242 SortByDistance(aRight, nRight, aDistance, aSpare);
169247 while( iLeft<nLeft || iRight<nRight ){
169251 }else if( iRight==nRight ){
169306 int nRight = nIdx-nLeft;
169311 SortByDimension(pRtree, aRight, nRight, iDim, aCell, aSpare);
169315 while( iLeft<nLeft || iRight<nRight ){
169320 if( (iLeft!=nLeft) && ((iRight==nRight)
171760 int nRight,
171765 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
183561 int nRight /* Number of bytes in rhs input */,
183574 rc = sqlite3changegroup_add(pGrp, nRight, pRight);
194885 const u8 *pRight, int nRight /* Right hand side of comparison */
194887 int nCmp = MIN(pLeft->n, nRight);
194889 return (res==0 ? (pLeft->n - nRight) : res);