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