Searched refs:BZ_RUNA (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dcompress.c181 mtfv[wr] = BZ_RUNA; wr++;
182 s->mtfFreq[BZ_RUNA]++;
219 mtfv[wr] = BZ_RUNA; wr++;
220 s->mtfFreq[BZ_RUNA]++;
H A Dbzlib_private.h118 #define BZ_RUNA 0 macro
H A Ddecompress.c379 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) {
391 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else
396 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbzip2_inflate.c141 #define BZ_RUNA 0 macro
1466 if (nextSym == BZ_RUNA || nextSym == BZ_RUNB) {
1471 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else
1476 while (nextSym == BZ_RUNA || nextSym == BZ_RUNB);

Completed in 153 milliseconds