Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c4027 static const double MAX_LOAD = 0.85; variable
4098 return (double)(t->count + 1) / upb_table_size(t) > MAX_LOAD; in isfull()
4636 int hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4258 static const double MAX_LOAD = 0.85; variable
4332 return ((double)(t->count + 1) / upb_table_size(t)) > MAX_LOAD; in isfull()
4888 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact2()