Home | History | Annotate | Download | only in l2cap

Lines Matching full:crctab

56 static const unsigned short crctab[256] = {
124 crc = ((crc >> 8) & 0xff) ^ crctab[(crc & 0xff) ^ *cp++];