Searched refs:MAX_LOAD (Results 1 – 2 of 2) sorted by relevance
4027 static const double MAX_LOAD = 0.85; variable4098 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()
4258 static const double MAX_LOAD = 0.85; variable4332 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()