Home
last modified time | relevance | path

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

/external/lz4/programs/
Dutil.h168 # define UTIL_STATIC static __attribute__((unused)) macro
170 # define UTIL_STATIC static inline macro
172 # define UTIL_STATIC static __inline macro
174 # define UTIL_STATIC static /* this version may generate warnings for unused static functions; di… macro
/external/zstd/programs/
Dutil.h81 # define UTIL_STATIC static __attribute__((unused)) macro