Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
crc.h File Reference
#include <ntypes.h>

Go to the source code of this file.

Macros

#define CRC16INIT   0
 
#define CRC32INIT   (0xFFFFFFFFL)
 
#define CRC16MAGIC   (0xFFFF)
 
#define CRC32MAGIC   (0xDEBB20E3L)
 

Functions

uint32 data_crc (const void *data, int length)
 

Macro Definition Documentation

#define CRC16INIT   0

Definition at line 19 of file crc.h.

#define CRC16MAGIC   (0xFFFF)

Definition at line 22 of file crc.h.

#define CRC32INIT   (0xFFFFFFFFL)

Definition at line 20 of file crc.h.

#define CRC32MAGIC   (0xDEBB20E3L)

Definition at line 23 of file crc.h.

Function Documentation

uint32 data_crc ( const void *  data,
int  length 
)