Searched refs:iMid (Results 1 – 1 of 1) sorted by relevance
308 int iMid = (iMax + iMin) / 2; in getPositionFromPositionWithoutLabels() local309 if (results.buckets[iMid].itemsStartIndex + results.buckets[iMid].numItems in getPositionFromPositionWithoutLabels()311 iMin = iMid + 1; in getPositionFromPositionWithoutLabels()312 } else if (results.buckets[iMid].itemsStartIndex > position) { in getPositionFromPositionWithoutLabels()313 iMax = iMid - 1; in getPositionFromPositionWithoutLabels()315 bucketNumber = iMid; in getPositionFromPositionWithoutLabels()