Home
last modified time | relevance | path

Searched refs:HIST_isError (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhist.h34 unsigned HIST_isError(size_t code); /**< tells if a return value is an error code */
H A Dhist.c25 unsigned HIST_isError(size_t code) { return ERR_isError(code); } in HIST_isError() function
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhist.h33 unsigned HIST_isError(size_t code); /**< tells if a return value is an error code */
H A Dhist.c24 unsigned HIST_isError(size_t code) { return ERR_isError(code); } in HIST_isError() function
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h117 #define HIST_isError zfs_HIST_isError macro