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

/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Derror_private.h32 # define ERR_STATIC static __attribute__((unused)) macro
34 # define ERR_STATIC static inline macro
36 # define ERR_STATIC static __inline macro
38 # define ERR_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); }
58 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (ERR_enum) (0-code); }
71 ERR_STATIC const char* ERR_getErrorName(size_t code)
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c560 # define ERR_STATIC static inline macro
562 # define ERR_STATIC static __inline macro
564 # define ERR_STATIC static __attribute__((unused)) macro
566 # define ERR_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
591 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); }
593 ERR_STATIC const char* ERR_getErrorName(size_t code)
H A Dzstd_v02.c558 # define ERR_STATIC static inline macro
560 # define ERR_STATIC static __inline macro
562 # define ERR_STATIC static __attribute__((unused)) macro
564 # define ERR_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
589 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); }
591 ERR_STATIC const char* ERR_getErrorName(size_t code)
/freebsd-13-stable/sys/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; disable the relevant warning */ macro
810 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); }
812 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (ERR_enum) (0-code); }
825 ERR_STATIC const char* ERR_getErrorName(size_t code)
[all...]

Completed in 250 milliseconds