Home
last modified time | relevance | path

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

/system/core/libcutils/
Dhashmap.c185 static inline bool equalKeys(void* keyA, int hashA, void* keyB, int hashB, in equalKeys() argument
190 if (hashA != hashB) { in equalKeys()