Home | History | Annotate | Download | only in tests

Lines Matching defs:tPos

755       UInt32   tPos;
827 s->tPos = s->tt[s->tPos]; \
828 cccc = (UChar)(s->tPos & 0xff); \
829 s->tPos >>= 8;
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
855 s->tPos = GET_LL(s->tPos);
1892 s->tPos = s->origPtr;
1911 s->tPos = s->tt[s->origPtr] >> 8;
4964 UInt32 c_tPos = s->tPos;
5041 s->tPos = c_tPos;