Searched refs:c_tPos (Results 1 - 8 of 8) sorted by relevance

/external/bzip2/
H A Dbzlib_private.h445 /* c_tPos is unsigned, hence test < 0 is pointless. */ \
452 /* c_tPos is unsigned, hence test < 0 is pointless. */ \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
454 c_tPos = c_tt[c_tPos]; \
455 cccc = (UChar)(c_tPos & 0xff); \
456 c_tPos >>= 8;
476 /* c_tPos is unsigned, hence test < 0 is pointless. */ \
H A Dbzlib.c598 UInt32 c_tPos = s->tPos; local
676 s->tPos = c_tPos;
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c4056 UInt32 c_tPos = s->tPos; local
4098 c_tPos = c_tt[c_tPos]; k1 = (UChar)(c_tPos & 0xff); c_tPos >>= 8;; c_nblock_used++;
4106 c_tPos = c_tt[c_tPos]; k1 = (UChar)(c_tPos & 0xff); c_tPos >>= 8;; c_nblock_used++;
4111 c_tPos
[all...]
H A Dbz2.c832 c_tPos = c_tt[c_tPos]; \
833 cccc = (UChar)(c_tPos & 0xff); \
834 c_tPos >>= 8;
4964 UInt32 c_tPos = s->tPos; local
5041 s->tPos = c_tPos;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c816 c_tPos = c_tt[c_tPos]; \
817 cccc = (UChar)(c_tPos & 0xff); \
818 c_tPos >>= 8;
4949 UInt32 c_tPos = s->tPos; local
5026 s->tPos = c_tPos;
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c839 c_tPos = c_tt[c_tPos]; \
840 cccc = (UChar)(c_tPos & 0xff); \
841 c_tPos >>= 8;
4973 UInt32 c_tPos = s->tPos; local
5050 s->tPos = c_tPos;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c832 c_tPos = c_tt[c_tPos]; \
833 cccc = (UChar)(c_tPos & 0xff); \
834 c_tPos >>= 8;
4964 UInt32 c_tPos = s->tPos; local
5041 s->tPos = c_tPos;
H A Dvarinfo6.c870 c_tPos = c_tt[c_tPos]; \
871 cccc = (UChar)(c_tPos & 0xff); \
872 c_tPos >>= 8;
5002 UInt32 c_tPos = s->tPos; local
5079 s->tPos = c_tPos;

Completed in 254 milliseconds