Searched refs:CRC32_POLY (Results 1 – 4 of 4) sorted by relevance
52 #define CRC32_POLY 0x04c11db7 macro138 c = c & 0x80000000 ? (c << 1) ^ CRC32_POLY : (c << 1); in crc32_init()
24 #define CRC32_POLY 0x04c11db7 macro107 c = c & 0x80000000 ? (c << 1) ^ CRC32_POLY : (c << 1); in crc32_init()
42 #define CRC32_POLY 0x1edc6f41 macro1154 crc32_result = crc32_result ^ CRC32_POLY; in qed_calc_crc32c()
2930 #define CRC32_POLY 0xEDB88320 macro2970 (((crc ^ data) & 1) ? CRC32_POLY : 0); in set_multicast_list()