Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tcrc.h File Reference
#include "ttype.h"

Go to the source code of this file.

Functions

unsigned long CRCdwCrc32 (unsigned char *pbyData, unsigned int cbByte, unsigned long dwCrcSeed)
 
unsigned long CRCdwGetCrc32 (unsigned char *pbyData, unsigned int cbByte)
 
unsigned long CRCdwGetCrc32Ex (unsigned char *pbyData, unsigned int cbByte, unsigned long dwPreCRC)
 

Function Documentation

unsigned long CRCdwCrc32 ( unsigned char pbyData,
unsigned int  cbByte,
unsigned long  dwCrcSeed 
)

Definition at line 135 of file tcrc.c.

unsigned long CRCdwGetCrc32 ( unsigned char pbyData,
unsigned int  cbByte 
)

Definition at line 167 of file tcrc.c.

unsigned long CRCdwGetCrc32Ex ( unsigned char pbyData,
unsigned int  cbByte,
unsigned long  dwPreCRC 
)

Definition at line 193 of file tcrc.c.