Home
last modified time | relevance | path

Searched defs:keyHash (Results 1 - 15 of 15) sorted by relevance

/base/startup/init/test/unittest/loopevent/
H A Dloopevent_unittest.cpp41 HashKeyFunction keyHash; variable
/base/startup/init/interfaces/innerkits/include/
H A Dinit_hashmap.h47 HashKeyFunction keyHash; member
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info-inl.h143 uint32_t keyHash = key.GetKeyHashCode(); in BinarySearch() local
228 uint32_t keyHash = key.GetKeyHashCode(); in AddKey() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproperties_cache.h120 uint32_t keyHash = key.GetKeyHashCode(); in Hash() local
/base/startup/init/services/utils/
H A Dinit_hashmap.c22 HashKeyFunction keyHash; member
/third_party/icu/icu4c/source/common/
H A Dhash.h126 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp, in init() argument
138 inline void Hashtable::initSize(UHashFunction *keyHash, UKeyComparator *keyComp, in initSize() argument
H A Duhash.cpp281 _uhash_create(UHashFunction *keyHash, in _uhash_create() argument
542 uhash_open(UHashFunction *keyHash, in uhash_open() argument
551 uhash_openSize(UHashFunction *keyHash, in uhash_openSize() argument
252 _uhash_init(UHashtable *result, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t primeIndex, UErrorCode *status) _uhash_init() argument
567 uhash_init(UHashtable *fillinResult, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode *status) uhash_init() argument
577 uhash_initSize(UHashtable *fillinResult, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode *status) uhash_initSize() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dhash.h126 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp, in init() argument
138 inline void Hashtable::initSize(UHashFunction *keyHash, UKeyComparator *keyComp, in initSize() argument
H A Duhash.cpp281 _uhash_create(UHashFunction *keyHash, in _uhash_create() argument
542 uhash_open(UHashFunction *keyHash, in uhash_open() argument
551 uhash_openSize(UHashFunction *keyHash, in uhash_openSize() argument
252 _uhash_init(UHashtable *result, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t primeIndex, UErrorCode *status) _uhash_init() argument
567 uhash_init(UHashtable *fillinResult, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode *status) uhash_init() argument
577 uhash_initSize(UHashtable *fillinResult, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode *status) uhash_initSize() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dhash.h126 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp, in init() argument
138 inline void Hashtable::initSize(UHashFunction *keyHash, UKeyComparator *keyComp, in initSize() argument
H A Duhash.cpp281 _uhash_create(UHashFunction *keyHash, in _uhash_create() argument
542 uhash_open(UHashFunction *keyHash, in uhash_open() argument
551 uhash_openSize(UHashFunction *keyHash, in uhash_openSize() argument
252 _uhash_init(UHashtable *result, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t primeIndex, UErrorCode *status) _uhash_init() argument
567 uhash_init(UHashtable *fillinResult, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode *status) uhash_init() argument
577 uhash_initSize(UHashtable *fillinResult, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode *status) uhash_initSize() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_hash_array_test.cpp57 int keyHash = TaggedNode::Hash(thread, hashKey.GetTaggedValue()); in HWTEST_F_L0() local
78 int keyHash = TaggedNode::Hash(thread, hashKey.GetTaggedValue()); in HWTEST_F_L0() local
97 auto keyHash = TaggedNode::Hash(thread, treeKey.GetTaggedValue()); in HashCommon1() local
114 auto keyHash = TaggedNode::Hash(thread, listKey.GetTaggedValue()); in HashCommon2() local
142 auto keyHash = TaggedNode::Hash(thread, myKey4.GetTaggedValue()); HWTEST_F_L0() local
177 auto keyHash = TaggedNode::Hash(thread, myKey5.GetTaggedValue()); HWTEST_F_L0() local
212 auto keyHash = TaggedNode::Hash(thread, myKey5.GetTaggedValue()); HWTEST_F_L0() local
246 auto keyHash = TaggedNode::Hash(thread, myKey5.GetTaggedValue()); HWTEST_F_L0() local
398 auto keyHash = TaggedNode::Hash(thread, myKey1.GetTaggedValue()); HWTEST_F_L0() local
410 auto keyHash = TaggedNode::Hash(thread, myKey1.GetTaggedValue()); HWTEST_F_L0() local
455 auto keyHash = TaggedNode::Hash(thread, myKey0.GetTaggedValue()); HWTEST_F_L0() local
499 auto keyHash = TaggedNode::Hash(thread, myKey5.GetTaggedValue()); HWTEST_F_L0() local
543 auto keyHash = TaggedNode::Hash(thread, myKey5.GetTaggedValue()); HWTEST_F_L0() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp933 std::string keyHash = GetHexHash(key); in GenerateUuidByKey() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h3888 GateRef keyHash = GetKeyHashCode(glue, key, hir); in HashFromHclassAndKey() local
H A Dstub_builder.cpp415 GateRef keyHash = GetKeyHashCode(glue, key, hir); in BinarySearch() local

Completed in 38 milliseconds