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

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipConstants.java58 static final int LOCCRC = 14; // uncompressed file crc-32 value field in interface:ZipConstants
H A DZipInputStream.java325 e.crc = get32(tmpbuf, LOCCRC);
/libcore/ojluni/src/main/native/
H A Dzip_util.h78 #define LOCCRC(b) LG(b, 14) /* crc of uncompressed data */ macro

Completed in 48 milliseconds