Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h458 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
459 c_tPos = c_tt[c_tPos]; \
460 cccc = (UChar)(c_tPos & 0xff); \
461 c_tPos >>= 8;
H A Dbzlib.c771 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST() local
853 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()