Searched refs:ZIP64_ENDTOD (Results 1 – 3 of 3) sorted by relevance
56 static final int ZIP64_ENDTOD = 24; // total number of entries on this disk field in ZipConstants64
255 … static final long ZIP64_ENDTOD(byte[] b) { return LL(b, 24);} // total number of entries on disk in ZIP64_ENDTOD() method in ZipUtils
128 #define ZIP64_ENDTOD(b) LL(b, 24) /* total number of entries on this disk */ macro