Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c4635 int hash_count = upb_inttable_count(t) - arr_count; in upb_inttable_compact() local
4636 int hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact()
4639 assert(hash_count >= 0); in upb_inttable_compact()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c4887 size_t hash_count = upb_inttable_count(t) - arr_count; in upb_inttable_compact2() local
4888 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact2()