Bitstream Interpretation Library (BIL)  0.1
Variables
CRC32.cpp File Reference

Contains definition of CRC32 functions. More...

#include <util/CRC32.hpp>
Include dependency graph for CRC32.cpp:

Go to the source code of this file.

Variables

const boost::uint32_t CRC32_LOOKUP_8BIT [256]
const boost::uint32_t CRC32_LOOKUP_5BIT [32]

Detailed Description

Contains definition of CRC32 functions.

Definition in file CRC32.cpp.


Variable Documentation

const boost::uint32_t CRC32_LOOKUP_8BIT[256]

Definition at line 14 of file CRC32.cpp.

const boost::uint32_t CRC32_LOOKUP_5BIT[32]
Initial value:
{
0x00000000, 0x8ad958cf, 0x105ec76f, 0x9a879fa0, 0x20bd8ede, 0xaa64d611,
0x30e349b1, 0xba3a117e, 0x417b1dbc, 0xcba24573, 0x5125dad3, 0xdbfc821c,
0x61c69362, 0xeb1fcbad, 0x7198540d, 0xfb410cc2, 0x82f63b78, 0x082f63b7,
0x92a8fc17, 0x1871a4d8, 0xa24bb5a6, 0x2892ed69, 0xb21572c9, 0x38cc2a06,
0xc38d26c4, 0x49547e0b, 0xd3d3e1ab, 0x590ab964, 0xe330a81a, 0x69e9f0d5,
0xf36e6f75, 0x79b737ba,
}

Definition at line 63 of file CRC32.cpp.