Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/common/
H A Dplatform.h110 #define BROTLI_MAYBE_INLINE inline macro
113 #define BROTLI_MAYBE_INLINE __inline__ macro
116 #define BROTLI_MAYBE_INLINE __inline macro
118 #define BROTLI_MAYBE_INLINE macro
128 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __attribute__((__always_inline__))
130 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __forceinline
132 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("FUNC_ALWAYS_INLINE;")
134 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("inline=forced")
136 #define BROTLI_INLINE BROTLI_MAYBE_INLINE
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h110 #define BROTLI_MAYBE_INLINE inline macro
113 #define BROTLI_MAYBE_INLINE __inline__ macro
116 #define BROTLI_MAYBE_INLINE __inline macro
118 #define BROTLI_MAYBE_INLINE macro
128 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __attribute__((__always_inline__))
130 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __forceinline
132 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("FUNC_ALWAYS_INLINE;")
134 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("inline=forced")
136 #define BROTLI_INLINE BROTLI_MAYBE_INLINE

Completed in 3 milliseconds