Home
last modified time | relevance | path

Searched refs:rTPos (Results 1 – 6 of 6) sorted by relevance

/external/bzip2/
Dbzlib_private.h135 Int32 rTPos \
139 s->rTPos = 0 \
145 s->rNToGo = BZ2_rNums[s->rTPos]; \
146 s->rTPos++; \
147 if (s->rTPos == 512) s->rTPos = 0; \
/external/valgrind/perf/
Dtest_input_for_tinycc.c1037 Int32 rNToGo; Int32 rTPos; member
1109 Int32 rNToGo; Int32 rTPos; member
1852 s->rNToGo = 0; s->rTPos = 0; in BZ2_decompress()
1854 …if (s->rNToGo == 0) { s->rNToGo = BZ2_rNums[s->rTPos]; s->rTPos++; if (s->rTPos == 512) s->rTPos =… in BZ2_decompress()
1871 s->rNToGo = 0; s->rTPos = 0; in BZ2_decompress()
1873 …if (s->rNToGo == 0) { s->rNToGo = BZ2_rNums[s->rTPos]; s->rTPos++; if (s->rTPos == 512) s->rTPos =… in BZ2_decompress()
4023 … 8;; if (s->rNToGo == 0) { s->rNToGo = BZ2_rNums[s->rTPos]; s->rTPos++; if (s->rTPos == 512) s->rT… in unRLE_obuf_to_output_FAST()
4029 … 8;; if (s->rNToGo == 0) { s->rNToGo = BZ2_rNums[s->rTPos]; s->rTPos++; if (s->rTPos == 512) s->rT… in unRLE_obuf_to_output_FAST()
4035 … 8;; if (s->rNToGo == 0) { s->rNToGo = BZ2_rNums[s->rTPos]; s->rTPos++; if (s->rTPos == 512) s->rT… in unRLE_obuf_to_output_FAST()
4040 … 8;; if (s->rNToGo == 0) { s->rNToGo = BZ2_rNums[s->rTPos]; s->rTPos++; if (s->rTPos == 512) s->rT… in unRLE_obuf_to_output_FAST()
[all …]
Dbz2.c517 Int32 rTPos \
521 s->rTPos = 0 \
527 s->rNToGo = BZ2_rNums[s->rTPos]; \
528 s->rTPos++; \
529 if (s->rTPos == 512) s->rTPos = 0; \
/external/valgrind/memcheck/tests/
Dvarinfo6.c555 Int32 rTPos \
559 s->rTPos = 0 \
565 s->rNToGo = BZ2_rNums[s->rTPos]; \
566 s->rTPos++; \
567 if (s->rTPos == 512) s->rTPos = 0; \
Dorigin5-bz2.c517 Int32 rTPos \
521 s->rTPos = 0 \
527 s->rNToGo = BZ2_rNums[s->rTPos]; \
528 s->rTPos++; \
529 if (s->rTPos == 512) s->rTPos = 0; \
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c524 Int32 rTPos \
528 s->rTPos = 0 \
534 s->rNToGo = BZ2_rNums[s->rTPos]; \
535 s->rTPos++; \
536 if (s->rTPos == 512) s->rTPos = 0; \