Searched refs:BROTLI_NOINLINE (Results 1 – 5 of 5) sorted by relevance
143 #define BROTLI_NOINLINE __attribute__((__noinline__)) macro145 #define BROTLI_NOINLINE __declspec(noinline) macro147 #define BROTLI_NOINLINE _Pragma("noinline") macro149 #define BROTLI_NOINLINE _Pragma("FUNC_CANNOT_INLINE;") macro151 #define BROTLI_NOINLINE _Pragma("inline=never") macro153 #define BROTLI_NOINLINE macro
113 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 …]
10 static BROTLI_NOINLINE void EXPORT_FN(CreateBackwardReferences)( in EXPORT_FN()
599 static BROTLI_NOINLINE void BrotliCompressFragmentTwoPassImpl ## B( \
734 static BROTLI_NOINLINE void BrotliCompressFragmentFastImpl ## B( \