Searched refs:efx_crc32_table (Results 1 – 1 of 1) sorted by relevance
40 static const uint32_t efx_crc32_table[256] = { variable119 crc = (crc >> 8) ^ efx_crc32_table[(crc ^ data) & 0xff]; in efx_crc32_calculate()