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