Searched defs:CRC (Results 1 – 8 of 8) sorted by relevance
81 #define CRC 2 /* legacy - not used */ macro
171 #define CRC 0x47 /* macro
527 #define CRC(crc, ch) (crc = (crc >> 8) ^ crctab[(crc ^ (ch)) & 0xff]) macro