doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Functions | |
void | CRC32_InitChecksum (unsigned long &crcvalue) |
void | CRC32_UpdateChecksum (unsigned long &crcvalue, const void *data, int length) |
void | CRC32_FinishChecksum (unsigned long &crcvalue) |
unsigned long | CRC32_BlockChecksum (const void *data, int length) |