Home | History | Annotate | Download | only in config

Lines Matching refs:high

224   int middle, low, high;
228 high = regcount - 1;
232 middle = (low + high) / 2;
235 high = middle - 1;
241 while (low <= high);