Searched refs:tPos (Results 1 – 3 of 3) sorted by relevance
373 UInt32 tPos; member446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \447 s->tPos = s->tt[s->tPos]; \448 cccc = (UChar)(s->tPos & 0xff); \449 s->tPos >>= 8;477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \479 s->tPos = GET_LL(s->tPos);
553 s->tPos = s->origPtr; in BZ2_decompress()572 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
602 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()680 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()