Searched refs:polynomial (Results 1 – 2 of 2) sorted by relevance
200 const uint64_t polynomial = 0x104C11DB7LL; // IEEE 32bit polynomial in CalculateCrc32() local213 regs = regs ^ polynomial; // XOR with generator poly in CalculateCrc32()
566 // For example the polynomial x^3 + 255x^2 + 8x + 93 is stored as the uint8 array {255, 8, 93}.886 // Returns a Reed-Solomon ECC generator polynomial for the given degree. This could be