Home
last modified time | relevance | path

Searched refs:bucket_size (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc14 static const unsigned int bucket_size[] = { in compute_bucket_count() local
20 sizeof(bucket_size) / sizeof(bucket_size[0]); in compute_bucket_count()
23 if (pNumOfBuckets < bucket_size[idx]) { in compute_bucket_count()
24 return bucket_size[idx]; in compute_bucket_count()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dhash.h401 static const size_t bucket_size = 4;
419 static const size_t bucket_size = 4;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc229 static const size_t bucket_size = 4; member
252 static const size_t bucket_size = 4; member