Home
last modified time | relevance | path

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

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