Home
last modified time | relevance | path

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++; in generateMTFValues()
183 s->mtfFreq[BZ_RUNA]++; in generateMTFValues()
220 mtfv[wr] = BZ_RUNA; wr++; in generateMTFValues()
221 s->mtfFreq[BZ_RUNA]++; in generateMTFValues()
H A Ddecompress.c380 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
392 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
397 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
H A Dbzlib_private.h123 #define BZ_RUNA 0 macro