Home
last modified time | relevance | path

Searched refs:combinedCRC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dcompress.c608 s->combinedCRC = (s->combinedCRC << 1) | (s->combinedCRC >> 31); in BZ2_compressBlock()
609 s->combinedCRC ^= s->blockCRC; in BZ2_compressBlock()
615 s->blockNo, s->blockCRC, s->combinedCRC, s->nblock ); in BZ2_compressBlock()
663 bsPutUInt32 ( s, s->combinedCRC ); in BZ2_compressBlock()
665 VPrintf1( " final combined CRC = 0x%08x\n ", s->combinedCRC ); in BZ2_compressBlock()
H A Dbzlib_private.h251 UInt32 combinedCRC; member
H A Dbzlib.c275 s->combinedCRC = 0; in BZ_API()
334 s->combinedCRC = 0; in BZ_API()
H A DSolaris.README.txt192 + s->combinedCRC = 0;