Searched refs:CRC (Results 1 – 1 of 1) sorted by relevance
582 uint32_t CRC; in read_bunzip() local593 CRC = bd->writeCRC; /* small loss on x86-32 (not enough regs), win on x86-64 */ in read_bunzip()617 CRC = (CRC << 8) ^ bd->crc32Table[(CRC >> 24) ^ current]; in read_bunzip()660 bd->writeCRC = CRC = ~CRC; in read_bunzip()661 bd->totalCRC = ((bd->totalCRC << 1) | (bd->totalCRC >> 31)) ^ CRC; in read_bunzip()664 if (CRC != bd->headerCRC) { in read_bunzip()679 CRC = ~0; in read_bunzip()688 bd->writeCRC = CRC; in read_bunzip()