Searched defs:max_table_size (Results 1 – 7 of 7) sorted by relevance
143 const size_t max_table_size = alphabet_size_limit + 376; in BrotliDecoderHuffmanTreeGroupInit() local
62 let max_table_size = MAX_QUEUE_SIZE as u64 * size_of::<virtq_desc>() as u64; localVariable
43 uint32_t max_table_size; member
615 grpc_chttp2_hpack_compressor* c, uint32_t max_table_size) { in grpc_chttp2_hpack_compressor_set_max_usable_size()641 grpc_chttp2_hpack_compressor* c, uint32_t max_table_size) { in grpc_chttp2_hpack_compressor_set_max_table_size()
42 uint32_t max_table_size; member
784 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()
221 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