Home | History | Annotate | Download | only in config

Lines Matching refs:high

130   int middle, low, high;
134 high = reg_name_cnt () - 1;
138 middle = (low + high) / 2;
141 high = middle - 1;
156 while (low <= high);