Home
last modified time | relevance | path

Searched refs:CRC_INIT (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dcrc.h24 #define CRC_INIT 0xFFFFFFFFUL macro
/device/google/contexthub/firmware/os/platform/stm32/
Dcrc.c63 else if (crc == CRC_INIT) in crc32()
/device/google/contexthub/firmware/os/core/
DhostIntf.c210 uint32_t crc = crc32(packet, packet->len + sizeof(*packet), CRC_INIT); in hostIntfComputeCrc()