Searched refs:totalCRC (Results 1 – 1 of 1) sorted by relevance
92 unsigned int totalCRC; member574 bd->totalCRC = ((bd->totalCRC << 1) | (bd->totalCRC >> 31)) ^ bw->dataCRC; in write_bunzip_data()578 bd->totalCRC = bw->headerCRC+1; in write_bunzip_data()652 if (bd->bwdata[0].headerCRC==bd->totalCRC) i = 0; in bunzipStream()