Lines Matching refs:bottom
39 int bottom = 0;
42 while (bottom <= top)
44 int middle = (bottom + top) / 2;
58 bottom = middle + 1;
79 int bottom = 0;
82 while (bottom <= top)
84 int middle = (bottom + top) / 2;
94 bottom = middle + 1;
564 int bottom = 0;
567 while (bottom <= top)
569 int middle = (bottom + top) / 2;
590 bottom = middle + 1;
643 int bottom = start_point;
646 while (bottom <= top)
648 int middle = (bottom + top) / 2;
650 middle -= ((middle - bottom) % (size_of_case_value + 1));
686 bottom = middle + (size_of_case_value + 1);