Searched refs:calculateIndex (Results 1 – 1 of 1) sorted by relevance
97 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex() function118 size_t index = calculateIndex(newBucketCount, entry->hash); in expandIfNecessary()191 size_t index = calculateIndex(map->bucketCount, hash); in hashmapPut()223 size_t index = calculateIndex(map->bucketCount, hash); in hashmapGet()238 size_t index = calculateIndex(map->bucketCount, hash); in hashmapContainsKey()254 size_t index = calculateIndex(map->bucketCount, hash); in hashmapMemoize()286 size_t index = calculateIndex(map->bucketCount, hash); in hashmapRemove()