Home
last modified time | relevance | path

Searched defs:EXTCRC (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants.java67 static final int EXTCRC = 4; // uncompressed file crc-32 value field
/libcore/ojluni/src/main/native/
Dzip_util.h87 #define EXTCRC(b) LG(b, 4) /* crc of uncompressed data */ macro