Searched refs:ENDOFF (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipConstants.java96 static final int ENDOFF = 16; // offset of first CEN header field in interface:ZipConstants
/libcore/ojluni/src/main/native/
H A Dzip_util.h116 #define ENDOFF(b) LG(b, 16) /* central directory offset */ macro
H A Dzip_util.c277 jlong locpos = cenpos - ENDOFF(endbuf);
574 cenoff = ENDOFF(endbuf);

Completed in 25 milliseconds