24 for (
size_t b = 0;
b < 256; ++
b) {
26 for (
size_t i = 0;
i < 8; ++
i) {
28 r = (
r >> 1) ^ poly32;
Internal API to different integrity check functions.
void lzma_crc32_init(void)
static void crc32_init(void)
uint32_t lzma_crc32_table[1][256]
#define mythread_once(func)