Lines Matching defs:min
820 int min = 0;834 while (max >= min) {835 mid = (min + max) / 2;837 min = mid + 1;