Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddecompress_bunzip2.c102 unsigned int crc32Table[256], headerCRC, totalCRC, writeCRC; member
599 bd->totalCRC = ((bd->totalCRC << 1) | in read_bunzip()
600 (bd->totalCRC >> 31)) ^ bd->writeCRC; in read_bunzip()
603 bd->totalCRC = bd->headerCRC+1; in read_bunzip()
724 if (bd->headerCRC != bd->totalCRC) in bunzip2()