Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc20 const unsigned int buckets_count = in compute_bucket_count() local
28 } while(idx < buckets_count); in compute_bucket_count()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2292 const unsigned buckets_count = sizeof buckets / sizeof buckets[0]; in getHashBucketCount() local
2295 for (unsigned i = 0; i < buckets_count; ++i) { in getHashBucketCount()