Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dcrc32.c127 return ~crc32(0, data, size); in util_hash_crc32()
Ddisk_cache_os.h110 uint32_t crc32; member
DAndroid.bp92 "crc32.c",
Dmeson.build48 'crc32.c',
49 'crc32.h',
Ddisk_cache_os.c557 if (cf_data->crc32 != util_hash_crc32(data, cache_data_size)) in parse_and_validate_cache_item()
707 cf_data.crc32 = util_hash_crc32(compressed_data, compressed_size); in create_cache_item_header_and_blob()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dtrxhdr.h54 uint32 crc32; /* 32-bit CRC from flag_version to end of file */ member
/hardware/ti/am57x/bootctrl/
Dboot_control.cc54 return crc32(0, (const uint8_t*)boot_ctrl, in GetBootloaderControlCRC()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1534 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1253 #define crc32 mz_crc32 macro