Searched defs:CENSIZ (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java80 static final int CENSIZ = 20; // compressed size field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h85 #define CENSIZ(b) LG(b, 20) /* compressed size */ macro
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java221 static final int CENSIZ = ZipFile.CENSIZ; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java114 static final int CENSIZ = 20; // compressed size field in class:ZipConstants
247 static final long CENSIZ(byte[] b, int pos) { return LG(b, pos + 20);} method in class:ZipConstants
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h100 #define CENSIZ(b) LG(b, 20) /* compressed size */ macro

Completed in 34 milliseconds