Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.cpp106 int32_t nRight = pdfium::CollectionSize<int32_t>(m_LineArray) - 1; in UpdateWordPlace() local
107 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() local
130 while (nLeft <= nRight) { in SearchWordPlace()
140 nRight = nMid - 1; in SearchWordPlace()
141 nMid = (nLeft + nRight) / 2; in SearchWordPlace()
[all …]
Dcpdf_variabletext.cpp422 int32_t nRight = pdfium::CollectionSize<int32_t>(m_SectionArray) - 1; in SearchWordPlace() local
426 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() local
802 while (nLeft <= nRight) { in GetAutoFontSize()
804 nRight = nMid - 1; in GetAutoFontSize()
807 nMid = (nLeft + nRight) / 2; in GetAutoFontSize()
/external/llvm-project/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/llvm/test/ExecutionEngine/MCJIT/
Dnon-extern-addend.ll12 %nRight = xor i1 %right, true
13 %retVal = zext i1 %nRight to i32
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c60954 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 …]
/external/sqlite/dist/orig/
Dsqlite3.c60818 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 …]
/external/sqlite/dist/
Dsqlite3.c60834 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 …]