Home
last modified time | relevance | path

Searched refs:ZIP64_ENDNMD (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants64.java54 static final int ZIP64_ENDNMD = 16; // number of this disk field in ZipConstants64
/libcore/ojluni/src/main/native/
Dzip_util.h125 #define ZIP64_ENDNMD(b) LG(b, 16) /* number of this disk */ macro