Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1404 static const double MIN_DENSITY = 0.1; variable
1976 /* Find the largest power of two that satisfies the MIN_DENSITY in upb_inttable_compact2()
1984 } else if (arr_count >= (1 << size_lg2) * MIN_DENSITY) { in upb_inttable_compact2()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1379 static const double MIN_DENSITY = 0.1; variable
1960 /* Find the largest power of two that satisfies the MIN_DENSITY in upb_inttable_compact2()
1968 } else if (arr_count >= (1 << size_lg2) * MIN_DENSITY) { in upb_inttable_compact2()

Completed in 33 milliseconds