Home | History | Annotate | Download | only in switchback

Lines Matching refs:wr

3528    Int32   wr;
3562 wr = 0;
3568 AssertD ( wr <= i, "generateMTFValues(1)" );
3581 mtfv[wr] = BZ_RUNB; wr++;
3584 mtfv[wr] = BZ_RUNA; wr++;
3609 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3619 mtfv[wr] = BZ_RUNB; wr++;
3622 mtfv[wr] = BZ_RUNA; wr++;
3631 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3633 s->nMTF = wr;