Searched refs:drv_crc32_table (Results 1 – 1 of 1) sorted by relevance
655 static const unsigned long drv_crc32_table[256] = variable697 ulCRC = (ulCRC << 8) ^ drv_crc32_table[((ulCRC >> 24) & 0xFF) ^ *buffer++]; in _TSP_GetCrc32()