Lines Matching defs:CRC1
396 #define CRC1 crc = crctab[(crc ^ *buf++) & 0xff] ^ (crc >> 8)397 #define CRC8 CRC1; CRC1; CRC1; CRC1; CRC1; CRC1; CRC1; CRC1409 CRC1;469 unsigned int crc1 = 0, crc2 = 1;470 if ( sscanf( ptr + 9, "%08x", &crc1) == 1) {478 if ( crc1 != crc2 ) {
Indexes created Mon Apr 06 00:22:49 UTC 2026