Home | History | Annotate | Download | only in dist

Lines Matching defs:wr

127    Int32   wr;
161 wr = 0;
167 AssertD ( wr <= i, "generateMTFValues(1)" );
180 mtfv[wr] = BZ_RUNB; wr++;
183 mtfv[wr] = BZ_RUNA; wr++;
208 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
218 mtfv[wr] = BZ_RUNB; wr++;
221 mtfv[wr] = BZ_RUNA; wr++;
230 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
232 s->nMTF = wr;