Home
last modified time | relevance | path

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

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