Home
last modified time | relevance | path

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

/art/libartbase/base/
Dzip_archive_test.cc52 uint32_t computed_crc = crc32(0L, Z_NULL, 0); in TEST_F() local
62 computed_crc = crc32(computed_crc, buf, bytes_read); in TEST_F()
64 EXPECT_EQ(zip_entry->GetCrc32(), computed_crc); in TEST_F()