Home
last modified time | relevance | path

Searched refs:BROTLI_NOINLINE (Results 1 – 5 of 5) sorted by relevance

/external/brotli/c/common/
Dplatform.h143 #define BROTLI_NOINLINE __attribute__((__noinline__)) macro
145 #define BROTLI_NOINLINE __declspec(noinline) macro
147 #define BROTLI_NOINLINE _Pragma("noinline") macro
149 #define BROTLI_NOINLINE _Pragma("FUNC_CANNOT_INLINE;") macro
151 #define BROTLI_NOINLINE _Pragma("inline=never") macro
153 #define BROTLI_NOINLINE macro
/external/brotli/c/dec/
Ddecode.c113 static BROTLI_NOINLINE BrotliDecoderResult SaveErrorCode( in SaveErrorCode()
180 static BROTLI_NOINLINE BrotliDecoderErrorCode DecodeVarLenUint8( in DecodeVarLenUint8()
224 static BrotliDecoderErrorCode BROTLI_NOINLINE DecodeMetaBlockLength( in DecodeMetaBlockLength()
372 static BROTLI_NOINLINE BROTLI_BOOL SafeDecodeSymbol( in SafeDecodeSymbol()
915 static BROTLI_NOINLINE void InverseMoveToFrontTransform( in InverseMoveToFrontTransform()
1196 static void BROTLI_NOINLINE DecodeLiteralBlockSwitch(BrotliDecoderState* s) { in DecodeLiteralBlockSwitch()
1200 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeLiteralBlockSwitch( in SafeDecodeLiteralBlockSwitch()
1216 static void BROTLI_NOINLINE DecodeCommandBlockSwitch(BrotliDecoderState* s) { in DecodeCommandBlockSwitch()
1220 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeCommandBlockSwitch( in SafeDecodeCommandBlockSwitch()
1238 static void BROTLI_NOINLINE DecodeDistanceBlockSwitch(BrotliDecoderState* s) { in DecodeDistanceBlockSwitch()
[all …]
/external/brotli/c/enc/
Dbackward_references_inc.h10 static BROTLI_NOINLINE void EXPORT_FN(CreateBackwardReferences)( in EXPORT_FN()
Dcompress_fragment_two_pass.c599 static BROTLI_NOINLINE void BrotliCompressFragmentTwoPassImpl ## B( \
Dcompress_fragment.c734 static BROTLI_NOINLINE void BrotliCompressFragmentFastImpl ## B( \