Home
last modified time | relevance | path

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

/u-boot/lib/bzip2/
A Dbzlib_private.h401 UInt32 tPos; member
472 s->tPos = s->tt[s->tPos]; \
473 cccc = (UChar)(s->tPos & 0xff); \
474 s->tPos >>= 8;
499 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
500 s->tPos = GET_LL(s->tPos);
A Dbzlib_decompress.c573 s->tPos = s->origPtr; in BZ2_decompress()
595 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
A Dbzlib.c644 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
717 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()

Completed in 8 milliseconds