Home
last modified time | relevance | path

Searched refs:headerCRC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Ddecompress_bunzip2.c102 unsigned int crc32Table[256], headerCRC, totalCRC, writeCRC; member
177 bd->headerCRC = get_bits(bd, 32); in get_next_block()
601 if (bd->writeCRC != bd->headerCRC) { in read_bunzip()
602 bd->totalCRC = bd->headerCRC+1; in read_bunzip()
723 if (bd->headerCRC != bd->totalCRC) in bunzip2()
/kernel/linux/linux-6.6/lib/
H A Ddecompress_bunzip2.c102 unsigned int crc32Table[256], headerCRC, totalCRC, writeCRC; member
177 bd->headerCRC = get_bits(bd, 32); in get_next_block()
601 if (bd->writeCRC != bd->headerCRC) { in read_bunzip()
602 bd->totalCRC = bd->headerCRC+1; in read_bunzip()
723 if (bd->headerCRC != bd->totalCRC) in bunzip2()

Completed in 3 milliseconds