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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzlib_private.h373 UInt32 tPos; member in struct:__anon822
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
447 s->tPos = s->tt[s->tPos]; \
448 cccc = (UChar)(s->tPos & 0xff); \
449 s->tPos >>= 8;
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
479 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.c598 UInt32 c_tPos = s->tPos;
676 s->tPos = c_tPos;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbzip2_inflate.c322 UInt32 tPos; member in struct:__anon20332
392 s->tPos = s->tt[s->tPos]; \
393 cccc = (UChar)(s->tPos & 0xff); \
394 s->tPos >>= 8;
419 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
420 s->tPos = GET_LL(s->tPos);
767 UInt32 c_tPos = s->tPos;
840 s->tPos
[all...]

Completed in 166 milliseconds