Home | History | Annotate | Download | only in tests

Lines Matching refs:rTPos

517    Int32 rTPos                                 \
521 s->rTPos = 0 \
527 s->rNToGo = BZ2_rNums[s->rTPos]; \
528 s->rTPos++; \
529 if (s->rTPos == 512) s->rTPos = 0; \