Searched refs:soft_crc32 (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/firmware/os/platform/native/inc/plat/ |
D | crc.h | 3 #define crc32 soft_crc32
|
/device/google/contexthub/lib/include/nanohub/ |
D | crc.h | 42 uint32_t soft_crc32(const void *buf, size_t size, uint32_t crc);
|
/device/google/contexthub/lib/nanohub/ |
D | softcrc.c | 41 uint32_t soft_crc32(const void *buf, size_t size, uint32_t crc) in soft_crc32() function
|
/device/google/contexthub/firmware/os/inc/ |
D | seos.h | 261 crc = soft_crc32((uint8_t*)seg, size + sizeof(*seg), ~0); in osAppSegmentCalcCrcResidue()
|
/device/google/contexthub/firmware/os/core/ |
D | seos.c | 637 .crc = ~soft_crc32(storageSeg, fullSize, ~0), in osAppSegmentClose()
|
D | nanohubCommand.c | 620 mDownloadState->srcCrc = soft_crc32(data, len, mDownloadState->srcCrc); in doFirmwareChunk()
|