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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java54 static final int LOCVER = 4; // version needed to extract field in interface:ZipConstants
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipInfo.java108 LOCVER(loc), LOCVER(loc) / 10, LOCVER(loc) % 10);
H A DZipConstants.java88 static final int LOCVER = 4; // version needed to extract field in class:ZipConstants
209 static final int LOCVER(byte[] b) { return SH(b, 4); } // version needed to extract method in class:ZipConstants
H A DZipFileSystem.java2036 version = LOCVER(buf);
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h59 #define LOCVER(b) SH(b, 4) /* version needed to extract */ macro
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java205 static final int LOCVER = ZipFile.LOCVER; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h74 #define LOCVER(b) SH(b, 4) /* version needed to extract */ macro

Completed in 102 milliseconds