Searched refs:iMid (Results 1 – 1 of 1) sorted by relevance
266 int iMid = (iMax + iMin) / 2; in getPositionFromPositionWithoutLabels() local267 if (results.buckets[iMid].itemsStartIndex + results.buckets[iMid].numItems in getPositionFromPositionWithoutLabels()269 iMin = iMid + 1; in getPositionFromPositionWithoutLabels()270 } else if (results.buckets[iMid].itemsStartIndex > position) { in getPositionFromPositionWithoutLabels()271 iMax = iMid - 1; in getPositionFromPositionWithoutLabels()273 bucketNumber = iMid; in getPositionFromPositionWithoutLabels()