Searched refs:ZIP64_ENDTOT (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants64.java57 static final int ZIP64_ENDTOT = 32; // total number of entries field in class:ZipConstants64
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java155 static final int ZIP64_ENDTOT = 32; // total number of entries field in class:ZipConstants
234 static final long ZIP64_ENDTOT(byte[] b) { return LL(b, 32);} // total number of entries method in class:ZipConstants
H A DZipFileSystem.java1014 end.centot = (int)ZIP64_ENDTOT(end64buf); // assume total < 2g
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h128 #define ZIP64_ENDTOT(b) LL(b, 32) /* total number of entries */ macro
H A Dzip_util.c581 total = (jint)ZIP64_ENDTOT(end64buf);

Completed in 44 milliseconds