Searched refs:SZ_OK (Results 1 - 5 of 5) sorted by relevance

/u-boot/cmd/
H A Dlzmadec.c42 if (ret != SZ_OK)
/u-boot/lib/lzma/
H A DLzmaDec.c124 SZ_OK - OK
440 return SZ_OK;
754 return SZ_OK;
769 return SZ_OK;
774 return SZ_OK;
800 return SZ_OK;
832 return SZ_OK;
852 return (p->code == 0) ? SZ_OK : SZ_ERROR_DATA;
891 return SZ_OK;
936 return SZ_OK;
[all...]
H A DLzmaTools.c116 if (res != SZ_OK) {
H A DTypes.h13 #define SZ_OK 0 macro
205 /* Returns: result. (result != SZ_OK) means break.
/u-boot/test/
H A Dcompression.c245 return (ret != SZ_OK);

Completed in 59 milliseconds