Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c106 uint32_t crc32Table[256]; member
617 CRC = (CRC << 8) ^ bd->crc32Table[(CRC >> 24) ^ current]; in read_bunzip()
737 crc32_filltable(bd->crc32Table, 1); in start_bunzip()