Home
last modified time | relevance | path

Searched refs:bucket_size (Results 1 – 1 of 1) 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()