Home
last modified time | relevance | path

Searched refs:ZIP64_ENDTOT (Results 1 – 3 of 3) 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
Dzip_util.c585 total = (jint)ZIP64_ENDTOT(end64buf); in readCEN()