Searched refs:ZIP64_ENDTOD (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants64.java56 static final int ZIP64_ENDTOD = 24; // total number of entries on this disk field in class:ZipConstants64
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java154 static final int ZIP64_ENDTOD = 24; // total number of entries on this disk field in class:ZipConstants
233 static final long ZIP64_ENDTOD(byte[] b) { return LL(b, 24);} // total number of entries on disk method in class:ZipConstants
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h127 #define ZIP64_ENDTOD(b) LL(b, 24) /* total number of entries on this disk */ macro

Completed in 33 milliseconds