Home
last modified time | relevance | path

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

/system/core/libcutils/
Dhashmap.c80 static inline int hashKey(Hashmap* map, void* key) { in hashKey() function
190 int hash = hashKey(map, key); in hashmapPut()
222 int hash = hashKey(map, key); in hashmapGet()
237 int hash = hashKey(map, key); in hashmapContainsKey()
253 int hash = hashKey(map, key); in hashmapMemoize()
285 int hash = hashKey(map, key); in hashmapRemove()