Home
last modified time | relevance | path

Searched refs:crc_16_ccitt_table (Results 1 – 1 of 1) sorted by relevance

/openbmc/libmctp/
H A Dcrc-16-ccitt.c11 static const uint16_t crc_16_ccitt_table[256] = { variable
56 return (fcs >> 8) ^ crc_16_ccitt_table[(fcs ^ c) & 0xff]; in crc_16_ccitt_byte()