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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dbzlib_private.h122 #define BZ_G_SIZE 50 macro
125 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
H A Dcompress.c349 ge = gs + BZ_G_SIZE - 1;
457 nSelectors <= (2 + (900000 / BZ_G_SIZE)),
550 ge = gs + BZ_G_SIZE - 1;
H A Ddecompress.c80 groupPos = BZ_G_SIZE; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbzip2_inflate.c145 #define BZ_G_SIZE 50 macro
148 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
1134 groupPos = BZ_G_SIZE; \

Completed in 92 milliseconds