Home
last modified time | relevance | path

Searched refs:ZIP64_ENDTOT (Results 1 – 5 of 5) 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
DZipUtils.java256 static final long ZIP64_ENDTOT(byte[] b) { return LL(b, 32);} // total number of entries in ZIP64_ENDTOT() method in ZipUtils
DZipFile.java1584 long centot64 = ZIP64_ENDTOT(end64buf); in findEND()
/libcore/ojluni/src/main/native/
Dzip_util.h129 #define ZIP64_ENDTOT(b) LL(b, 32) /* total number of entries */ macro
Dzip_util.c629 total = (jint)ZIP64_ENDTOT(end64buf); in readCEN()