Searched refs:crc32 (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | crc32.c | 127 return ~crc32(0, data, size); in util_hash_crc32()
|
D | disk_cache_os.h | 110 uint32_t crc32; member
|
D | Android.bp | 92 "crc32.c",
|
D | meson.build | 48 'crc32.c', 49 'crc32.h',
|
D | disk_cache_os.c | 557 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/ |
D | trxhdr.h | 54 uint32 crc32; /* 32-bit CRC from flag_version to end of file */ member
|
/hardware/ti/am57x/bootctrl/ |
D | boot_control.cc | 54 return crc32(0, (const uint8_t*)boot_ctrl, in GetBootloaderControlCRC()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1534 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 1253 #define crc32 mz_crc32 macro
|