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

/freebsd-11.0-release/contrib/bzip2/
H A Dcompress.c178 mtfv[wr] = BZ_RUNB; wr++;
179 s->mtfFreq[BZ_RUNB]++;
216 mtfv[wr] = BZ_RUNB; wr++;
217 s->mtfFreq[BZ_RUNB]++;
H A Dbzlib_private.h119 #define BZ_RUNB 1 macro
H A Ddecompress.c379 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) {
392 if (nextSym == BZ_RUNB) es = es + (1+1) * N;
396 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB);

Completed in 79 milliseconds