Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_private.h159 #define BZ_G_SIZE 50 macro
162 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
H A 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()
H A Dbzlib_decompress.c123 groupPos = BZ_G_SIZE; \