Lines Matching refs:nextSym
123 Int32 nextSym; in BZ2_decompress() local
177 nextSym = s->save_nextSym; in BZ2_decompress()
374 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress()
378 if (nextSym == EOB) break; in BZ2_decompress()
380 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
392 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
393 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
395 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress()
397 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
428 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
484 GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym); in BZ2_decompress()
625 s->save_nextSym = nextSym; in BZ2_decompress()