Home
last modified time | relevance | path

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

/f-stack/freebsd/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.h47 #define FSE_isError ERR_isError macro
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c34 #define FSE_isError ERR_isError macro
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h459 #define FSE_isError zfs_FSE_isError macro
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c471 static unsigned FSE_isError(size_t code) { return (code > (size_t)(-FSE_ERROR_maxCode)); } in FSE_isError() function
H A Dzstd_v03.c1172 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_v04.c1149 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_v02.c1171 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2508 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
2783 #define FSE_isError ERR_isError macro
6344 #define FSE_isError ERR_isError macro
7512 #define FSE_isError ERR_isError macro