Home
last modified time | relevance | path

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

/linux/lib/crc/
H A Dcrc16.c12 static const u16 crc16_table[256] = { variable
58 crc = (crc >> 8) ^ crc16_table[(crc & 0xff) ^ *p++]; in crc16()