Home
last modified time | relevance | path

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

/dports/games/pioneer/pioneer-20210723/src/core/
H A DGZipFormat.cpp139 uint32_t true_crc = mz_crc32(MZ_CRC32_INIT, at_header, (at_data - at_header)); in DecompressGZip() local
140 true_crc &= 0xffffu; // Only care about the bottom 16 bits. in DecompressGZip()
142 if (true_crc != file_crc) { in DecompressGZip()
158 …uint32_t true_crc = mz_crc32(MZ_CRC32_INIT, reinterpret_cast<const mz_uint8 *>(out.data()), out.si… in DecompressGZip() local
161 if (true_crc != crc_from_file) { in DecompressGZip()