Searched refs:crc8_table (Results 1 – 2 of 2) sorted by relevance
1107 static const uint8 crc8_table[256] = { variable1156 crc = crc8_table[(crc ^ *pdata++) & 0xff]; in hndcrc8()
1243 static const uint8 crc8_table[256] = { variable1292 crc = crc8_table[(crc ^ *pdata++) & 0xff]; in hndcrc8()