Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c96 uint32_t headerCRC, totalCRC, writeCRC; member
593 CRC = bd->writeCRC; /* small loss on x86-32 (not enough regs), win on x86-64 */ in read_bunzip()
660 bd->writeCRC = CRC = ~CRC; in read_bunzip()
688 bd->writeCRC = CRC; in read_bunzip()