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