Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c451 return SZ_OK; in LzmaDec_DecodeReal()
765 return SZ_OK; in LzmaDec_DecodeToDic()
780 return SZ_OK; in LzmaDec_DecodeToDic()
785 return SZ_OK; in LzmaDec_DecodeToDic()
811 return SZ_OK; in LzmaDec_DecodeToDic()
843 return SZ_OK; in LzmaDec_DecodeToDic()
902 return SZ_OK; in LzmaDec_DecodeToBuf()
947 return SZ_OK; in LzmaProps_Decode()
961 return SZ_OK; in LzmaDec_AllocateProbs2()
970 return SZ_OK; in LzmaDec_AllocateProbs()
[all …]
H A DLzmaTools.c116 if (res != SZ_OK) { in lzmaBuffToBuffDecompress()
H A DTypes.h13 #define SZ_OK 0 macro
H A Dlzma.txt383 SZ_OK
424 if (res != SZ_OK)
545 SZ_OK - OK
/openbmc/u-boot/cmd/
H A Dlzmadec.c40 if (ret != SZ_OK) in do_lzmadec()
/openbmc/u-boot/test/
H A Dcompression.c222 return (ret != SZ_OK); in uncompress_using_lzma()