Home | History | Annotate | Download | only in protobuf

Lines Matching refs:MIN_DENSITY

4032 static const double MIN_DENSITY = 0.1;
4612 if (upb_inttable_count(t) >= max_key * MIN_DENSITY) {
4616 /* Find the largest power of two that satisfies the MIN_DENSITY
4622 if (arr_count >= arr_size * MIN_DENSITY) {