Home
last modified time | relevance | path

Searched refs:totalCRC (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dbunzip2.c95 unsigned int crc32Table[256], headerCRC, totalCRC, writeCRC; member
587 bd->totalCRC = ((bd->totalCRC << 1) | in read_bunzip()
588 (bd->totalCRC >> 31)) ^ bd->writeCRC; in read_bunzip()
591 bd->totalCRC = bd->headerCRC+1; in read_bunzip()
712 if (bd->headerCRC != bd->totalCRC) in bunzip2()

Completed in 3 milliseconds