Searched refs:CENLEN (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java81 static final int CENLEN = 24; // uncompressed size field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h86 #define CENLEN(b) LG(b, 24) /* uncompressed size */ macro
H A Dparse_manifest.c334 entry->isize = CENLEN(p);
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java115 static final int CENLEN = 24; // uncompressed size field in class:ZipConstants
248 static final long CENLEN(byte[] b, int pos) { return LG(b, pos + 24);} method in class:ZipConstants
H A DZipInfo.java142 print(" Size : %#10x%n", CENLEN(cen, off));
169 if (CENLEN(cen, pos) == ZIP64_MINVAL)
H A DZipFileSystem.java1887 size = CENLEN(cen, pos);
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java222 static final int CENLEN = ZipFile.CENLEN; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h101 #define CENLEN(b) LG(b, 24) /* uncompressed size */ macro
H A Dzip_util.c1011 ze->size = CENLEN(cen);

Completed in 48 milliseconds