Searched defs:ENDOFF (Results 1 – 4 of 4) sorted by relevance
97 static final int ENDOFF = 16; // offset of first CEN header field
250 static final long ENDOFF(byte[] b) { return LG(b, 16);} // central directory offset in ENDOFF() method in ZipUtils
134 public static final int ENDOFF = 16; // 0x10 field in ZipEntry
117 #define ENDOFF(b) LG(b, 16) /* central directory offset */ macro