Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/bzip2/
H A Ddecompress.c123 Int32 nextSym; in BZ2_decompress() local
177 nextSym = s->save_nextSym; in BZ2_decompress()
373 GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); in BZ2_decompress()
377 if (nextSym == EOB) break; in BZ2_decompress()
379 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
391 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
392 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
394 GET_MTF_VAL(BZ_X_MTF_3, BZ_X_MTF_4, nextSym); in BZ2_decompress()
396 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
427 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
[all …]