Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
863 return (p->code == 0) ? SZ_OK : SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
902 return SZ_OK; in LzmaDec_DecodeToBuf()
947 return SZ_OK; in LzmaProps_Decode()
961 return SZ_OK; in LzmaDec_AllocateProbs2()
[all …]
H A DLzmaTools.c127 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
/OK3568_Linux_fs/u-boot/cmd/
H A Dlzmadec.c41 if (ret != SZ_OK) in do_lzmadec()
/OK3568_Linux_fs/u-boot/test/
H A Dcompression.c216 return (ret != SZ_OK); in uncompress_using_lzma()