Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants64.java67 static final int ZIP64_LOCTOT = 16; // total number of disks field in ZipConstants64
/libcore/ojluni/src/main/native/
Dzip_util.h137 #define ZIP64_LOCTOT(b) LG(b, 16) /* total number of disks */ macro