ref: 710f779fdacf57a6311c62c6e29a5e8e18576c3f
dir: /qcommon/crc.h/
/* crc.h */ void CRC_Init(unsigned short *crcvalue); void CRC_ProcessByte(unsigned short *crcvalue, byte data); unsigned short CRC_Value(unsigned short crcvalue); unsigned short CRC_Block (byte *start, int count);