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