Searched refs:tcrc (Results 1 – 3 of 3) sorted by relevance
300 ulong tcrc; /* crc of total data */ member424 log->tcrc = PULL4(buf + HEAD + 24); in log_head()446 PUT4(ext + 24, log->tcrc); in log_mark()524 log->tcrc = crc32(log->tcrc, data, put); in log_append()550 PUT4(buf, log->tcrc); in log_append()690 log->ccrc = log->tcrc; in log_compress()695 log->tcrc = log->ccrc; in log_compress()702 PUT4(buf, log->tcrc); in log_compress()
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