Home | History | Annotate | Download | only in exif

Lines Matching refs:UNSIGNED_SHORT_MAX

72     private static final int UNSIGNED_SHORT_MAX = 65535;
914 if (v > UNSIGNED_SHORT_MAX || v < 0) {