Home
last modified time | relevance | path

Searched defs:FSE_isError (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/zstd/lib/common/
H A Dfse_decompress.c32 #define FSE_isError ERR_isError macro
H A Dentropy_common.c31 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_internal.h49 #define FSE_isError ERR_isError macro
/aosp_15_r20/external/zstd/lib/compress/
H A Dfse_compress.c35 #define FSE_isError ERR_isError macro
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v01.c429 static unsigned FSE_isError(size_t code) { return (code > (size_t)(-FSE_ERROR_maxCode)); } in FSE_isError() function
H A Dzstd_v03.c1106 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_v04.c1089 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
H A Dzstd_v02.c1106 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function