Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c2097 const unsigned int POLY = 0x04c11db7; in mdlCalculateCRC() local
2111 CRCValue ^= POLY; in mdlCalculateCRC()
/titanic_44/usr/src/uts/common/io/rge/
H A Drge_main.c881 uint32_t const POLY = RGE_HASH_POLY; in rge_hash_index() local
894 crc ^= POLY; in rge_hash_index()
/titanic_44/usr/src/uts/common/io/rtls/
H A Drtls.c765 uint32_t const POLY = RTLS_HASH_POLY; in rtls_hash_index() local
778 crc ^= POLY; in rtls_hash_index()
/titanic_44/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
/titanic_44/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1206 uint32_t const POLY = HASH_POLY; in dmfe_hash_index() local
1221 crc ^= POLY; in dmfe_hash_index()
/titanic_44/usr/src/uts/intel/io/dnet/
H A Ddnet.c1131 uint32_t const POLY = HASH_POLY; in hashindex() local
1145 crc ^= POLY; in hashindex()