Home
last modified time | relevance | path

Searched defs:FSE_getErrorName (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dentropy_common.c32 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName() function
/freebsd/sys/contrib/zstd/lib/common/
H A Dentropy_common.c32 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName() function
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h61 #define FSE_getErrorName zfs_FSE_getErrorName macro