Home
last modified time | relevance | path

Searched refs:BROTLI_DUMP (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/common/
Dplatform.h481 #define BROTLI_DUMP() BrotliDump(__FILE__, __LINE__, __FUNCTION__) macro
483 #define BROTLI_DUMP() (void)(0) macro
/external/brotli/c/dec/
Ddecode.c31 #define BROTLI_FAILURE(CODE) (BROTLI_DUMP(), CODE)
85 BROTLI_DUMP(); in BrotliDecoderCreateInstance()
89 BROTLI_DUMP(); in BrotliDecoderCreateInstance()
564 BROTLI_DUMP(); in ProcessRepeatedCodeLength()