Home | History | Annotate | Download | only in tests

Lines Matching refs:rTPos

555    Int32 rTPos                                 \
559 s->rTPos = 0 \
565 s->rNToGo = BZ2_rNums[s->rTPos]; \
566 s->rTPos++; \
567 if (s->rTPos == 512) s->rTPos = 0; \