Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zstd/lib/compress/
HDhist.h33 unsigned HIST_isError(size_t code); /**< tells if a return value is an error code */
HDhist.c24 unsigned HIST_isError(size_t code) { return ERR_isError(code); } in HIST_isError() function
/freebsd-14-stable/sys/contrib/zstd/lib/compress/
HDhist.h33 unsigned HIST_isError(size_t code); /**< tells if a return value is an error code */
HDhist.c24 unsigned HIST_isError(size_t code) { return ERR_isError(code); } in HIST_isError() function
/freebsd-14-stable/sys/contrib/openzfs/module/zstd/include/
HDzstd_compat_wrapper.h124 #define HIST_isError zfs_HIST_isError macro