Home
last modified time | relevance | path

Searched refs:UTIL_STATIC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dutil.h81 # define UTIL_STATIC static __attribute__((unused)) macro
83 # define UTIL_STATIC static inline macro
85 # define UTIL_STATIC static __inline macro
87 # define UTIL_STATIC static /* this version may generate warnings for unused static functions; di… macro
H A Dutil.c99 UTIL_STATIC void* UTIL_realloc(void *ptr, size_t size) in UTIL_realloc()