Searched refs:nLeft (Results 1 – 6 of 6) sorted by relevance
128 int32_t nLeft = 0; in UpdateWordPlace() local130 int32_t nMid = (nLeft + nRight) / 2; in UpdateWordPlace()131 while (nLeft <= nRight) { in UpdateWordPlace()135 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()137 nLeft = nMid + 1; in UpdateWordPlace()138 nMid = (nLeft + nRight) / 2; in UpdateWordPlace()154 int32_t nLeft = 0; in SearchWordPlace() local159 while (nLeft <= nRight) { in SearchWordPlace()172 nMid = (nLeft + nRight) / 2; in SearchWordPlace()175 nLeft = nMid + 1; in SearchWordPlace()[all …]
554 int32_t nLeft = 0; in SearchWordPlace() local559 while (nLeft <= nRight) { in SearchWordPlace()569 nMid = (nLeft + nRight) / 2; in SearchWordPlace()572 nLeft = nMid + 1; in SearchWordPlace()573 nMid = (nLeft + nRight) / 2; in SearchWordPlace()991 int32_t nLeft = 0; in GetAutoFontSize() local994 while (nLeft <= nRight) { in GetAutoFontSize()997 nMid = (nLeft + nRight) / 2; in GetAutoFontSize()1000 nLeft = nMid + 1; in GetAutoFontSize()1001 nMid = (nLeft + nRight) / 2; in GetAutoFontSize()
881 nLeft = end - first882 if nLeft > 255:884 ranges.append((first, nLeft))887 nLeft = end - first888 if nLeft > 255:890 ranges.append((first, nLeft))897 for first, nLeft in ranges:898 data.append(packCard16(first) + nLeftFunc(nLeft))922 nLeft = nLeftFunc(file)924 for CID in range(first, first+nLeft+1):[all …]
55823 int nLeft, /* IN: Elements in array *paLeft */55834 assert( nLeft>0 && nRight>0 );55835 while( iRight<nRight || iLeft<nLeft ){55839 if( (iLeft<nLeft) 55849 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;55851 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );89985 int nLeft, nRight;89988 nLeft = sqlite3ExprVectorSize(pExpr->pLeft);89991 if( nRight==nLeft ){89998 if( nLeft!=nRight ){[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...