ReactOS
0.4.15-dev-2354-g9e947e2
|
Go to the source code of this file.
Macros | |
#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 |
#define | GF2_DIM 32 /* dimension of GF(2) vectors (length of CRC) */ |
Functions | |
unsigned long gf2_matrix_times | OF ((unsigned long *mat, unsigned long vec)) |
void gf2_matrix_square | OF ((unsigned long *square, unsigned long *mat)) |
uLong crc32_combine_ | OF ((uLong crc1, uLong crc2, z_off64_t len2)) |
const z_crc_t FAR *ZEXPORT | get_crc_table () |
unsigned long ZEXPORT | crc32_z (unsigned long crc, const unsigned char FAR *buf, z_size_t len) |
unsigned long ZEXPORT | crc32 (unsigned long crc, const unsigned char FAR *buf, uInt len) |
unsigned long | gf2_matrix_times (unsigned long *mat, unsigned long vec) |
void | gf2_matrix_square (unsigned long *square, unsigned long *mat) |
uLong | crc32_combine_ (uLong crc1, uLong crc2, z_off64_t len2) |
uLong ZEXPORT | crc32_combine (uLong crc1, uLong crc2, z_off_t len2) |
uLong ZEXPORT | crc32_combine64 (uLong crc1, uLong crc2, z_off64_t len2) |
Definition at line 237 of file crc32.c.
Definition at line 372 of file crc32.c.
Referenced by crc32_combine(), and crc32_combine64().
Definition at line 188 of file crc32.c.
Referenced by unzOpenCurrentFile3(), and zipOpenNewFileInZip4_64().
Definition at line 361 of file crc32.c.
Referenced by crc32_combine_().
uLong crc32_combine_ OF | ( | (uLong crc1, uLong crc2, z_off64_t len2) | ) |