Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp399 UInt32 tPos; member
469 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) \
471 s->tPos = s->tt[s->tPos]; \
472 cccc = (UChar)(s->tPos & 0xff); \
473 s->tPos >>= 8;
503 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) \
505 cccc = BZ2_indexIntoF(s->tPos, s->cftab); \
506 s->tPos = GET_LL(s->tPos);
H A Ddecompress.cpp625 s->tPos = s->origPtr; in BZ2_decompress()
647 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
H A Dbzlib.cpp654 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
748 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()