Classes | Defines | Variables

ut_crc32.h File Reference

#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 Documentation

#define CRC32_INDEX (   c  )     (c >> 24)
#define CRC32_SHIFTED (   c  )     (c << 8)

Variable Documentation

const UT_uint32 CRC32_NEGL = 0xffffffffL

Referenced by UT_CRC32::Reset().