Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.cpp109 int32_t nRight = pdfium::CollectionSize<int32_t>(m_LineArray) - 1; in UpdateWordPlace() local
110 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() local
134 while (nLeft <= nRight) { in SearchWordPlace()
144 nRight = nMid - 1; in SearchWordPlace()
145 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
[all …]
Dcpdf_variabletext.cpp433 int32_t nRight = pdfium::CollectionSize<int32_t>(m_SectionArray) - 1; in SearchWordPlace() local
437 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() local
856 while (nLeft <= nRight) { in GetAutoFontSize()
858 nRight = nMid - 1; in GetAutoFontSize()
861 nMid = (nLeft + nRight) / 2; in GetAutoFontSize()
/external/llvm/test/ExecutionEngine/MCJIT/
Dnon-extern-addend.ll12 %nRight = xor i1 %right, true
13 %retVal = zext i1 %nRight to i32
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dnon-extern-addend.ll12 %nRight = xor i1 %right, true
13 %retVal = zext i1 %nRight to i32
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/
Dnon-extern-addend.ll12 %nRight = xor i1 %right, true
13 %retVal = zext i1 %nRight to i32
/external/swiftshader/third_party/llvm-7.0/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.c57061 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 …]
/external/sqlite/dist/
Dsqlite3.c57077 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 …]