Home | History | Annotate | Download | only in switchback

Lines Matching refs:tPos

739       UInt32   tPos;
811 s->tPos = s->tt[s->tPos]; \
812 cccc = (UChar)(s->tPos & 0xff); \
813 s->tPos >>= 8;
838 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
839 s->tPos = GET_LL(s->tPos);
1877 s->tPos = s->origPtr;
1896 s->tPos = s->tt[s->origPtr] >> 8;
4949 UInt32 c_tPos = s->tPos;
5026 s->tPos = c_tPos;