Home
last modified time | relevance | path

Searched refs:BROTLI_LARGE_MAX_WBITS (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/common/
Dconstants.h57 #define BROTLI_LARGE_MAX_WBITS 30 macro
/third_party/node/deps/brotli/c/common/
Dconstants.h57 #define BROTLI_LARGE_MAX_WBITS 30 macro
/third_party/node/deps/brotli/c/dec/
Dbit_reader.h91 static const size_t kCap = (size_t)1 << BROTLI_LARGE_MAX_WBITS; in BrotliGetRemainingBytes()
Ddecode.c2192 s->window_bits > BROTLI_LARGE_MAX_WBITS) { in BrotliDecoderDecompressStream()
/third_party/skia/third_party/externals/brotli/c/dec/
Dbit_reader.h91 static const size_t kCap = (size_t)1 << BROTLI_LARGE_MAX_WBITS; in BrotliGetRemainingBytes()
Ddecode.c2192 s->window_bits > BROTLI_LARGE_MAX_WBITS) { in BrotliDecoderDecompressStream()