FireBirdLib - Topfield TMS PVR TAP Programming Library
CRC32.c File Reference
#include "libFireBird.h"

Go to the source code of this file.

Functions

void make_crc_table (void)
 
dword CRC32 (dword StartValue, void *StartAddress, dword Length)
 

Variables

dword CRC32Table [256]
 
bool CRCTableOK = FALSE
 

Function Documentation

◆ CRC32()

dword CRC32 ( dword  StartValue,
void *  StartAddress,
dword  Length 
)

Definition at line 38 of file CRC32.c.

References CRC32Table, CRCTableOK, make_crc_table(), TRACEENTER, and TRACEEXIT.

◆ make_crc_table()

void make_crc_table ( void  )

Definition at line 8 of file CRC32.c.

References CRC32Table, CRCTableOK, TRACEENTER, and TRACEEXIT.

Referenced by CRC32().

Variable Documentation

◆ CRC32Table

dword CRC32Table[256]

Definition at line 3 of file CRC32.c.

Referenced by CRC32(), and make_crc_table().

◆ CRCTableOK

bool CRCTableOK = FALSE

Definition at line 4 of file CRC32.c.

Referenced by CRC32(), and make_crc_table().