Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c164 unsigned dbufCount, runPos; in get_next_block() local
381 runPos = dbufCount = selector = 0; in get_next_block()
453 if (runPos == 0) { in get_next_block()
454 runPos = 1; in get_next_block()
465 runCnt += (runPos << nextSym); /* +runPos if RUNA; +2*runPos if RUNB */ in get_next_block()
473 if (runPos < bd->dbufSize) runPos <<= 1; in get_next_block()
481 if (runPos != 0) { in get_next_block()
492 runPos = 0; in get_next_block()