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

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c1722 #define BROTLI_SAFE(METHOD) \ macro
1772 BROTLI_SAFE(DecodeCommandBlockSwitch(s));
1776 BROTLI_SAFE(ReadCommand(s, br, &i));
1800 BROTLI_SAFE(DecodeLiteralBlockSwitch(s));
1836 BROTLI_SAFE(DecodeLiteralBlockSwitch(s));
1883 BROTLI_SAFE(DecodeDistanceBlockSwitch(s));
1885 BROTLI_SAFE(ReadDistance(s, br));
2023 #undef BROTLI_SAFE

Completed in 5 milliseconds