Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 7 of 7) sorted by relevance

/base/security/selinux/interfaces/policycoreutils/src/
Dselinux_map.c103 int hashCode = GroupNodeGetNodeHashCode(node); in HashMapAdd() local
122 int hashCode = GroupNodeGetKeyHashCode(key, strlen(key)); in HashMapRemove() local
145 int hashCode = GenerateHashCode(key, len); in HashMapGet() local
176 HashNode *HashMapFind(HashTab *handle, int hashCode, const char *key) in HashMapFind()
/base/startup/init/services/utils/
Dinit_hashmap.c80 int hashCode = tab->nodeHash(node); in OH_HashMapAdd() local
101 int hashCode = tab->keyHash(key); in OH_HashMapRemove() local
127 int hashCode = tab->keyHash(key); in OH_HashMapGet() local
161 int hashCode, const void *key, HashKeyCompare keyCompare) in OH_HashMapFind()
/base/startup/init/services/init/standard/
Dinit_cmdexecutor.c149 int hashCode = (((unsigned int)index >> 16) & 0x0000ffff) - 1; // 16 left shift in GetPluginCmdByIndex() local
204 int hashCode = GenerateHashCode(cmdName); in PluginGetCmdIndex() local
/base/startup/init/services/param/base/
Dparam_comm.c35 …uint32_t hashCode = (uint32_t)GenerateKeyHasCode(workSpace->fileName, strlen(workSpace->fileName)); in GetParamHandle() local
83 int hashCode = ((handle >> 24) & 0x000000ff); // 24 left shift in GetTrieNodeByHandle() local
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DUtils.java176 public static void writeHeader(DataOutputStream out, int hashCode, int localesCount, in writeHeader()
DFetcher.java214 public int hashCode() { in hashCode() method in Fetcher
/base/startup/init/test/unittest/param/
Dparamservice_unittest.cpp507 int hashCode = CheckWatchTriggerTimeout(); variable