
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_update (unsigned char *data, int len, unsigned int previous) | 
| unsigned int | checksum_initial (unsigned char *data, int len) | 
| Variables | |
| unsigned int | crctab [] | 
| static unsigned char | checksum3 [4] = {0, 0, 0, 0xFF} | 
| static unsigned char | checksum_array [7] = {0xFF, 0xFF, 0xFF, 0, 0, 0, 0} | 
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 116 of file crc32.C.
References checksum_array, and size.
Referenced by checksum_initial().

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


| unsigned char checksum_array[7] = {0xFF, 0xFF, 0xFF, 0, 0, 0, 0}  [static] | 
 1.5.5
 1.5.5