Home
last modified time | relevance | path

Searched refs:h2 (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/include/
H A Ddaily_config.h29 auto h2 = std::hash<T2>{}(p.second); in operator ()() local
30 return h1 ^ h2; in operator ()()
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h53 std::size_t h2 = std::hash<std::string>()(theme.moduleName); in operator ()() local
57 return h1 ^ h2 ^ h3 ^ h4 ^ h5; in operator ()()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_uri.c333 static inline uint32_t HexDecode2(uint32_t h1, uint32_t h2) in HexDecode2() argument
335 return ((HexDecode(h1) << 4) | HexDecode(h2)) & 0xff; /* 4 is number of shifts */ in HexDecode2()
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js492 this.observeComponentCreation2((g2, h2) => {

Completed in 3 milliseconds