Searched refs:CRC32_POLY_BE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_main.c2517 #define CRC32_POLY_BE 0x04c11db7 macro
2530 ^ ((((crc >> 31) ^ data) & 1) ? CRC32_POLY_BE : 0);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c176 #define CRC32_POLY_BE 0x04c11db7 macro
182 ^ ((((crc >> 31) ^ data) & 1) ? CRC32_POLY_BE : 0);
186 #undef CRC32_POLY_BE macro
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c230 #define CRC32_POLY_BE 0x04c11db7 macro
243 ((((crc >> 31) ^ data) & 1) ? CRC32_POLY_BE : 0);

Completed in 66 milliseconds