Home
last modified time | relevance | path

Searched refs:MAX_LOAD (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1399 static const double MAX_LOAD = 0.85; variable
1473 return ((double)(t->count + 1) / upb_table_size(t)) > MAX_LOAD; in isfull()
1997 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact2()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1374 static const double MAX_LOAD = 0.85; variable
1448 return ((double)(t->count + 1) / upb_table_size(t)) > MAX_LOAD; in isfull()
1981 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact2()

Completed in 37 milliseconds