Searched refs:nRight (Results 1 – 8 of 8) sorted by relevance
106 int32_t nRight = pdfium::CollectionSize<int32_t>(m_LineArray) - 1; in UpdateWordPlace() local107 int32_t nMid = (nLeft + nRight) / 2; in UpdateWordPlace()108 while (nLeft <= nRight) { in UpdateWordPlace()111 nRight = nMid - 1; in UpdateWordPlace()112 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()115 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()128 int32_t nRight = pdfium::CollectionSize<int32_t>(m_LineArray) - 1; in SearchWordPlace() local130 while (nLeft <= nRight) { in SearchWordPlace()140 nRight = nMid - 1; in SearchWordPlace()141 nMid = (nLeft + nRight) / 2; in SearchWordPlace()[all …]
422 int32_t nRight = pdfium::CollectionSize<int32_t>(m_SectionArray) - 1; in SearchWordPlace() local426 while (nLeft <= nRight) { in SearchWordPlace()435 nRight = nMid - 1; in SearchWordPlace()436 nMid = (nLeft + nRight) / 2; in SearchWordPlace()441 nMid = (nLeft + nRight) / 2; in SearchWordPlace()800 int32_t nRight = nTotal - 1; in GetAutoFontSize() local802 while (nLeft <= nRight) { in GetAutoFontSize()804 nRight = nMid - 1; in GetAutoFontSize()807 nMid = (nLeft + nRight) / 2; in GetAutoFontSize()
12 %nRight = xor i1 %right, true13 %retVal = zext i1 %nRight to i32
60954 int nRight = *pnRight;60957 assert( nLeft>0 && nRight>0 );60958 while( iRight<nRight || iLeft<nLeft ){60963 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])60975 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );98851 int nLeft, nRight;98856 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[0].pExpr);98857 if( nRight==nLeft ){98858 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[1].pExpr);98862 nRight = sqlite3ExprVectorSize(pExpr->pRight);[all …]
60818 int nRight = *pnRight;60821 assert( nLeft>0 && nRight>0 );60822 while( iRight<nRight || iLeft<nLeft ){60827 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])60839 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );98633 int nLeft, nRight;98638 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[0].pExpr);98639 if( nRight==nLeft ){98640 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[1].pExpr);98644 nRight = sqlite3ExprVectorSize(pExpr->pRight);[all …]
60834 int nRight = *pnRight;60837 assert( nLeft>0 && nRight>0 );60838 while( iRight<nRight || iLeft<nLeft ){60843 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])60855 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );98649 int nLeft, nRight;98654 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[0].pExpr);98655 if( nRight==nLeft ){98656 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[1].pExpr);98660 nRight = sqlite3ExprVectorSize(pExpr->pRight);[all …]