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