• Home
  • Raw
  • Download

Lines Matching refs:nRight

57061   int nRight = *pnRight;
57064 assert( nLeft>0 && nRight>0 );
57065 while( iRight<nRight || iLeft<nLeft ){
57070 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
57082 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
91948 int nLeft, nRight;
91953 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[0].pExpr);
91954 if( nRight==nLeft ){
91955 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[1].pExpr);
91959 nRight = sqlite3ExprVectorSize(pExpr->pRight);
91961 if( nLeft!=nRight ){
151152 int nRight, /* Maximum difference in token positions */
151165 fts3PoslistPhraseMerge(&pTmp1, nRight, 0, 0, pp1, pp2);
152890 int nRight;
152897 nRight = nList;
152901 nRight = p->doclist.nAll;
152908 pTab->bDescIdx, nDiff, pLeft, nLeft, &pRight, &nRight
152912 p->doclist.nAll = nRight;
165241 int nRight; /* Tokens to the right of last highlight */
165245 for(nRight=0; !(hlmask & ((u64)1 << (nSnippet-1-nRight))); nRight++);
165246 nDesired = (nLeft-nRight)/2;
169209 int nRight = nIdx-nLeft;
169214 SortByDistance(aRight, nRight, aDistance, aSpare);
169219 while( iLeft<nLeft || iRight<nRight ){
169223 }else if( iRight==nRight ){
169278 int nRight = nIdx-nLeft;
169283 SortByDimension(pRtree, aRight, nRight, iDim, aCell, aSpare);
169287 while( iLeft<nLeft || iRight<nRight ){
169292 if( (iLeft!=nLeft) && ((iRight==nRight)
171732 int nRight,
171737 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
183533 int nRight /* Number of bytes in rhs input */,
183546 rc = sqlite3changegroup_add(pGrp, nRight, pRight);
194857 const u8 *pRight, int nRight /* Right hand side of comparison */
194859 int nCmp = MIN(pLeft->n, nRight);
194861 return (res==0 ? (pLeft->n - nRight) : res);