Home
last modified time | relevance | path

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

/device/generic/goldfish/network/netmgr/
Dmacaddress.h36 inline void hash_combine(size_t& seed, const T& value) { in hash_combine() function
46 hash_combine(seed, *reinterpret_cast<const uint32_t*>(addr.addr));
48 hash_combine(seed, *reinterpret_cast<const uint16_t*>(addr.addr + 4));
/device/generic/goldfish/network/wifi_forwarder/
Dframe_id.h42 hash_combine(seed, id.cookie);
43 hash_combine(seed, id.transmitter);
Dmacaddress.h58 hash_combine(seed, *reinterpret_cast<const uint32_t*>(addr.addr));
60 hash_combine(seed, *reinterpret_cast<const uint16_t*>(addr.addr + 4));
Dhash.h22 inline void hash_combine(size_t& seed, const T& value) { in hash_combine() function
/device/generic/goldfish/radio/ril/
Dipv6_monitor.cpp62 static inline void hash_combine(size_t& seed, const T& value) { in hash_combine() function
71 hash_combine(seed, *reinterpret_cast<const uint32_t*>(&ad.s6_addr[0])); in operator ()()
72 hash_combine(seed, *reinterpret_cast<const uint32_t*>(&ad.s6_addr[4])); in operator ()()
73 hash_combine(seed, *reinterpret_cast<const uint32_t*>(&ad.s6_addr[8])); in operator ()()
74 hash_combine(seed, *reinterpret_cast<const uint32_t*>(&ad.s6_addr[12])); in operator ()()