ref: a96f72a41fed2a20c363865b5860fcbfeec7c90d
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);