Searched defs:BROTLI_NOINLINE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/common/
H A Dplatform.h146 #define BROTLI_NOINLINE __attribute__((__noinline__)) macro
148 #define BROTLI_NOINLINE __declspec(noinline) macro
150 #define BROTLI_NOINLINE _Pragma("noinline") macro
152 #define BROTLI_NOINLINE _Pragma("FUNC_CANNOT_INLINE;") macro
154 #define BROTLI_NOINLINE _Pragma("inline=never") macro
156 #define BROTLI_NOINLINE macro

Completed in 10 milliseconds