Searched refs:GenPoly (Results 1 – 1 of 1) sorted by relevance
236 static void GenCrc32Tab(uint32_t GenPoly, uint32_t *crctab) in GenCrc32Tab() argument244 crc = (crc << 1) ^ (crc & 0x80000000 ? GenPoly : 0); in GenCrc32Tab()