Searched defs:ZIP64_LOCOFF (Results 1 – 2 of 2) sorted by relevance
66 static final int ZIP64_LOCOFF = 8; // offset of zip64 end field in ZipConstants64
136 #define ZIP64_LOCOFF(b) LL(b, 8) /* offset of zip64 end */ macro