Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/common/
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
/third_party/skia/third_party/externals/brotli/c/common/
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