Home
last modified time | relevance | path

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

/system/core/libcutils/
Dhashmap.c36 size_t bucketCount; member
100 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex()
330 size_t bucketCount = map->bucketCount; in hashmapCurrentCapacity() local