Home | History | Annotate | Download | only in optimizing

Lines Matching full:max_value

160 //   int j = i + Integer.MAX_VALUE;
224 // int j = i - Integer.MAX_VALUE;
225 // j = j - Integer.MAX_VALUE; // j is (i+2) after subtracting MAX_INT twice