Home
last modified time | relevance | path

Searched refs:ZSTD_ErrorCode (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/zstd/
A Derror_private.h26 typedef ZSTD_ErrorCode ERR_enum;
/u-boot/include/linux/
A Dzstd.h64 } ZSTD_ErrorCode; typedef
96 static __attribute__((unused)) ZSTD_ErrorCode ZSTD_getErrorCode( in ZSTD_getErrorCode()
100 return (ZSTD_ErrorCode)0; in ZSTD_getErrorCode()
101 return (ZSTD_ErrorCode)(0 - functionResult); in ZSTD_getErrorCode()

Completed in 8 milliseconds