Searched refs:nRight (Results 1 – 7 of 7) sorted by relevance
129 int32_t nRight = m_LineArray.GetSize() - 1; in UpdateWordPlace() local130 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() local159 while (nLeft <= nRight) { in SearchWordPlace()171 nRight = nMid - 1; in SearchWordPlace()172 nMid = (nLeft + nRight) / 2; in SearchWordPlace()[all …]
555 int32_t nRight = m_SectionArray.GetSize() - 1; in SearchWordPlace() local559 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() local994 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()
12 %nRight = xor i1 %right, true13 %retVal = zext i1 %nRight to i32
55831 int nRight = *pnRight;55834 assert( nLeft>0 && nRight>0 );55835 while( iRight<nRight || iLeft<nLeft ){55840 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])55852 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );89985 int nLeft, nRight;89990 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[0].pExpr);89991 if( nRight==nLeft ){89992 nRight = sqlite3ExprVectorSize(pExpr->x.pList->a[1].pExpr);89996 nRight = sqlite3ExprVectorSize(pExpr->pRight);[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...