Home | History | Annotate | Download | only in switchback

Lines Matching refs:rTPos

501    Int32 rTPos                                 \
505 s->rTPos = 0 \
511 s->rNToGo = BZ2_rNums[s->rTPos]; \
512 s->rTPos++; \
513 if (s->rTPos == 512) s->rTPos = 0; \