Searched defs:crc (Results 1 – 7 of 7) sorted by relevance
102 uint32_t crc; in sparse_crc32() local
44 crc_ccitt(uint16_t crc, const void *s, size_t n) in crc_ccitt()
122 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in do_chk() local143 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in chk_is_good() local
42 uint16_t crc16(const Buffer<uint8_t> data, uint16_t crc) { in crc16()
56 uint32_t crc = i; in CRC32() local
1345 uint8 crc /* either CRC8_INIT_VALUE or previous return value */ in hndcrc8()1418 uint16 crc /* either CRC16_INIT_VALUE or previous return value */ in hndcrc16()1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32()