Searched refs:BZ_RUNA (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dcompress.c182 mtfv[wr] = BZ_RUNA; wr++;
183 s->mtfFreq[BZ_RUNA]++;
220 mtfv[wr] = BZ_RUNA; wr++;
221 s->mtfFreq[BZ_RUNA]++;
H A Dbzlib_private.h123 #define BZ_RUNA 0 macro
H A Ddecompress.c379 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 61 milliseconds