Home | History | Annotate | Download | only in win

Lines Matching refs:high

937     unsigned high = count;
938 while (low < high) {
939 unsigned mid = low + (high - low) / 2;
948 high = mid;