Searched refs:CENSIZ (Results 1 - 9 of 9) 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
H A Dparse_manifest.c335 entry->csize = CENSIZ(p);
/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
H A DZipInfo.java141 print(" CSize : %#10x%n", CENSIZ(cen, off));
171 if (CENSIZ(cen, pos) == ZIP64_MINVAL)
H A DZipFileSystem.java1886 csize = CENSIZ(cen, pos);
/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/native/java/util/zip/
H A Dzip_util.h100 #define CENSIZ(b) LG(b, 20) /* compressed size */ macro
H A Dzip_util.c1012 ze->csize = (CENHOW(cen) == STORED) ? 0 : CENSIZ(cen);

Completed in 68 milliseconds