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

  /external/bzip2/
compress.c 181 mtfv[wr] = BZ_RUNA; wr++;
182 s->mtfFreq[BZ_RUNA]++;
219 mtfv[wr] = BZ_RUNA; wr++;
220 s->mtfFreq[BZ_RUNA]++;
bzlib_private.h 118 #define BZ_RUNA 0
decompress.c 379 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) {
391 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else
396 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB);

Completed in 106 milliseconds