Home
last modified time | relevance | path

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

/system/core/libcutils/
Dhashmap.c100 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex() function
121 size_t index = calculateIndex(newBucketCount, entry->hash); in expandIfNecessary()
198 size_t index = calculateIndex(map->bucketCount, hash); in hashmapPut()
230 size_t index = calculateIndex(map->bucketCount, hash); in hashmapGet()
245 size_t index = calculateIndex(map->bucketCount, hash); in hashmapContainsKey()
261 size_t index = calculateIndex(map->bucketCount, hash); in hashmapMemoize()
293 size_t index = calculateIndex(map->bucketCount, hash); in hashmapRemove()