Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c4636 int hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact() local
4637 int hashsize_lg2 = log2ceil(hash_size); in upb_inttable_compact()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c4888 size_t hash_size = hash_count ? (hash_count / MAX_LOAD) + 1 : 0; in upb_inttable_compact2() local
4889 size_t hashsize_lg2 = log2ceil(hash_size); in upb_inttable_compact2()