#include "ut_types.h"
Go to the source code of this file.
Classes | |
class | UT_CRC32 |
CRC Checksum Calculation. More... | |
Defines | |
#define | CRC32_INDEX(c) (c >> 24) |
#define | CRC32_SHIFTED(c) (c << 8) |
Variables | |
const UT_uint32 | CRC32_NEGL = 0xffffffffL |
#define CRC32_INDEX | ( | c | ) | (c >> 24) |
Referenced by UT_CRC32::Fill(), and UT_CRC32::UpdateByte().
#define CRC32_SHIFTED | ( | c | ) | (c << 8) |
Referenced by UT_CRC32::Fill(), and UT_CRC32::UpdateByte().
const UT_uint32 CRC32_NEGL = 0xffffffffL |
Referenced by UT_CRC32::Reset().