Home | History | Annotate | Download | only in src

Lines Matching full:max_value

97       int offset_sub1 = offset - Integer.MAX_VALUE;
103 int offset_sub2 = offset_sub1 - Integer.MAX_VALUE;
305 array[Integer.MAX_VALUE - 1000] = 1;
306 array[Integer.MAX_VALUE - 999] = 1;
307 array[Integer.MAX_VALUE - 998] = 1;
644 // i that's less than array.length is at most (Integer.MAX_VALUE - 2).