Searched refs:crc16_table (Results 1 – 6 of 6) sorted by relevance
14 static __u16 const crc16_table[256] = { variable60 crc16_table[(crc ^ *cp++) & 0xffU]) & 0x0000ffffU; in ext2fs_crc16()
20 extern u16 const crc16_table[256];26 return (crc >> 8) ^ crc16_table[(crc ^ data) & 0xff]; in crc16_byte()
12 u16 const crc16_table[256] = { variable
11 u16 const crc16_table[256] = { variable45 EXPORT_SYMBOL(crc16_table);
18 extern u16 const crc16_table[256];24 return (crc >> 8) ^ crc16_table[(crc ^ data) & 0xff]; in crc16_byte()
97 static u16 const crc16_table[256] = { variable134 u16 t = crc16_table[((crc >> 8) ^ bitreverse_table[data]) & 0xff]; in crc16_byte()