Searched refs:crctab (Results 1 - 2 of 2) sorted by relevance

/system/nfc/src/adaptation/
H A DCrcChecksum.cpp29 static const unsigned short crctab[256] = { variable
76 crc = ((crc >> 8) & 0xff) ^ crctab[(crc & 0xff) ^ *cp++];
/system/bt/stack/l2cap/
H A Dl2c_fcr.cc55 static const unsigned short crctab[256] = { variable
121 crc = ((crc >> 8) & 0xff) ^ crctab[(crc & 0xff) ^ *cp++];

Completed in 249 milliseconds