Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/include/
H A Ddaily_config.h28 auto h1 = std::hash<T1>{}(p.first); in operator ()() local
30 return h1 ^ h2; in operator ()()
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h52 std::size_t h1 = std::hash<std::string>()(theme.bundleName); in operator ()() local
57 return h1 ^ h2 ^ h3 ^ h4 ^ h5; in operator ()()
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js414 let h1 = JSON.parse(g1);
415 if (h1) {
416 console.info(`${TAG} activeSubType: ${JSON.stringify(h1)}`);
423 for (let l1 = 0; l1 < h1.length; l1++) {
424 if (h1[l1].id === j1[k1].id) {
426 this.activeSubtypes.push(h1[l1]);
/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()

Completed in 3 milliseconds