Home | History | Annotate | Download | only in tests

Lines Matching refs:nextSym

1526    Int32  nextSym;
1580 nextSym = s->save_nextSym;
1777 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym);
1781 if (nextSym == EOB) break;
1783 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) {
1788 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else
1789 if (nextSym == BZ_RUNB) es = es + (1+1) * N;
1791 nextSym);
1793 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB);
1820 /*-- uc = MTF ( nextSym-1 ) --*/
1824 nn = (UInt32)(nextSym - 1);
1872 /*-- end uc = MTF ( nextSym-1 ) --*/
1880 GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym);
2008 s->save_nextSym = nextSym;