Searched refs:CRC32Table (Results 1 – 1 of 1) sorted by relevance
42 static const u32 CRC32Table[] = { variable90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()