Home | History | Annotate | Download | only in config

Lines Matching refs:high

113   int middle, low, high;
117 high = d10v_reg_name_cnt () - 1;
121 middle = (low + high) / 2;
124 high = middle - 1;
130 while (low <= high);