Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c166 Int32 nextSym; in BZ2_decompress() local
220 nextSym = s->save_nextSym; in BZ2_decompress()
416 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress()
423 if (nextSym == EOB) break; in BZ2_decompress()
425 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
430 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
431 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
433 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress()
435 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
466 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
[all …]
/openbmc/linux/lib/
H A Ddecompress_bunzip2.c161 int dbufCount, nextSym, dbufSize, groupCount, selector, in get_next_block() local
405 nextSym = hufGroup->permute[j]; in get_next_block()
411 if (((unsigned)nextSym) <= SYMBOL_RUNB) { /* RUNA or RUNB */ in get_next_block()
428 t += (runPos << nextSym); in get_next_block()
451 if (nextSym > symTotal) in get_next_block()
464 i = nextSym - 1; in get_next_block()