Home
last modified time | relevance | path

Searched refs:soft_crc32 (Results 1 – 3 of 3) 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