Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dzip_archive_test.cc51 uint32_t computed_crc = crc32(0L, Z_NULL, 0); in TEST_F()
61 computed_crc = crc32(computed_crc, buf, bytes_read); in TEST_F()
Dzip_archive.cc46 return zip_entry_->crc32; in GetCrc32()
/art/dex2oat/linker/
Doat_writer_test.cc293 file_header.crc32 = crc32(0u, reinterpret_cast<const Bytef*>(data), size); in AddFile()
305 cdfh.crc32 = file_header.crc32; in AddFile()
346 uint32_t crc32; member
361 uint32_t crc32; member
/art/libdexfile/dex/
Ddex_file_loader.cc94 return zip_entry_->crc32; in GetCrc32()