#include #include #include "crc32.h"Go to the source code of this file.
Defines |
|
| #define | FAR |
| #define | local static |
| #define | BYFOUR |
| #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 |
|
| unsigned long | crc32 (unsigned long crc, const unsigned char *buf, unsigned int len) |
| #define DO1 crc = crc_table[0][((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8) |
| unsigned long crc32 | ( | unsigned long | crc, | |
| const unsigned char * | buf, | |||
| unsigned int | len | |||
| ) |