Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dcrc-ccitt.c56 u16 const crc_ccitt_false_table[256] = { variable
90 EXPORT_SYMBOL(crc_ccitt_false_table);
/Linux-v5.4/include/linux/
Dcrc-ccitt.h8 extern u16 const crc_ccitt_false_table[256];
20 return (crc << 8) ^ crc_ccitt_false_table[(crc >> 8) ^ c]; in crc_ccitt_false_byte()