Searched refs:combinedCRC (Results 1 - 3 of 3) sorted by relevance

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

Completed in 66 milliseconds