Home
last modified time | relevance | path

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

/external/lz4/programs/
Dutil.h131 # define UTIL_STATIC static __attribute__((unused)) macro
133 # define UTIL_STATIC static inline macro
135 # define UTIL_STATIC static __inline macro
137 # define UTIL_STATIC static /* this version may generate warnings for unused static functions; di… macro