Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/c/common/
Dconstants.h86 #define BROTLI_MAX_ALLOWED_DISTANCE 0x7FFFFFFC macro
/third_party/node/deps/brotli/c/common/
Dconstants.h86 #define BROTLI_MAX_ALLOWED_DISTANCE 0x7FFFFFFC macro
/third_party/skia/third_party/externals/brotli/c/enc/
Dmetablock.c46 BROTLI_MAX_ALLOWED_DISTANCE, npostfix, ndirect); in BrotliInitDistanceParams()
/third_party/node/deps/brotli/c/enc/
Dmetablock.c46 BROTLI_MAX_ALLOWED_DISTANCE, npostfix, ndirect); in BrotliInitDistanceParams()
/third_party/node/deps/brotli/c/dec/
Ddecode.c1900 if (s->distance_code > BROTLI_MAX_ALLOWED_DISTANCE) { in ProcessCommandsInternal()
2396 BROTLI_MAX_ALLOWED_DISTANCE, npostfix, ndirect); in BrotliDecoderDecompressStream()
/third_party/skia/third_party/externals/brotli/c/dec/
Ddecode.c1900 if (s->distance_code > BROTLI_MAX_ALLOWED_DISTANCE) { in ProcessCommandsInternal()
2396 BROTLI_MAX_ALLOWED_DISTANCE, npostfix, ndirect); in BrotliDecoderDecompressStream()