Searched refs:ZIP64_ENDTOT (Results 1 – 5 of 5) sorted by relevance
57 static final int ZIP64_ENDTOT = 32; // total number of entries field in ZipConstants64
256 static final long ZIP64_ENDTOT(byte[] b) { return LL(b, 32);} // total number of entries in ZIP64_ENDTOT() method in ZipUtils
1584 long centot64 = ZIP64_ENDTOT(end64buf); in findEND()
129 #define ZIP64_ENDTOT(b) LL(b, 32) /* total number of entries */ macro
629 total = (jint)ZIP64_ENDTOT(end64buf); in readCEN()