Home
last modified time | relevance | path

Searched refs:nRight (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcsection.cpp129 int32_t nRight = m_LineArray.GetSize() - 1; in UpdateWordPlace() local
130 int32_t nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
131 while (nLeft <= nRight) { in UpdateWordPlace()
134 nRight = nMid - 1; in UpdateWordPlace()
135 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
138 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()
155 int32_t nRight = m_LineArray.GetSize() - 1; in SearchWordPlace() local
159 while (nLeft <= nRight) { in SearchWordPlace()
171 nRight = nMid - 1; in SearchWordPlace()
172 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
[all …]
Dcpdf_variabletext.cpp555 int32_t nRight = m_SectionArray.GetSize() - 1; in SearchWordPlace() local
559 while (nLeft <= nRight) { in SearchWordPlace()
568 nRight = nMid - 1; in SearchWordPlace()
569 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
573 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
992 int32_t nRight = nTotal - 1; in GetAutoFontSize() local
994 while (nLeft <= nRight) { in GetAutoFontSize()
996 nRight = nMid - 1; in GetAutoFontSize()
997 nMid = (nLeft + nRight) / 2; in GetAutoFontSize()
1001 nMid = (nLeft + nRight) / 2; in GetAutoFontSize()
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dnon-extern-addend.ll12 %nRight = xor i1 %right, true
13 %retVal = zext i1 %nRight to i32
/external/llvm/test/ExecutionEngine/MCJIT/
Dnon-extern-addend.ll12 %nRight = xor i1 %right, true
13 %retVal = zext i1 %nRight to i32
/external/sqlite/dist/orig/
Dsqlite3.c56082 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);
[all …]
/external/sqlite/dist/
Dsqlite3.c56082 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);
[all …]