Home | History | Annotate | Download | only in switchback

Lines Matching defs:wr

3526    Int32   wr;
3560 wr = 0;
3566 AssertD ( wr <= i, "generateMTFValues(1)" );
3579 mtfv[wr] = BZ_RUNB; wr++;
3582 mtfv[wr] = BZ_RUNA; wr++;
3607 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3617 mtfv[wr] = BZ_RUNB; wr++;
3620 mtfv[wr] = BZ_RUNA; wr++;
3629 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3631 s->nMTF = wr;