Searched refs:CENCRC (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java79 static final int CENCRC = 16; // uncompressed file crc-32 value field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h84 #define CENCRC(b) LG(b, 16) /* crc of uncompressed data */ macro
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java113 static final int CENCRC = 16; // uncompressed file crc-32 value field in class:ZipConstants
246 static final long CENCRC(byte[] b, int pos) { return LG(b, pos + 16);} method in class:ZipConstants
H A DZipInfo.java140 print(" CRC : %#10x%n", CENCRC(cen, off));
H A DZipFileSystem.java1885 crc = CENCRC(cen, pos);
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java220 static final int CENCRC = ZipFile.CENCRC; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h99 #define CENCRC(b) LG(b, 16) /* crc of uncompressed data */ macro
H A Dzip_util.c1013 ze->crc = CENCRC(cen);

Completed in 47 milliseconds