Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c276 int two_bits; in get_next_block() local
283 two_bits = get_bits(bd, 2); in get_next_block()
284 if (two_bits < 2) { in get_next_block()
290 len_m1 += (((two_bits+1) & 2) - 1); in get_next_block()