Home
last modified time | relevance | path

Searched defs:bucketCount (Results 1 – 2 of 2) sorted by relevance

/system/core/libcutils/
Dhashmap.c36 size_t bucketCount; member
97 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex()
323 size_t bucketCount = map->bucketCount; in hashmapCurrentCapacity() local
/system/core/include/utils/
DBasicHashtable.h218 inline size_t bucketCount() const { in bucketCount() function