Searched defs:EXTLEN (Results 1 – 4 of 4) sorted by relevance
70 static final int EXTLEN = 12; // uncompressed size field
244 static final long EXTLEN(byte[] b) { return LG(b, 12);} // uncompressed size in EXTLEN() method in ZipUtils
148 public static final int EXTLEN = 12; // 0xc field in ZipEntry
90 #define EXTLEN(b) LG(b, 12) /* uncompressed size */ macro