|
LMMS
|
Macros | |
| #define | __CRC32_C /* identifies this source module */ |
| #define | CRC_TBLS 1 |
| #define | CRC_TABLE_IS_EMPTY (crc_table == NULL) |
| #define | MARK_CRCTAB_FILLED crc_table = crctab_p |
| #define | MARK_CRCTAB_EMPTY crc_table = NULL |
| #define | xor 0xedb88320L |
| #define | DO1(crc, buf) |
| #define | DO2(crc, buf) |
| #define | DO4(crc, buf) |
| #define | DO8(crc, buf) |
Functions | |
| local void make_crc_table | OF ((void)) |
| local void | make_crc_table () |
| void | free_crc_table () |
| ulg | crc32 (ulg crc, ZCONST uch *buf, extent len) |
Variables | |
| local ulg near * | crc_table = NULL |
| #define __CRC32_C /* identifies this source module */ |
| #define CRC_TBLS 1 |
| #define DO1 | ( | crc, | |
| buf ) |
| #define DO2 | ( | crc, | |
| buf ) |
| #define DO4 | ( | crc, | |
| buf ) |
| #define DO8 | ( | crc, | |
| buf ) |
| #define MARK_CRCTAB_FILLED crc_table = crctab_p |
| #define xor 0xedb88320L |
| void free_crc_table | ( | ) |
| local void make_crc_table OF | ( | (void) | ) |