Searched refs:crc16_table (Results 1 – 1 of 1) sorted by relevance
8 uint16_t const crc16_table[256] = { variable38 crc = (crc << 8) ^ crc16_table[((crc >> 8) ^ *buffer++) & 0xff]; in crc16()