Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Ddecompress.cpp163 Int32 nextSym; in BZ2_decompress() local
217 nextSym = s->save_nextSym; in BZ2_decompress()
443 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress()
446 if (nextSym == EOB) in BZ2_decompress()
449 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
461 if (nextSym == BZ_RUNA) in BZ2_decompress()
463 else if (nextSym == BZ_RUNB) in BZ2_decompress()
467 } while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
500 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
559 GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym); in BZ2_decompress()
[all …]