Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dcrc-ccitt.c56 u16 const crc_ccitt_false_table[256] = { variable
90 EXPORT_SYMBOL(crc_ccitt_false_table);
/linux-6.3-rc2/include/linux/
A 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()

Completed in 5 milliseconds