Home | History | Annotate | Download | only in bfd

Lines Matching refs:high

1820   long low, high, len;
1829 for (low = 0, high = len - 1 ; low != high ;)
1831 mid = (high + low) / 2;
1836 high = mid;
1842 higher than the highest entry. In the former case high = low = mid = 0;
1843 we want to return -1. In the latter case, low = high and mid = low - 1;