Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c415 int new_cnt; in get_next_block() local
416 while ((new_cnt = bd->inbufBitCount - hufGroup->maxLen) < 0) { in get_next_block()
425 bd->inbufBitCount = new_cnt; /* "bd->inbufBitCount -= hufGroup->maxLen;" */ in get_next_block()
426 nextSym = (bd->inbufBits >> new_cnt) & ((1 << hufGroup->maxLen) - 1); in get_next_block()