Searched defs:crc (Results 1 – 12 of 12) sorted by relevance
/hardware/nxp/nfc/pn8x/halimpl/utils/ |
D | sparse_crc32.cc | 102 uint32_t crc; in sparse_crc32() local
|
/hardware/nxp/nfc/snxxx/halimpl/utils/ |
D | sparse_crc32.cc | 102 uint32_t crc; in sparse_crc32() local
|
/hardware/st/secure_element2/secure_element/esehal/src/ |
D | checksum.c | 44 crc_ccitt(uint16_t crc, const void *s, size_t n) in crc_ccitt()
|
D | iso7816_t1.c | 121 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in do_chk() local 142 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in chk_is_good() local
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | common.cpp | 44 uint16_t crc16(const Buffer<uint8_t> data, uint16_t crc) { in crc16()
|
/hardware/st/nfc/aidl/ |
D | hal_st21nfc.cc | 413 uint16_t crc = 0; in StNfc_hal_write() local 482 uint16_t crc = iso14443_crc(nci_cmd + 7, nci_cmd[5] - 1, Type_A); in StNfc_hal_write() local
|
/hardware/interfaces/boot/1.1/default/boot_control/ |
D | libboot_control.cpp | 56 uint32_t crc = i; in CRC32() local
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1345 uint8 crc /* either CRC8_INIT_VALUE or previous return value */ in hndcrc8() 1418 uint16 crc /* either CRC16_INIT_VALUE or previous return value */ in hndcrc16() 1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 1079 unsigned int crc = stbiw__crc32(*data - len - 4, len+4); in stbiw__wpcrc() local
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 1079 unsigned int crc = stbiw__crc32(*data - len - 4, len+4); in stbiw__wpcrc() local
|
D | tinyexr.h | 1999 mz_ulong mz_crc32(mz_ulong crc, const mz_uint8 *ptr, size_t buf_len) { in mz_crc32()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 280 uint32 crc; member
|