Home
last modified time | relevance | path

Searched refs:MAX_LOAD (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c21 static const double MAX_LOAD = 0.85; variable
101 t->max_count = upb_table_size(t) * MAX_LOAD; in init()
633 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact2()
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c2354 static const double MAX_LOAD = 0.85; variable
2437 t->max_count = upb_table_size(t) * MAX_LOAD; in init()
3058 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact()
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c2354 static const double MAX_LOAD = 0.85; variable
2437 t->max_count = upb_table_size(t) * MAX_LOAD; in init()
3058 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact()
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c2324 static const double MAX_LOAD = 0.85; variable
2407 t->max_count = upb_table_size(t) * MAX_LOAD; in init()
3024 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact()
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.c2324 static const double MAX_LOAD = 0.85; variable
2407 t->max_count = upb_table_size(t) * MAX_LOAD; in init()
3024 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact()