Searched refs:crc32table (Results 1 – 2 of 2) sorted by relevance
95 crcVar = (crcVar << 8) ^ s->crc32table[(crcVar >> 24) ^ ((uint8_t)cha)]; \186 uint32_t crc32table[256]; member
103 crc32_filltable(s->crc32table, 1); in BZ2_bzCompressInit()