Searched defs:LOCCRC (Results 1 – 4 of 4) sorted by relevance
59 static final int LOCCRC = 14; // uncompressed file crc-32 value field
235 static final long LOCCRC(byte[] b) { return LG(b, 14);} // crc of uncompressed data in LOCCRC() method in ZipUtils
154 public static final int LOCCRC = 14; // 0xe field in ZipEntry
79 #define LOCCRC(b) LG(b, 14) /* crc of uncompressed data */ macro