Searched refs:crc8_table (Results 1 – 11 of 11) sorted by relevance
2658 static const uint8 crc8_table[256] = { variable2707 crc = crc8_table[(crc ^ *pdata++) & 0xff]; in hndcrc8()
1685 static const uint8 crc8_table[256] = { variable1734 crc = crc8_table[(crc ^ *pdata++) & 0xff]; in hndcrc8()
3847 static const uint8 crc8_table[256] = { variable3896 crc = crc8_table[(crc ^ *pdata++) & 0xff]; in hndcrc8()