Lines Matching refs:nextSym
163 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()
466 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); 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()
711 s->save_nextSym = nextSym; in BZ2_decompress()