Searched refs:totalCRC (Results 1 – 1 of 1) sorted by relevance
101 unsigned int crc32Table[256], headerCRC, totalCRC, writeCRC; member597 bd->totalCRC = ((bd->totalCRC << 1) | in read_bunzip()598 (bd->totalCRC >> 31)) ^ bd->writeCRC; in read_bunzip()601 bd->totalCRC = bd->headerCRC+1; in read_bunzip()722 if (bd->headerCRC != bd->totalCRC) in bunzip2()