Home | History | Annotate | Download | only in libtos

Lines Matching defs:crc

70 #define HEAD_CRC	0x02	/* bit 1 set: header CRC present */
82 unsigned long crc; /* crc32 of uncompressed data */
214 if ((flags & HEAD_CRC) != 0) { /* skip the header crc */
279 unsigned char *start = buf; /* starting point for crc computation */
335 /* Check CRC and original size */
336 s->crc = crc32(s->crc, start, (unsigned int)
340 if (getLong(s) != s->crc ||
349 s->crc = crc32(0L, Z_NULL, 0);
357 s->crc = crc32(s->crc, start,