Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/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
/third_party/skia/third_party/externals/brotli/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
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c114 static BROTLI_NOINLINE BrotliDecoderResult SaveErrorCode( in SaveErrorCode()
181 static BROTLI_NOINLINE BrotliDecoderErrorCode DecodeVarLenUint8( in DecodeVarLenUint8()
225 static BrotliDecoderErrorCode BROTLI_NOINLINE DecodeMetaBlockLength( in DecodeMetaBlockLength()
375 static BROTLI_NOINLINE BROTLI_BOOL SafeDecodeSymbol( in SafeDecodeSymbol()
924 static BROTLI_NOINLINE void InverseMoveToFrontTransform( in InverseMoveToFrontTransform()
1206 static void BROTLI_NOINLINE DecodeLiteralBlockSwitch(BrotliDecoderState* s) { in DecodeLiteralBlockSwitch()
1210 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeLiteralBlockSwitch( in SafeDecodeLiteralBlockSwitch()
1226 static void BROTLI_NOINLINE DecodeCommandBlockSwitch(BrotliDecoderState* s) { in DecodeCommandBlockSwitch()
1230 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeCommandBlockSwitch( in SafeDecodeCommandBlockSwitch()
1248 static void BROTLI_NOINLINE DecodeDistanceBlockSwitc
[all...]
H A Dbit_reader.h63 BROTLI_INTERNAL BROTLI_NOINLINE BROTLI_BOOL BrotliSafeReadBits32Slow(
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c114 static BROTLI_NOINLINE BrotliDecoderResult SaveErrorCode( in SaveErrorCode()
181 static BROTLI_NOINLINE BrotliDecoderErrorCode DecodeVarLenUint8( in DecodeVarLenUint8()
225 static BrotliDecoderErrorCode BROTLI_NOINLINE DecodeMetaBlockLength( in DecodeMetaBlockLength()
375 static BROTLI_NOINLINE BROTLI_BOOL SafeDecodeSymbol( in SafeDecodeSymbol()
924 static BROTLI_NOINLINE void InverseMoveToFrontTransform( in InverseMoveToFrontTransform()
1206 static void BROTLI_NOINLINE DecodeLiteralBlockSwitch(BrotliDecoderState* s) { in DecodeLiteralBlockSwitch()
1210 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeLiteralBlockSwitch( in SafeDecodeLiteralBlockSwitch()
1226 static void BROTLI_NOINLINE DecodeCommandBlockSwitch(BrotliDecoderState* s) { in DecodeCommandBlockSwitch()
1230 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeCommandBlockSwitch( in SafeDecodeCommandBlockSwitch()
1248 static void BROTLI_NOINLINE DecodeDistanceBlockSwitc
[all...]
H A Dbit_reader.h63 BROTLI_INTERNAL BROTLI_NOINLINE BROTLI_BOOL BrotliSafeReadBits32Slow(
/third_party/node/deps/brotli/c/enc/
H A Dbackward_references_inc.h10 static BROTLI_NOINLINE void EXPORT_FN(CreateBackwardReferences)( in CreateBackwardReferences()
H A Dcompress_fragment.c734 static BROTLI_NOINLINE void BrotliCompressFragmentFastImpl ## B( \
H A Dcompress_fragment_two_pass.c599 static BROTLI_NOINLINE void BrotliCompressFragmentTwoPassImpl ## B( \
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_inc.h10 static BROTLI_NOINLINE void EXPORT_FN(CreateBackwardReferences)( in CreateBackwardReferences()
H A Dcompress_fragment.c734 static BROTLI_NOINLINE void BrotliCompressFragmentFastImpl ## B( \
H A Dcompress_fragment_two_pass.c599 static BROTLI_NOINLINE void BrotliCompressFragmentTwoPassImpl ## B( \

Completed in 15 milliseconds