Searched refs:totalCRC (Results 1 – 1 of 1) sorted by relevance
96 uint32_t headerCRC, totalCRC, writeCRC; member661 bd->totalCRC = ((bd->totalCRC << 1) | (bd->totalCRC >> 31)) ^ CRC; in read_bunzip()665 bd->totalCRC = bd->headerCRC + 1; in read_bunzip()819 if (bd->headerCRC != bd->totalCRC) { in IF_DESKTOP()