Home
last modified time | relevance | path

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

/external/brotli/c/common/
Dplatform.h107 #define BROTLI_MAYBE_INLINE inline macro
110 #define BROTLI_MAYBE_INLINE __inline__ macro
113 #define BROTLI_MAYBE_INLINE __inline macro
115 #define BROTLI_MAYBE_INLINE macro
125 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __attribute__((__always_inline__))
127 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __forceinline
129 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("FUNC_ALWAYS_INLINE;")
131 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("inline=forced")
133 #define BROTLI_INLINE BROTLI_MAYBE_INLINE