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

/system/core/libcutils/
H A Dhashmap.c97 static inline size_t calculateIndex(size_t bucketCount, int hash) { function
118 size_t index = calculateIndex(newBucketCount, entry->hash);
191 size_t index = calculateIndex(map->bucketCount, hash);
223 size_t index = calculateIndex(map->bucketCount, hash);
238 size_t index = calculateIndex(map->bucketCount, hash);
254 size_t index = calculateIndex(map->bucketCount, hash);
286 size_t index = calculateIndex(map->bucketCount, hash);

Completed in 1124 milliseconds