Home
last modified time | relevance | path

Searched refs:soft_crc32 (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/platform/native/inc/plat/
Dcrc.h3 #define crc32 soft_crc32
/device/google/contexthub/lib/include/nanohub/
Dcrc.h42 uint32_t soft_crc32(const void *buf, size_t size, uint32_t crc);
/device/google/contexthub/lib/nanohub/
Dsoftcrc.c41 uint32_t soft_crc32(const void *buf, size_t size, uint32_t crc) in soft_crc32() function
/device/google/contexthub/firmware/os/inc/
Dseos.h261 crc = soft_crc32((uint8_t*)seg, size + sizeof(*seg), ~0); in osAppSegmentCalcCrcResidue()
/device/google/contexthub/firmware/os/core/
Dseos.c637 .crc = ~soft_crc32(storageSeg, fullSize, ~0), in osAppSegmentClose()
DnanohubCommand.c620 mDownloadState->srcCrc = soft_crc32(data, len, mDownloadState->srcCrc); in doFirmwareChunk()