Home
last modified time | relevance | path

Searched refs:BZ2_bzBuffToBuffDecompress (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dbzlib.h263 BZ_EXTERN int BZ_API(BZ2_bzBuffToBuffDecompress) (
/openbmc/u-boot/cmd/
H A Dximg.c231 i = BZ2_bzBuffToBuffDecompress( in do_imgextract()
/openbmc/u-boot/test/
H A Dcompression.c183 ret = BZ2_bzBuffToBuffDecompress(out, &inout_size, in, in_size, in uncompress_using_bzip2()
/openbmc/u-boot/common/
H A Dbootm.c394 ret = BZ2_bzBuffToBuffDecompress(load_buf, &size, in bootm_decomp_image()
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c1327 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() argument