Home
last modified time | relevance | path

Searched defs:FSE_isError (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/zstd/lib/common/
H A Dentropy_common.c31 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dfse_decompress.c32 #define FSE_isError ERR_isError macro
H A Dzstd_internal.h45 #define FSE_isError ERR_isError macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c33 #define FSE_isError ERR_isError macro
H A Dentropy_common.c32 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_internal.h46 #define FSE_isError ERR_isError macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c36 #define FSE_isError ERR_isError macro
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c35 #define FSE_isError ERR_isError macro
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h65 #define FSE_isError zfs_FSE_isError macro
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c429 static unsigned FSE_isError(size_t code) { return (code > (size_t)(-FSE_ERROR_maxCode)); } in FSE_isError() function
H A Dzstd_v03.c1106 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_v02.c1106 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_v04.c1089 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function