Home | History | Annotate | Download | only in bzip2

Lines Matching refs:CRC

63     private final CRC crc = new CRC();
302 // End of stream was reached. Check the combined CRC and
334 this.crc.initialiseCRC();
339 this.computedBlockCRC = this.crc.getFinalCRC();
341 // A bad CRC is considered a fatal error.
349 throw new IOException("BZip2 CRC error");
363 throw new IOException("BZip2 CRC error");
798 this.crc.updateCRC(su_ch2Shadow);
815 this.crc.updateCRC(su_ch2Shadow);
855 this.crc.updateCRC(this.su_ch2);
883 this.crc.updateCRC(su_ch2Shadow);