Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 3 of 3) 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.cc42 return zip_entry_->crc32; in GetCrc32()
/art/compiler/
Doat_test.cc287 file_header.crc32 = crc32(0u, reinterpret_cast<const Bytef*>(data), size); in AddFile()
299 cdfh.crc32 = file_header.crc32; in AddFile()
340 uint32_t crc32; member
355 uint32_t crc32; member