Home
last modified time | relevance | path

Searched refs:tcrc (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dfile.c2471 uLong tcrc; /* Trailer CRC */ in cups_fill() local
2503 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()
/external/u-boot/arch/powerpc/include/asm/
Dcpm_8xx.h611 ulong tcrc; /* temp transmit CRC */ member