Home
last modified time | relevance | path

Searched defs:ERR_isError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/zstd/lib/common/
H A Derror_private.h58 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() function
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v03.c525 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() function
H A Dzstd_v02.c524 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() function