Searched defs:hashCode (Results 1 – 7 of 7) sorted by relevance
| /base/security/selinux/interfaces/policycoreutils/src/ |
| D | selinux_map.c | 103 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/ |
| D | init_hashmap.c | 80 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/ |
| D | init_cmdexecutor.c | 149 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/ |
| D | param_comm.c | 35 …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/ |
| D | Utils.java | 176 public static void writeHeader(DataOutputStream out, int hashCode, int localesCount, in writeHeader()
|
| D | Fetcher.java | 214 public int hashCode() { in hashCode() method in Fetcher
|
| /base/startup/init/test/unittest/param/ |
| D | paramservice_unittest.cpp | 507 int hashCode = CheckWatchTriggerTimeout(); variable
|