Home
last modified time | relevance | path

Searched refs:BZ2_crc32Table (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dcrctable.cpp78 UInt32 BZ2_crc32Table[256] = { variable
H A Dbzlib_private.hpp210 extern UInt32 BZ2_crc32Table[256];
219 { crcVar = (crcVar << 8) ^ BZ2_crc32Table[(crcVar >> 24) ^ ((UChar)cha)]; }