Searched refs:poly32 (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcrc32_small.c22 static const uint32_t poly32 = UINT32_C(0xEDB88320); local
28 r = (r >> 1) ^ poly32;
H A Dcrc32_tablegen.c27 static const uint32_t poly32 = UINT32_C(0xEDB88320); local
35 r = (r >> 1) ^ poly32;

Completed in 117 milliseconds