Home | History | Annotate | Download | only in tests

Lines Matching refs:tPos

793       UInt32   tPos;
865 s->tPos = s->tt[s->tPos]; \
866 cccc = (UChar)(s->tPos & 0xff); \
867 s->tPos >>= 8;
892 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
893 s->tPos = GET_LL(s->tPos);
1931 s->tPos = s->origPtr;
1950 s->tPos = s->tt[s->origPtr] >> 8;
5002 UInt32 c_tPos = s->tPos;
5079 s->tPos = c_tPos;