Searched refs:crc32 (Results 1 – 4 of 4) sorted by relevance
/dalvik/libcore/archive/src/main/native/ |
D | java_util_zip_CRC32.c | 33 result = crc32 ((uLong) crc, (Bytef *) (b + off), (uInt) len); in Java_java_util_zip_CRC32_updateImpl() 42 return crc32 ((uLong) crc, (Bytef *) (&val), 1); in Java_java_util_zip_CRC32_updateByteImpl()
|
D | zipsup.h | 112 U_32 crc32; member 130 U_32 crc32; member
|
D | zipsup.c | 531 ZIP_NEXT_U32 (zipEntry->crc32, current); in scanForDataDescriptor() 704 ZIP_NEXT_U32 (entry.crc32, current); in zip_populateCache() 976 ZIP_NEXT_U32 (zipEntry->crc32, current); in readZipEntry()
|
/dalvik/dexopt/ |
D | OptMain.c | 59 long uncompLen, modWhen, crc32; in extractAndProcessZip() local 104 &modWhen, &crc32)) in extractAndProcessZip() 112 crc32 = crc32; in extractAndProcessZip() 169 modWhen, crc32, isBootstrap)) in extractAndProcessZip()
|