Home
last modified time | relevance | path

Searched defs:max_table_size (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/brotli/c/dec/
Dstate.c143 const size_t max_table_size = alphabet_size_limit + 376; in BrotliDecoderHuffmanTreeGroupInit() local
/third_party/skia/third_party/externals/brotli/c/dec/
Dstate.c143 const size_t max_table_size = alphabet_size_limit + 376; in BrotliDecoderHuffmanTreeGroupInit() local
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.h42 uint32_t max_table_size; member
Dhpack_encoder.cc784 grpc_chttp2_hpack_compressor* c, uint32_t max_table_size) { in grpc_chttp2_hpack_compressor_set_max_usable_size()
810 grpc_chttp2_hpack_compressor* c, uint32_t max_table_size) { in grpc_chttp2_hpack_compressor_set_max_table_size()
/third_party/node/deps/brotli/c/enc/
Dencode.c221 static size_t HashTableSize(size_t max_table_size, size_t input_size) { in HashTableSize()
236 const size_t max_table_size = MaxHashTableSize(quality); in GetHashTable() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dencode.c221 static size_t HashTableSize(size_t max_table_size, size_t input_size) { in HashTableSize()
236 const size_t max_table_size = MaxHashTableSize(quality); in GetHashTable() local