Home
last modified time | relevance | path

Searched defs:crc32 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_decoder.h182 uint32_t crc32 = 0; ///< chunk crc32 member
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp611 uint32_t crc32 = crc32_z(0L, Z_NULL, 0); in GetFileChecksum() local
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_zipfile.cpp551 uint32_t crc32 = ReadLE32(data.buffer + offsetof(LocalFileHeader, crc)); in DecodeLocalFileHeaderCheck() local