Lines Matching full:low
282 int low, high;284 low = 0;286 while (low <= high) {291 mid = low + ((high - low) / 2); // avoid overflow304 low = mid + 1;