Home
last modified time | relevance | path

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

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