Searched refs:ZIP64_ENDTOT (Results 1 – 3 of 3) sorted by relevance
57 static final int ZIP64_ENDTOT = 32; // total number of entries field in ZipConstants64
128 #define ZIP64_ENDTOT(b) LL(b, 32) /* total number of entries */ macro
585 total = (jint)ZIP64_ENDTOT(end64buf); in readCEN()