Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c96 uint32_t headerCRC, totalCRC, writeCRC; member
661 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()