Home | History | Annotate | Download | only in config

Lines Matching refs:high

301   int low, high;
304 high = regcount - 1;
310 middle = (low + high) / 2;
313 high = middle - 1;
319 while (low <= high);