Searched refs:CRC32_POLYNOMIAL (Results 1 – 1 of 1) sorted by relevance
60 #define CRC32_POLYNOMIAL 0xEDB88320UL macro93 crc = (crc >> 1) ^ CRC32_POLYNOMIAL; in _crc32_recalculate_bytes_helper()
Completed in 5 milliseconds