Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds