Searched refs:crctab (Results 1 – 2 of 2) sorted by relevance
29 static const unsigned short crctab[256] = { variable76 crc = ((crc >> 8) & 0xff) ^ crctab[(crc & 0xff) ^ *cp++]; in crcChecksumCompute()
55 static const unsigned short crctab[256] = { variable121 crc = ((crc >> 8) & 0xff) ^ crctab[(crc & 0xff) ^ *cp++]; in l2c_fcr_updcrc()