Lines Matching refs:wr
3580 Int32 wr;
3614 wr = 0;
3620 AssertD ( wr <= i, "generateMTFValues(1)" );
3633 mtfv[wr] = BZ_RUNB; wr++;
3636 mtfv[wr] = BZ_RUNA; wr++;
3661 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3671 mtfv[wr] = BZ_RUNB; wr++;
3674 mtfv[wr] = BZ_RUNA; wr++;
3683 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3685 s->nMTF = wr;