Home
last modified time | relevance | path

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

/device/google/contexthub/lib/nanohub/
Dsoftcrc.c30 static uint32_t crcOneWord(uint32_t crc, uint32_t data, int cnt) in crcOneWord() function
50 crc = crcOneWord(crc, *data32++, 8); in soft_crc32()
58 crc = crcOneWord(crc, word, 8); in soft_crc32()