Searched refs:nRight (Results 1 – 8 of 8) sorted by relevance
109 int32_t nRight = pdfium::CollectionSize<int32_t>(m_LineArray) - 1; in UpdateWordPlace() local110 int32_t nMid = (nLeft + nRight) / 2; in UpdateWordPlace()111 while (nLeft <= nRight) { in UpdateWordPlace()114 nRight = nMid - 1; in UpdateWordPlace()115 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()118 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()132 int32_t nRight = pdfium::CollectionSize<int32_t>(m_LineArray) - 1; in SearchWordPlace() local134 while (nLeft <= nRight) { in SearchWordPlace()144 nRight = nMid - 1; in SearchWordPlace()145 nMid = (nLeft + nRight) / 2; in SearchWordPlace()[all …]
433 int32_t nRight = pdfium::CollectionSize<int32_t>(m_SectionArray) - 1; in SearchWordPlace() local437 while (nLeft <= nRight) { in SearchWordPlace()446 nRight = nMid - 1; in SearchWordPlace()447 nMid = (nLeft + nRight) / 2; in SearchWordPlace()452 nMid = (nLeft + nRight) / 2; in SearchWordPlace()854 int32_t nRight = nTotal - 1; in GetAutoFontSize() local856 while (nLeft <= nRight) { in GetAutoFontSize()858 nRight = nMid - 1; in GetAutoFontSize()861 nMid = (nLeft + nRight) / 2; in GetAutoFontSize()
12 %nRight = xor i1 %right, true13 %retVal = zext i1 %nRight to i32
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);[all …]
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);[all …]