Searched refs:crctab (Results 1 – 2 of 2) sorted by relevance
21 static const uint16_t crctab[256] = { variable52 crc = ((crc >> 8) & 0x00ff) ^ crctab[(crc & 0x00ff) ^ byte]; in AddByte()
53 static const unsigned short crctab[256] = { variable114 crc = ((crc >> 8) & 0xff) ^ crctab[(crc & 0xff) ^ *cp++]; in l2c_fcr_updcrc()