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