Searched refs:CRC32_POLY (Results 1 – 2 of 2) sorted by relevance
267 const u32_t CRC32_POLY = 0x1edc6f41; in calc_crc32() local281 crc32_result = crc32_result ^ CRC32_POLY; in calc_crc32()
148 #define CRC32_POLY 0xEDB88320U macro