Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.c143 const size_t max_table_size = alphabet_size_limit + 376; in BrotliDecoderHuffmanTreeGroupInit() local
/external/crosvm/fuzz/
Dvirtqueue_fuzzer.rs62 let max_table_size = MAX_QUEUE_SIZE as u64 * size_of::<virtq_desc>() as u64; localVariable
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.h43 uint32_t max_table_size; member
Dhpack_encoder.cc615 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()
/external/rust/crates/grpcio-sys/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()
/external/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