Home
last modified time | relevance | path

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

/external/brotli/c/common/
Dplatform.h128 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __attribute__((__always_inline__)) macro
130 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __forceinline macro
132 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("FUNC_ALWAYS_INLINE;") macro
134 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("inline=forced") macro
136 #define BROTLI_INLINE BROTLI_MAYBE_INLINE macro
/external/cronet/third_party/brotli/common/
Dplatform.h128 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __attribute__((__always_inline__)) macro
130 #define BROTLI_INLINE BROTLI_MAYBE_INLINE __forceinline macro
132 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("FUNC_ALWAYS_INLINE;") macro
134 #define BROTLI_INLINE BROTLI_MAYBE_INLINE _Pragma("inline=forced") macro
136 #define BROTLI_INLINE BROTLI_MAYBE_INLINE macro