Searched refs:POLY (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c881 uint32_t const POLY = RGE_HASH_POLY; local
894 crc ^= POLY;
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c2097 const unsigned int POLY = 0x04c11db7; local
2111 CRCValue ^= POLY;
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1206 uint32_t const POLY = HASH_POLY; local
1221 crc ^= POLY;
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c765 uint32_t const POLY = RTLS_HASH_POLY; local
778 crc ^= POLY;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2446 fmuld P1_f16,P1_f46,P1_f46 ! s*(POLY) ! X2-2
2557 fmuld P2_f26,P2_f56,P2_f56 ! s*(POLY) ! X3-2
2677 fmuld P0_f6,P0_f36,P0_f36 ! s*(POLY) ! X1
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1131 uint32_t const POLY = HASH_POLY; local
1145 crc ^= POLY;

Completed in 1183 milliseconds