Searched refs:BZ_RUNA (Results 1 – 3 of 3) sorted by relevance
187 mtfv[wr] = BZ_RUNA; wr++; in generateMTFValues()188 s->mtfFreq[BZ_RUNA]++; in generateMTFValues()225 mtfv[wr] = BZ_RUNA; wr++; in generateMTFValues()226 s->mtfFreq[BZ_RUNA]++; in generateMTFValues()
386 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) { in BZ2_decompress()398 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()403 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB); in BZ2_decompress()
118 #define BZ_RUNA 0 macro