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

/ast/src/lib/libbz/
H A Dcompress.c526 s->combinedCRC = (s->combinedCRC << 1) | (s->combinedCRC >> 31);
527 s->combinedCRC ^= s->blockCRC;
533 s->blockNo, s->blockCRC, s->combinedCRC, s->nblock );
579 bsPutUInt32 ( s, s->combinedCRC );
581 VPrintf1( " final combined CRC = 0x%x\n ", s->combinedCRC );
H A Dbzhdr.h272 UInt32 combinedCRC; member in struct:__anon326
H A Dbzlib.c201 s->combinedCRC = 0;

Completed in 165 milliseconds