Searched refs:calculateIndex (Results 1 – 1 of 1) sorted by relevance
96 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex() function117 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()