Searched refs:crc16_lookup (Results 1 – 1 of 1) sorted by relevance
36 static const uint16_t crc16_lookup[] = { variable74 return crc16_lookup[((ccrc) ^ (b)) & 0xffu] ^ ((ccrc) >> 8); in crc16_byte()