#include "zutil.h"
#include "crc32.h"
Defines | |
#define | local static |
#define | TBLS 1 |
#define | DO1 crc = crc_table[0][((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8) |
#define | DO8 DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1 |
Functions | |
const unsigned long FAR *ZEXPORT | get_crc_table () |
unsigned long ZEXPORT | crc32 (crc, buf, len) unsigned long crc |
Variables | |
const unsigned char FAR * | buf |
unsigned | len |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|