Home
last modified time | relevance | path

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

/minix/external/bsd/bzip2/dist/
H A Dcompress.c180 mtfv[wr] = BZ_RUNB; wr++; in generateMTFValues()
181 s->mtfFreq[BZ_RUNB]++; in generateMTFValues()
218 mtfv[wr] = BZ_RUNB; wr++; in generateMTFValues()
219 s->mtfFreq[BZ_RUNB]++; in generateMTFValues()
H A Ddecompress.c381 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
394 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
398 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
H A Dbzlib_private.h121 #define BZ_RUNB 1 macro
/minix/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib_private.h125 #define BZ_RUNB 1 macro
H A Dbzlib.c1463 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()
1476 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
1480 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()