Lines Matching refs:top
40 int top = size_of_array - 1;
42 while (bottom <= top)
44 int middle = (bottom + top) / 2;
54 top = middle - 1;
80 int top = size_of_array - 1;
82 while (bottom <= top)
84 int middle = (bottom + top) / 2;
98 top = middle - 1;
565 int top = NUM_OF_ELEMENTS (lit_character_pair_ranges) - 1;
567 while (bottom <= top)
569 int middle = (bottom + top) / 2;
594 top = middle - 1;
644 int top = end_point - size_of_case_value;
646 while (bottom <= top)
648 int middle = (bottom + top) / 2;
682 top = middle - (size_of_case_value + 1);