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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/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 189 milliseconds