Searched refs:CRC32Poly (Results 1 – 1 of 1) sorted by relevance
64 constexpr uint32_t CRC32Poly = 0xEDB88320; variable757 crc = (crc >> 1) ^ CRC32Poly; // lsb-first in calcCRC32()