Home | History | Annotate | Download | only in util

Lines Matching defs:FIELD_DIFF_MAX_INT

3891     private static final int FIELD_DIFF_MAX_INT = Integer.MAX_VALUE;    // 2147483647
3965 } else if (max < FIELD_DIFF_MAX_INT) {
3969 max = FIELD_DIFF_MAX_INT;
3978 int t = min + (max - min)/2; // make sure intermediate values don't exceed FIELD_DIFF_MAX_INT
4020 int t = min + (max - min)/2; // make sure intermediate values don't exceed FIELD_DIFF_MAX_INT