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

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h127 #define BZ_G_SIZE 50 macro
130 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
H A Dcompress.c350 ge = gs + BZ_G_SIZE - 1;
458 nSelectors <= (2 + (900000 / BZ_G_SIZE)),
551 ge = gs + BZ_G_SIZE - 1;
H A Ddecompress.c80 groupPos = BZ_G_SIZE; \

Completed in 397 milliseconds