Home
last modified time | relevance | path

Searched refs:CRCPOLY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/staging/
H A Dcrc32.rst49 multiple = remainder & 0x80000000 ? CRCPOLY : 0;
70 multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
78 multiple = (remainder & 1) ? CRCPOLY : 0;
84 The other details of endianness have been hidden in CRCPOLY (which must
94 multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
104 multiple = (remainder & 1) ? CRCPOLY : 0;
/openbmc/qemu/target/i386/
H A Dops_sse.h2116 #define CRCPOLY 0x1edc6f41 macro