Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c165 unsigned runCnt = runCnt; /* for compiler */ in get_next_block() local
455 runCnt = 0; in get_next_block()
465 runCnt += (runPos << nextSym); /* +runPos if RUNA; +2*runPos if RUNB */ in get_next_block()
483 if (dbufCount + runCnt > bd->dbufSize) { in get_next_block()
485 dbufCount, runCnt, dbufCount + runCnt, bd->dbufSize); in get_next_block()
489 byteCount[tmp_byte] += runCnt; in get_next_block()
490 while ((int)--runCnt >= 0) in get_next_block()