Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp150 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/
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/
Dsqlite3.c51721 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/
Dsqlite3.c51703 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 …]