Home | History | Annotate | Download | only in src

Lines Matching refs:max_index

4233   int max_index = -1;
4238 if (current_index > max_index) max_index = current_index;
4241 return max_index + 1;
10262 uint32_t max_index = min_index;
10267 } else if (NumberToUint32(numbers->get(i)) > max_index) {
10268 max_index = NumberToUint32(numbers->get(i));
10271 if (max_index - min_index + 1 == len) {