Home
last modified time | relevance | path

Searched refs:BZ_G_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/bzip2/
Dbzlib_private.h122 #define BZ_G_SIZE 50 macro
125 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
Dcompress.c349 ge = gs + BZ_G_SIZE - 1; in sendMTFValues()
457 nSelectors <= (2 + (900000 / BZ_G_SIZE)), in sendMTFValues()
550 ge = gs + BZ_G_SIZE - 1; in sendMTFValues()
Ddecompress.c80 groupPos = BZ_G_SIZE; \
/external/u-boot/lib/bzip2/
Dbzlib_private.h159 #define BZ_G_SIZE 50 macro
162 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
Dbzlib_compress.c390 ge = gs + BZ_G_SIZE - 1; in sendMTFValues()
498 nSelectors <= (2 + (900000 / BZ_G_SIZE)), in sendMTFValues()
591 ge = gs + BZ_G_SIZE - 1; in sendMTFValues()
Dbzlib_decompress.c123 groupPos = BZ_G_SIZE; \