liberasurecode  1.5.0
Erasure Code API library
Macros | Functions | Variables
crc32.c File Reference
#include <sys/param.h>

Go to the source code of this file.

Macros

#define POLY_CRC_32   0x11EDC6F41
 

Functions

int crc32 (int crc, const void *buf, size_t size)
 

Variables

static int crc32_tab []
 

Macro Definition Documentation

◆ POLY_CRC_32

#define POLY_CRC_32   0x11EDC6F41

Definition at line 116 of file crc32.c.

Function Documentation

◆ crc32()

int crc32 ( int  crc,
const void *  buf,
size_t  size 
)

Variable Documentation

◆ crc32_tab

int crc32_tab[]
static

Definition at line 69 of file crc32.c.

Referenced by crc32().