Home
last modified time | relevance | path

Searched refs:c_tPos (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp477 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) \
479 c_tPos = c_tt[c_tPos]; \
480 cccc = (UChar)(c_tPos & 0xff); \
481 c_tPos >>= 8;
H A Dbzlib.cpp654 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST() local
748 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()