Searched defs:CENTIM (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/util/zip/
H A DZipConstants.java79 static final int CENTIM = 12; // modification time field in interface:ZipConstants
H A DZipUtils.java246 static final long CENTIM(byte[] b, int pos) { return LG(b, pos + 12);} method in class:ZipUtils
/openjdk10/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java219 static final int CENTIM = ZipFile.CENTIM; field in class:CorruptedZipFiles
/openjdk10/jdk/src/java.base/share/native/libzip/
H A Dzip_util.h99 #define CENTIM(b) LG(b, 12) /* modification time */ macro
/openjdk10/jdk/src/java.base/share/native/libjli/
H A Dmanifest_info.h97 #define CENTIM(b) LG(b, 12) /* modification time */ macro
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipConstants.java96 static final int CENTIM = 12; // modification time field in class:ZipConstants
238 static final long CENTIM(byte[] b, int pos) { return LG(b, pos + 12);} method in class:ZipConstants

Completed in 169 milliseconds