Home | History | Annotate | Download | only in lib

Lines Matching refs:high

596     size_t high = numarcs;
597 while (low < high) {
598 size_t mid = (low + high) / 2;
603 high = mid;