Searched defs:ZIP64_ENDOFF (Results 1 – 3 of 3) sorted by relevance
59 static final int ZIP64_ENDOFF = 48; // offset of first CEN header field in ZipConstants64
258 static final long ZIP64_ENDOFF(byte[] b) { return LL(b, 48);} // central directory offset in ZIP64_ENDOFF() method in ZipUtils
131 #define ZIP64_ENDOFF(b) LL(b, 48) /* offset of first CEN header */ macro