Home | History | Annotate | Download | only in libiberty

Lines Matching refs:high

1798       /* HIGH is the exclusive upper bound.  We subtract one to ignore
1800 int high = ((sizeof (cplus_demangle_operators)
1809 i = low + (high - low) / 2;
1816 high = i;
1819 if (low == high)