Searched refs:crc4_tab (Results 1 – 1 of 1) sorted by relevance
11 static const uint8_t crc4_tab[] = { variable39 c = crc4_tab[c ^ ((x >> i) & 0xf)]; in crc4()