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()
385 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()397 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()402 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
118 #define BZ_RUNA 0 macro