Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c261 return BZ_OK; in BZ_API()
514 return BZ_OK; /*--not reached--*/ in BZ_API()
534 return BZ_OK; in BZ_API()
578 return BZ_OK; in BZ_API()
867 return BZ_OK; in BZ_API()
906 return BZ_OK; in BZ_API()
955 BZ_SETERR(BZ_OK); in BZ_API()
970 BZ_SETERR(BZ_OK); in BZ_API()
982 if (ret != BZ_OK) in BZ_API()
1001 BZ_SETERR(BZ_OK); in BZ_API()
[all …]
H A Dbzlib_decompress.c97 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
236 retVal = BZ_OK; in BZ2_decompress()
607 RETURN(BZ_OK); in BZ2_decompress()
/openbmc/qemu/block/
H A Ddmg-bz2.c37 if (ret != BZ_OK) { in dmg_uncompress_bz2_do()
/openbmc/u-boot/include/
H A Dbzlib.h85 #define BZ_OK 0 macro
/openbmc/u-boot/cmd/
H A Dximg.c236 if (i != BZ_OK) { in do_imgextract()
/openbmc/u-boot/test/
H A Dcompression.c188 return (ret != BZ_OK); in uncompress_using_bzip2()