Searched refs:Crc16Table (Results 1 – 1 of 1) sorted by relevance
104 static const uint16_t Crc16Table[]; variable677 crc = (crc >> 8) ^ Crc16Table[(crc ^ *cp++) & 0xff]; in Crc16()681 static const uint16_t Crc16Table[256] = { variable