func compress/bzip2.updateCRC

2 uses

	compress/bzip2 (current package)
		bzip2.go#L167: 			bz2.blockCRC = updateCRC(bz2.blockCRC, buf[:n])
		bzip2.go#L496: func updateCRC(val uint32, b []byte) uint32 {