Searched refs:nRight (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 150 int32_t nRight = m_LineArray.GetSize() - 1; in UpdateWordPlace() local 151 int32_t nMid = (nLeft + nRight) / 2; in UpdateWordPlace() 152 while (nLeft <= nRight) { in UpdateWordPlace() 155 nRight = nMid - 1; in UpdateWordPlace() 156 nMid = (nLeft + nRight) / 2; in UpdateWordPlace() 159 nMid = (nLeft + nRight) / 2; in UpdateWordPlace() 175 int32_t nRight = m_LineArray.GetSize() - 1; in SearchWordPlace() local 179 while (nLeft <= nRight) { in SearchWordPlace() 191 nRight = nMid - 1; in SearchWordPlace() 192 nMid = (nLeft + nRight) / 2; in SearchWordPlace() [all …]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | non-extern-addend.ll | 12 %nRight = xor i1 %right, true 13 %retVal = zext i1 %nRight to i32
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | non-extern-addend.ll | 12 %nRight = xor i1 %right, true 13 %retVal = zext i1 %nRight to i32
|
/external/sqlite/dist/ |
D | sqlite3.c | 51721 int nRight = *pnRight; 51724 assert( nLeft>0 && nRight>0 ); 51725 while( iRight<nRight || iLeft<nLeft ){ 51730 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]]) 51742 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage ); 138187 int nRight, /* Maximum difference in token positions */ 138200 fts3PoslistPhraseMerge(&pTmp1, nRight, 0, 0, pp1, pp2); 139936 int nRight; 139943 nRight = nList; 139947 nRight = p->doclist.nAll; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 51703 int nRight = *pnRight; 51706 assert( nLeft>0 && nRight>0 ); 51707 while( iRight<nRight || iLeft<nLeft ){ 51712 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]]) 51724 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage ); 138169 int nRight, /* Maximum difference in token positions */ 138182 fts3PoslistPhraseMerge(&pTmp1, nRight, 0, 0, pp1, pp2); 139906 int nRight; 139913 nRight = nList; 139917 nRight = p->doclist.nAll; [all …]
|