Lines Matching refs:nextSym
1445 Int32 nextSym; in BZ2_decompress() local
1499 nextSym = s->save_nextSym; in BZ2_decompress()
1695 …vec - gBase[zn] >= 258) { retVal = (-4); goto save_state_and_return; };; nextSym = gPerm[zvec - gB… in BZ2_decompress()
1699 if (nextSym == EOB) break; in BZ2_decompress()
1701 if (nextSym == 0 || nextSym == 1) { in BZ2_decompress()
1706 if (nextSym == 0) es = es + (0+1) * N; else in BZ2_decompress()
1707 if (nextSym == 1) es = es + (1+1) * N; in BZ2_decompress()
1709 …vec - gBase[zn] >= 258) { retVal = (-4); goto save_state_and_return; };; nextSym = gPerm[zvec - gB… in BZ2_decompress()
1711 while (nextSym == 0 || nextSym == 1); in BZ2_decompress()
1742 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
1798 …vec - gBase[zn] >= 258) { retVal = (-4); goto save_state_and_return; };; nextSym = gPerm[zvec - gB… in BZ2_decompress()
1926 s->save_nextSym = nextSym; in BZ2_decompress()