Searched defs:CENCRC (Results 1 – 4 of 4) sorted by relevance
80 static final int CENCRC = 16; // uncompressed file crc-32 value field
269 static final long CENCRC(byte[] b, int pos) { return LG(b, pos + 16);} in CENCRC() method in ZipUtils
100 public static final int CENCRC = 16; // 0x10 field in ZipEntry
100 #define CENCRC(b) LG(b, 16) /* crc of uncompressed data */ macro