crc4_tab            9 lib/crc4.c     static const uint8_t crc4_tab[] = {
crc4_tab           37 lib/crc4.c     		c = crc4_tab[c ^ ((x >> i) & 0xf)];