Searched refs:ENDTOT (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java94 static final int ENDTOT = 10; // total number of entries field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h99 #define ENDTOT(b) SH(b, 10) /* total number of entries */ macro
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java128 static final int ENDTOT = 10; // total number of entries field in class:ZipConstants
226 static final int ENDTOT(byte[] b) { return SH(b, 10);} // total number of entries method in class:ZipConstants
H A DZipFileSystem.java990 end.centot = ENDTOT(buf);
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java232 static final int ENDTOT = ZipFile.ENDTOT; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h114 #define ENDTOT(b) SH(b, 10) /* total number of entries */ macro
H A Dzip_util.c574 total = ENDTOT(endbuf);
648 * of central directory entries as stored in ENDTOT. Since this
650 * support approx. 2**31 entries, we do not trust ENDTOT, but
674 * ENDTOT field, which usually means it contains more than

Completed in 62 milliseconds