Home | History | Annotate | Download | only in bzip2

Lines Matching refs:CRC

305     private final CRC crc = new CRC();
426 this.crc.updateCRC(currentCharShadow, runLengthShadow);
543 this.crc.initialiseCRC();
555 this.blockCRC = this.crc.getFinalCRC();
585 /* Now the block's CRC, so it is in a known place. */