Home
last modified time | relevance | path

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

/linux/lib/crc/
H A Dcrc4.c10 static const uint8_t crc4_tab[] = { variable
38 c = crc4_tab[c ^ ((x >> i) & 0xf)]; in crc4()