Home | History | Annotate | Download | only in tests

Lines Matching refs:wr

3543    Int32   wr;
3577 wr = 0;
3583 AssertD ( wr <= i, "generateMTFValues(1)" );
3596 mtfv[wr] = BZ_RUNB; wr++;
3599 mtfv[wr] = BZ_RUNA; wr++;
3624 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3634 mtfv[wr] = BZ_RUNB; wr++;
3637 mtfv[wr] = BZ_RUNA; wr++;
3646 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3648 s->nMTF = wr;