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

/macosx-10.10.1/bzip2-36/bzip2/
H A Ddecompress.c123 Int32 nextSym; local
177 nextSym = s->save_nextSym;
373 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym);
377 if (nextSym == EOB) break;
379 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) {
391 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else
392 if (nextSym == BZ_RUNB) es = es + (1+1) * N;
394 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym);
396 while (nextSym
[all...]

Completed in 85 milliseconds