Home
last modified time | relevance | path

Searched refs:ENDSIZ (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants.java95 static final int ENDSIZ = 12; // central directory size in bytes field
/libcore/ojluni/src/main/native/
Dzip_util.h115 #define ENDSIZ(b) LG(b, 12) /* central directory size */ macro
Dzip_util.c278 jlong cenpos = endpos - ENDSIZ(endbuf); in verifyEND()
574 cenlen = ENDSIZ(endbuf); in readCEN()