Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/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