QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
crc.c File Reference

Macros

#define CRC_INIT_VALUE   0xffff
 
#define CRC_XOR_VALUE   0x0000
 

Functions

unsigned short CRC_Block (const byte *start, int count)
 
void CRC_Init (unsigned short *crcvalue)
 
void CRC_ProcessBlock (const byte *start, unsigned short *crcvalue, int count)
 
void CRC_ProcessByte (unsigned short *crcvalue, byte data)
 
unsigned short CRC_Value (unsigned short crcvalue)
 

Macro Definition Documentation

#define CRC_INIT_VALUE   0xffff
#define CRC_XOR_VALUE   0x0000