Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c712 h0 = ('h' << 8) + '0', in start_bunzip() enumerator
746 if ((unsigned)(i - h0 - 1) >= 9) return RETVAL_NOT_BZIP_DATA; in start_bunzip()
751 bd->dbufSize = 100000 * (i - h0); in start_bunzip()