Home
last modified time | relevance | path

Searched defs:CENOFF (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants.java89 static final int CENOFF = 42; // LOC header offset field
DZipUtils.java279 static final long CENOFF(byte[] b, int pos) { return LG(b, pos + 42);} in CENOFF() method in ZipUtils
/libcore/ojluni/annotations/mmodule/java/util/zip/
DZipEntry.annotated.java116 public static final int CENOFF = 42; // 0x2a field in ZipEntry
/libcore/ojluni/src/main/native/
Dzip_util.h109 #define CENOFF(b) LG(b, 42) /* offset of local header */ macro