Searched refs:tPos (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h378 UInt32 tPos; member in struct:__anon1949
451 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
452 s->tPos = s->tt[s->tPos]; \
453 cccc = (UChar)(s->tPos & 0xff); \
454 s->tPos >>= 8;
482 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
483 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
484 s->tPos = GET_LL(s->tPos);
[all...]
H A Ddecompress.c547 s->tPos = s->origPtr;
566 s->tPos = s->tt[s->origPtr] >> 8;
H A Dbzlib.c770 UInt32 c_tPos = s->tPos;
848 s->tPos = c_tPos;

Completed in 68 milliseconds