Searched refs:sparse_crc32 (Results 1 – 8 of 8) sorted by relevance
/hardware/nxp/nfc/pn8x/halimpl/utils/ |
D | sparse_crc32.h | 22 uint32_t sparse_crc32(uint32_t crc, const void* buf, int size);
|
D | sparse_crc32.cc | 100 uint32_t sparse_crc32(uint32_t crc_in, const void* buf, int size) { in sparse_crc32() function
|
D | phNxpConfig.cpp | 273 config_crc32_ = sparse_crc32(0, (const void*)p_config, (int)config_size); in readConfig()
|
/hardware/nxp/nfc/snxxx/halimpl/utils/ |
D | sparse_crc32.h | 22 uint32_t sparse_crc32(uint32_t crc, const void* buf, int size);
|
D | sparse_crc32.cc | 100 uint32_t sparse_crc32(uint32_t crc_in, const void* buf, int size) { in sparse_crc32() function
|
D | phNxpConfig.cc | 294 config_rf_crc32_ = sparse_crc32(0, (const void*)p_config, (int)config_size); in readConfig() 296 config_tr_crc32_ = sparse_crc32(0, (const void*)p_config, (int)config_size); in readConfig() 298 config_crc32_ = sparse_crc32(0, (const void*)p_config, (int)config_size); in readConfig()
|
/hardware/nxp/nfc/pn8x/ |
D | Android.bp | 57 "halimpl/utils/sparse_crc32.cc",
|
/hardware/nxp/nfc/snxxx/ |
D | Android.bp | 60 "halimpl/utils/sparse_crc32.cc",
|