Home
last modified time | relevance | path

Searched refs:poly64 (Results 1 – 3 of 3) sorted by relevance

/minix/external/public-domain/xz/dist/src/liblzma/check/
H A Dcrc64_small.c22 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in crc64_init() local
28 r = (r >> 1) ^ poly64; in crc64_init()
H A Dcrc64_tablegen.c26 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in init_crc64_table() local
34 r = (r >> 1) ^ poly64; in init_crc64_table()
/minix/external/public-domain/xz/dist/doc/
H A Dxz-file-format.txt1048 static const uint64_t poly64
1062 crc64 = (crc64 >> 1) ^ poly64;