Home
last modified time | relevance | path

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

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