Searched refs:CENTIM (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java78 static final int CENTIM = 12; // modification time field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h83 #define CENTIM(b) LG(b, 12) /* modification time */ macro
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java112 static final int CENTIM = 12; // modification time field in class:ZipConstants
245 static final long CENTIM(byte[] b, int pos) { return LG(b, pos + 12);} method in class:ZipConstants
H A DZipInfo.java139 CENTIM(cen, off), dosToJavaTime(CENTIM(cen, off)));
H A DZipFileSystem.java1884 mtime = dosToJavaTime(CENTIM(cen, pos));
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java219 static final int CENTIM = ZipFile.CENTIM; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h98 #define CENTIM(b) LG(b, 12) /* modification time */ macro
H A Dzip_util.c1010 ze->time = CENTIM(cen);

Completed in 45 milliseconds