Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/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.c31 #define FSE_isError ERR_isError macro
H A Dzstd_internal.h46 #define FSE_isError ERR_isError macro
/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.h50 #define FSE_isError ERR_isError macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c33 #define FSE_isError ERR_isError macro
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c34 #define FSE_isError ERR_isError macro
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h62 #define FSE_isError zfs_FSE_isError macro
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c467 static unsigned FSE_isError(size_t code) { return (code > (size_t)(-FSE_ERROR_maxCode)); } in FSE_isError() function
H A Dzstd_v03.c1168 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_v02.c1167 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_v04.c1145 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function