Searched refs:POLY (Results 1 – 7 of 7) sorted by relevance
138 #define POLY 0xedb88320 /* p(x) reflected, with x^32 implied */ macro279 p = p & 1 ? (p >> 1) ^ POLY : p >> 1; in make_crc_table()552 b = b & 1 ? (b >> 1) ^ POLY : b >> 1; in multmodp()
2095 const unsigned int POLY = 0x04c11db7; in mdlCalculateCRC() local2109 CRCValue ^= POLY; in mdlCalculateCRC()
881 uint32_t const POLY = RGE_HASH_POLY; in rge_hash_index() local894 crc ^= POLY; in rge_hash_index()
765 uint32_t const POLY = RTLS_HASH_POLY; in rtls_hash_index() local778 crc ^= POLY; in rtls_hash_index()
2446 fmuld P1_f16,P1_f46,P1_f46 ! s*(POLY) ! X2-22557 fmuld P2_f26,P2_f56,P2_f56 ! s*(POLY) ! X3-22677 fmuld P0_f6,P0_f36,P0_f36 ! s*(POLY) ! X1
1206 uint32_t const POLY = HASH_POLY; in dmfe_hash_index() local1221 crc ^= POLY; in dmfe_hash_index()
1131 uint32_t const POLY = HASH_POLY; in hashindex() local1145 crc ^= POLY; in hashindex()