Searched refs:tcrc (Results 1 – 2 of 2) sorted by relevance
2471 uLong tcrc; /* Trailer CRC */ in cups_fill() local2503 tcrc = ((((((uLong)trailer[3] << 8) | (uLong)trailer[2]) << 8) | in cups_fill()2506 if (tcrc != fp->crc) in cups_fill()2512 …DEBUG_printf(("9cups_fill: tcrc=%08x != fp->crc=%08x, returning -1.", (unsigned int)tcrc, (unsigne… in cups_fill()
611 ulong tcrc; /* temp transmit CRC */ member