Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/common/
H A Dconstants.h69 #define BROTLI_DISTANCE_ALPHABET_SIZE(NPOSTFIX, NDIRECT, MAXNBITS) ( \ macro
74 BROTLI_DISTANCE_ALPHABET_SIZE( \
/third_party/skia/third_party/externals/brotli/c/common/
H A Dconstants.h69 #define BROTLI_DISTANCE_ALPHABET_SIZE(NPOSTFIX, NDIRECT, MAXNBITS) ( \ macro
74 BROTLI_DISTANCE_ALPHABET_SIZE( \
/third_party/node/deps/brotli/c/enc/
H A Dmetablock.c38 alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()
47 alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()
H A Dencode.c752 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_MAX_DISTANCE_BITS); in BrotliEncoderInitParams()
H A Dbrotli_bit_stream.c34 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_LARGE_MAX_DISTANCE_BITS)
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmetablock.c38 alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()
47 alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliInitDistanceParams()
H A Dbrotli_bit_stream.c34 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_LARGE_MAX_DISTANCE_BITS)
H A Dencode.c752 BROTLI_DISTANCE_ALPHABET_SIZE(0, 0, BROTLI_MAX_DISTANCE_BITS); in BrotliEncoderInitParams()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c2390 uint32_t distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliDecoderDecompressStream()
2397 distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliDecoderDecompressStream()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c2390 uint32_t distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliDecoderDecompressStream()
2397 distance_alphabet_size_max = BROTLI_DISTANCE_ALPHABET_SIZE( in BrotliDecoderDecompressStream()

Completed in 21 milliseconds