Home
last modified time | relevance | path

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

/system/core/libcutils/
Dhashmap.c83 static inline int hashKey(Hashmap* map, void* key) { in hashKey() function
197 int hash = hashKey(map, key); in hashmapPut()
229 int hash = hashKey(map, key); in hashmapGet()
244 int hash = hashKey(map, key); in hashmapContainsKey()
260 int hash = hashKey(map, key); in hashmapMemoize()
292 int hash = hashKey(map, key); in hashmapRemove()