Searched refs:CRC32_POLY (Results 1 – 4 of 4) sorted by relevance
52 #define CRC32_POLY 0x04c11db7 macro139 c = c & 0x80000000 ? (c << 1) ^ CRC32_POLY : in crc32_init()
24 #define CRC32_POLY 0x04c11db7 macro117 c = c & 0x80000000 ? (c << 1) ^ CRC32_POLY : (c << 1); in crc32_init()
29 #define CRC32_POLY 0x04c11db7 macro112 c = c & 0x80000000 ? (c << 1) ^ CRC32_POLY : (c << 1); in crc32_init()
2839 #define CRC32_POLY 0xEDB88320 macro2882 (((crc ^ data) & 1) ? CRC32_POLY : 0); in set_multicast_list()