Home
last modified time | relevance | path

Searched refs:BZ_M_FINISHING (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c423 if (s->mode == BZ_M_FINISHING && in handle_compress()
437 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
487 s->mode = BZ_M_FINISHING; in BZ_API()
503 case BZ_M_FINISHING: in BZ_API()
H A Dbzlib_private.h215 #define BZ_M_FINISHING 4 macro