Searched refs:crc32 (Results 1 – 5 of 5) sorted by relevance
35 CRC32 crc32 = new CRC32(); in CRC32Byte() local36 crc32.update(value); in CRC32Byte()37 return crc32.getValue(); in CRC32Byte()41 CRC32 crc32 = new CRC32(); in CRC32BytesUsingUpdateInt() local43 crc32.update(value); in CRC32BytesUsingUpdateInt()45 return crc32.getValue(); in CRC32BytesUsingUpdateInt()158 CRC32 crc32 = new CRC32(); in CRC32ByteArray() local159 crc32.update(bytes, off, len); in CRC32ByteArray()160 return crc32.getValue(); in CRC32ByteArray()166 CRC32 crc32 = new CRC32(); in CRC32ByteArray() local[all …]
52 uint32_t computed_crc = crc32(0L, Z_NULL, 0); in TEST_F()62 computed_crc = crc32(computed_crc, buf, bytes_read); in TEST_F()
45 return zip_entry_->crc32; in GetCrc32()
337 file_header.crc32 = crc32(0u, reinterpret_cast<const Bytef*>(data), size); in AddFile()349 cdfh.crc32 = file_header.crc32; in AddFile()390 uint32_t crc32; member405 uint32_t crc32; member
90 return zip_entry_->crc32; in GetCrc32()