Lines Matching defs:poly
34 * @poly: The generator polynomial with the highest-order term omitted.
44 u64 poly;
75 crc = (crc >> 1) ^ ((crc & 1) ? v->poly : 0);
80 crc = ((crc << 1) ^ v->poly) &
283 .poly = 0x9,
307 .poly = 0xa001,
331 .poly = 0x8bb7,
358 .poly = 0xedb88320,
382 .poly = 0x04c11db7,
406 .poly = 0x82f63b78,
433 .poly = 0x42f0e1eba9ea3693,
458 .poly = 0x9a6c9329ac4bc9b5,