Home | History | Annotate | Download | only in tests

Lines Matching refs:nextSym

1497    Int32  nextSym;
1551 nextSym = s->save_nextSym;
1747 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym);
1751 if (nextSym == EOB) break;
1753 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) {
1758 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else
1759 if (nextSym == BZ_RUNB) es = es + (1+1) * N;
1761 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym);
1763 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB);
1790 /*-- uc = MTF ( nextSym-1 ) --*/
1794 nn = (UInt32)(nextSym - 1);
1842 /*-- end uc = MTF ( nextSym-1 ) --*/
1850 GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym);
1978 s->save_nextSym = nextSym;