
Go to the source code of this file.
Functions | |
| unsigned int | crc32_initial (unsigned char *data, int len) |
| unsigned int | crc32_update (unsigned char *data, int len, unsigned int previous) |
| unsigned int | checksum_initial (unsigned char *data, int len) |
| unsigned int | checksum_update (unsigned char *data, int len, unsigned int previous) |
Variables | |
| unsigned int | crctab [] |
Definition at line 70 of file crc32.C.
Referenced by cpd_memory_single_pup(), CkMessageReplay::isNext(), and CkMessageRecorder::process().

Definition at line 102 of file crc32.C.
Referenced by cpd_memory_single_pup().

Definition at line 126 of file crc32.C.
References checksum_update().
Referenced by CkMessageReplay::isNext(), and CkMessageRecorder::process().


Definition at line 116 of file crc32.C.
References checksum_array, and size.
Referenced by checksum_initial().

1.5.5