Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7459 unsigned HIST_isError(size_t code); /**< tells if a return value is an error code */
8203 unsigned HIST_isError(size_t code) { return ERR_isError(code); } in HIST_isError() function