Home
last modified time | relevance | path

Searched refs:BROTLI_SAFE (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Ddecode.c1722 #define BROTLI_SAFE(METHOD) \ macro
1772 BROTLI_SAFE(DecodeCommandBlockSwitch(s)); in ProcessCommandsInternal()
1776 BROTLI_SAFE(ReadCommand(s, br, &i)); in ProcessCommandsInternal()
1800 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()
1836 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()
1883 BROTLI_SAFE(DecodeDistanceBlockSwitch(s)); in ProcessCommandsInternal()
1885 BROTLI_SAFE(ReadDistance(s, br)); in ProcessCommandsInternal()
2023 #undef BROTLI_SAFE macro
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c1722 #define BROTLI_SAFE(METHOD) \ macro
1772 BROTLI_SAFE(DecodeCommandBlockSwitch(s)); in ProcessCommandsInternal()
1776 BROTLI_SAFE(ReadCommand(s, br, &i)); in ProcessCommandsInternal()
1800 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()
1836 BROTLI_SAFE(DecodeLiteralBlockSwitch(s)); in ProcessCommandsInternal()
1883 BROTLI_SAFE(DecodeDistanceBlockSwitch(s)); in ProcessCommandsInternal()
1885 BROTLI_SAFE(ReadDistance(s, br)); in ProcessCommandsInternal()
2023 #undef BROTLI_SAFE macro

Completed in 8 milliseconds