Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dhist.h33 unsigned HIST_isError(size_t code); /*< tells if a return value is an error code */
Dhist.c24 unsigned HIST_isError(size_t code) { return ERR_isError(code); } in HIST_isError() function