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.tcc19 const unsigned int buckets_count = in compute_bucket_count() local
27 } while (idx < buckets_count); in compute_bucket_count()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2592 const unsigned buckets_count = sizeof buckets / sizeof buckets[0]; in getHashBucketCount() local
2595 for (unsigned i = 0; i < buckets_count; ++i) { in getHashBucketCount()