Home
last modified time | relevance | path

Searched refs:compute_bucket_count (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() function
91 pInitSize ? compute_bucket_count(pInitSize) : NumOfInitBuckets; in init()
194 new_size = compute_bucket_count(m_NumOfBuckets); in mayRehash()