Home
last modified time | relevance | path

Searched defs:ZIP64_ENDTOT (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants64.java57 static final int ZIP64_ENDTOT = 32; // total number of entries field in ZipConstants64
/libcore/ojluni/src/main/native/
Dzip_util.h128 #define ZIP64_ENDTOT(b) LL(b, 32) /* total number of entries */ macro