Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc13 inline static unsigned int compute_bucket_count(unsigned int pNumOfBuckets) { in compute_bucket_count() argument
23 if (pNumOfBuckets < bucket_size[idx]) { in compute_bucket_count()
29 return (pNumOfBuckets + 131101); // rare case. increase constantly in compute_bucket_count()