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

/freebsd-11-stable/contrib/bzip2/
H A Ddecompress.c123 Int32 nextSym; local
177 nextSym = s->save_nextSym;
379 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym);
383 if (nextSym == EOB) break;
385 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) {
397 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else
398 if (nextSym == BZ_RUNB) es = es + (1+1) * N;
400 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym);
402 while (nextSym
[all...]

Completed in 63 milliseconds