Home | History | Annotate | Download | only in tests

Lines Matching refs:wr

3552    Int32   wr;
3586 wr = 0;
3592 AssertD ( wr <= i, "generateMTFValues(1)" );
3605 mtfv[wr] = BZ_RUNB; wr++;
3608 mtfv[wr] = BZ_RUNA; wr++;
3633 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3643 mtfv[wr] = BZ_RUNB; wr++;
3646 mtfv[wr] = BZ_RUNA; wr++;
3655 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3657 s->nMTF = wr;