Searched defs:MEM_STATIC (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dmem.h33 # define MEM_STATIC static __inline __attribute__((unused)) macro
35 # define MEM_STATIC static inline macro
37 # define MEM_STATIC static __inline macro
39 # define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
[all...]
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dmem.h35 # define MEM_STATIC static __inline __attribute__((unused)) macro
37 # define MEM_STATIC static inline macro
39 # define MEM_STATIC static __inline macro
41 # define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
[all...]
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c71 # define MEM_STATIC static __attribute__((unused)) macro
73 # define MEM_STATIC static inline macro
75 # define MEM_STATIC static __inline macro
77 # define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
[all...]
H A Dzstd_v05.c69 # define MEM_STATIC static __attribute__((unused)) macro
71 # define MEM_STATIC static inline macro
73 # define MEM_STATIC static __inline macro
75 # define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
[all...]
H A Dzstd_v04.c41 # define MEM_STATIC static __attribute__((unused)) macro
43 # define MEM_STATIC static inline macro
45 # define MEM_STATIC static __inline macro
47 # define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
[all...]
H A Dzstd_v03.c79 # define MEM_STATIC static __attribute__((unused)) macro
81 # define MEM_STATIC static inline macro
83 # define MEM_STATIC static __inline macro
85 # define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
[all...]
H A Dzstd_v02.c78 # define MEM_STATIC static __attribute__((unused)) macro
80 # define MEM_STATIC static inline macro
82 # define MEM_STATIC static __inline macro
84 # define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
[all...]
H A Dzstd_v07.c231 # define MEM_STATIC static __attribute__((unused)) macro
233 # define MEM_STATIC static inline macro
235 # define MEM_STATIC static __inline macro
237 # define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ macro
[all...]

Completed in 288 milliseconds