Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbzlib.h81 #define BZ_RUN 0 macro
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c474 if (action == BZ_RUN) { in BZ_API()
1018 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()