24 for (
size_t b = 0;
b < 256; ++
b) {
26 for (
size_t i = 0;
i < 8; ++
i) {
28 r = (
r >> 1) ^ poly64;
Internal API to different integrity check functions.
static uint64_t crc64_table[256]
LZMA_API(uint64_t)
Calculate approximate memory usage of easy encoder.
static void crc64_init(void)
#define mythread_once(func)