Home
last modified time | relevance | path

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

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