Searched defs:ccrc (Results 1 – 5 of 5) sorted by relevance
72 crc16_byte(uint16_t ccrc, const uint8_t b) in crc16_byte()
298 ulong ccrc; /* crc of compressed data */ member
398 #define UTOPPY_CRC16(ccrc,b) crc16_byte((ccrc), (b)) /* from crc16.h */ argument