Searched refs:crc_ccitt_false_table (Results 1 – 2 of 2) sorted by relevance
56 u16 const crc_ccitt_false_table[256] = { variable90 EXPORT_SYMBOL(crc_ccitt_false_table);
8 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