Home | History | Annotate | Download | only in bzip2

Lines Matching refs:wr

125    Int32   wr;
159 wr = 0;
165 AssertD ( wr <= i, "generateMTFValues(1)" );
178 mtfv[wr] = BZ_RUNB; wr++;
181 mtfv[wr] = BZ_RUNA; wr++;
206 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
216 mtfv[wr] = BZ_RUNB; wr++;
219 mtfv[wr] = BZ_RUNA; wr++;
228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
230 s->nMTF = wr;