Searched refs:BZ_RUNA (Results 1 – 3 of 3) sorted by relevance
182 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()
379 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()391 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()396 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
123 #define BZ_RUNA 0 macro