HomeSort by relevance Sort by last modified time
    Searched refs:mtfv (Results 1 - 3 of 3) sorted by null

  /external/bzip2/
compress.c 152 UInt16* mtfv = s->mtfv; local
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]++;
259 UInt16* mtfv = s->mtfv; local
    [all...]
bzlib_private.h 218 UInt16* mtfv; member in struct:__anon6370
bzlib.c 199 s->mtfv = (UInt16*)s->arr1;
    [all...]

Completed in 30 milliseconds