Home
last modified time | relevance | path

Searched refs:ERR_STATIC (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Derror_private.h32 # define ERR_STATIC static __attribute__((unused)) macro
34 # define ERR_STATIC static inline
36 # define ERR_STATIC static __inline
38 # define ERR_STATIC static /* this version may generate warnings for unused static functions; dis…
56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
58 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode()
71 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v03.c560 # define ERR_STATIC static inline macro
562 # define ERR_STATIC static __inline
564 # define ERR_STATIC static __attribute__((unused))
566 # define ERR_STATIC static /* this version may generate warnings for unused static functions; dis…
591 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
593 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
H A Dzstd_v02.c558 # define ERR_STATIC static inline macro
560 # define ERR_STATIC static __inline
562 # define ERR_STATIC static __attribute__((unused))
564 # define ERR_STATIC static /* this version may generate warnings for unused static functions; dis…
589 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
591 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c786 # define ERR_STATIC static __attribute__((unused)) macro
788 # define ERR_STATIC static inline macro
790 # define ERR_STATIC static __inline macro
792 # define ERR_STATIC static /* this version may generate warnings for unused static functions; dis… macro
810 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
812 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode()
825 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()