Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_compress.c218 mtfv[wr] = BZ_RUNB; wr++; in generateMTFValues()
219 s->mtfFreq[BZ_RUNB]++; in generateMTFValues()
256 mtfv[wr] = BZ_RUNB; wr++; in generateMTFValues()
257 s->mtfFreq[BZ_RUNB]++; in generateMTFValues()
H A Dbzlib_decompress.c425 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
431 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
435 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
H A Dbzlib_private.h156 #define BZ_RUNB 1 macro