Home | History | Annotate | Download | only in tests

Lines Matching refs:rTPos

524    Int32 rTPos                                 \
528 s->rTPos = 0 \
534 s->rNToGo = BZ2_rNums[s->rTPos]; \
535 s->rTPos++; \
536 if (s->rTPos == 512) s->rTPos = 0; \