Searched refs:BZ_RUNA (Results 1 – 3 of 3) sorted by relevance
181 mtfv[wr] = BZ_RUNA; wr++; in generateMTFValues()182 s->mtfFreq[BZ_RUNA]++; in generateMTFValues()219 mtfv[wr] = BZ_RUNA; wr++; in generateMTFValues()220 s->mtfFreq[BZ_RUNA]++; in generateMTFValues()
379 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()384 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()389 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
118 #define BZ_RUNA 0 macro