Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/common/
H A Dplatform.h482 #define BROTLI_DUMP() BrotliDump(__FILE__, __LINE__, __FUNCTION__) macro
485 #define BROTLI_DUMP() (void)(0) macro
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h482 #define BROTLI_DUMP() BrotliDump(__FILE__, __LINE__, __FUNCTION__) macro
485 #define BROTLI_DUMP() (void)(0) macro
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c31 #define BROTLI_FAILURE(CODE) (BROTLI_DUMP(), CODE)
86 BROTLI_DUMP(); in BrotliDecoderCreateInstance()
90 BROTLI_DUMP(); in BrotliDecoderCreateInstance()
569 BROTLI_DUMP(); in ProcessRepeatedCodeLength()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c31 #define BROTLI_FAILURE(CODE) (BROTLI_DUMP(), CODE)
86 BROTLI_DUMP(); in BrotliDecoderCreateInstance()
90 BROTLI_DUMP(); in BrotliDecoderCreateInstance()
569 BROTLI_DUMP(); in ProcessRepeatedCodeLength()

Completed in 10 milliseconds