Searched refs:poly64 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dcrc64_small.c22 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); local
28 r = (r >> 1) ^ poly64;
H A Dcrc64_tablegen.c26 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); local
34 r = (r >> 1) ^ poly64;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dcrc64_small.c22 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); local
28 r = (r >> 1) ^ poly64;
H A Dcrc64_tablegen.c26 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); local
34 r = (r >> 1) ^ poly64;

Completed in 447 milliseconds