Home
last modified time | relevance | path

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

/system/core/libcutils/
Dhashmap.cpp96 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex() function
117 size_t index = calculateIndex(newBucketCount, entry->hash); in expandIfNecessary()
194 size_t index = calculateIndex(map->bucketCount, hash); in hashmapPut()
226 size_t index = calculateIndex(map->bucketCount, hash); in hashmapGet()
241 size_t index = calculateIndex(map->bucketCount, hash); in hashmapRemove()