/third_party/gn/src/gn/ |
H A D | source_file.h | 136 struct hash<SourceFile> { struct
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/ |
H A D | FakeResult.java | 104 return Objects.hash(getKey(), index, isFallback); in hashCode()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.h | 51 uint64_t hash[2]; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.h | 56 uint32_t hash; member
|
/third_party/node/deps/v8/tools/release/ |
H A D | mergeinfo.py | 117 parser.add_argument('hash', 124 sys.exit(print_analysis(options.git_dir, options.hash[0]))
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | utils.py | 219 hash(obj)
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic.h | 41 template <> struct hash<ngtcp2_cid> { struct
|
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/ |
H A D | index.js | 88 hash () {
|
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/ |
H A D | bundle.js | 47 const digest = util_1.crypto.hash(artifact.data);
|
/third_party/lzma/C/ |
H A D | LzFind.h | 30 CLzRef *hash;
member
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | basic-block-profiler.h | 45 void SetHash(int hash);
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-script.h | 71 virtual const String16& hash() const = 0;
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | state_id.rs | 2 use std::hash::Hash;
|
/third_party/python/Lib/test/ |
H A D | sortperf.py | 163 x = 69069 * x + hash(a)
|
/third_party/python/Include/internal/ |
H A D | pycore_dict.h | 40 /* Cached hash code of me_key. */ 47 PyObject *me_key; /* The key must be Unicode and have hash. */ 63 extern Py_ssize_t _Py_dict_lookup(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject **value_addr); 90 /* Size of the hash table (dk_indices). It must be a power of 2. */ 93 /* Size of the hash table (dk_indices) by bytes. */ 108 /* Actual hash table of dk_size entries. It holds indices in dk_entries,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | BlobCache.h | 29 // 160-bit SHA-1 hash key used for hasing a program. BlobCache opts in using fixed keys for 38 struct hash<egl::BlobCacheKey> struct 40 // Simple routine to hash four ints. 61 // 160-bit SHA-1 hash key used for hasing a program. BlobCache opts in using fixed keys for
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | scalar_constant.h | 23 #include "src/utils/hash.h" 136 /// Custom std::hash specialization for tint::Symbol so symbols can be used as 139 class hash<tint::writer::spirv::ScalarConstant> { class
|
/third_party/spirv-tools/source/opt/ |
H A D | convert_to_half_pass.h | 129 return std::hash<uint32_t>()(uint32_t(op));
|
/base/account/os_account/services/accountmgr/src/ |
H A D | ohos_account_manager.cpp | 96 unsigned char hash[HASH_LENGTH] = {0}; in ReturnOhosUdidWithSha256() local 103 mbedtls_sha256_finish(&context, hash); in ReturnOhosUdidWithSha256() 108 ss << std::hex << std::uppercase << std::setw(WIDTH_FOR_HEX) << std::setfill('0') << std::uint16_t(hash[i]); in ReturnOhosUdidWithSha256()
|
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
H A D | hks_crypto_hal_ecdsa_sign.cpp | 531 struct HksBlob hash = { HKS_HMAC_DIGEST_SHA512_LEN, hashData }; in RunTestCase() local 537 EXPECT_EQ(HksCryptoHalHash(usageSpecTmp.digest, &message, &hash), HKS_SUCCESS); in RunTestCase() 538 pBlob = &hash; in RunTestCase()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 17 * http://software.intel.com/en-us/articles/improving-the-performance-of-the-secure-hash-algorithm-1/ 243 .macro UPDATE_HASH hash, val 244 add \hash, \val 245 mov \val, \hash
|
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/ |
H A D | cs-etm.c | 221 u32 hash; in cs_etm_set_sink_attr() local 233 ret = perf_pmu__scan_file(pmu, path, "%x", &hash); in cs_etm_set_sink_attr() 241 evsel->core.attr.config2 |= hash; in cs_etm_set_sink_attr()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | common.c | 433 hash_add(build_fn_table->table, &obj_node->hash, obj_node->id); in do_build_table_cb() 475 hash_for_each_safe(tab->table, bkt, tmp, obj, hash) { in delete_pinned_obj_table() 476 hash_del(&obj->hash); in delete_pinned_obj_table()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfscache.c | 18 #include <linux/hash.h> 26 * We use this value to determine the number of hash buckets from the max 78 * Compute the number of hash buckets we need. Divide the max cachesize by 273 unsigned int hash = hash_32((__force u32)xid, nn->maskbits); in nfsd_cache_bucket_find() local 275 return &nn->drc_hashtbl[hash]; in nfsd_cache_bucket_find() 437 * Search the request hash for an entry that matches the given rqstp. 469 /* tally hash chain length stats */ in nfsd_cache_insert() 691 seq_printf(m, "hash buckets: %u\n", 1 << nn->maskbits); in nfsd_reply_cache_stats_show()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscrypt.h | 46 u32 hash; member 350 u32 hash, u32 minor_hash, 626 u32 hash, u32 minor_hash, in fscrypt_fname_disk_to_usr() 625 fscrypt_fname_disk_to_usr(const struct inode *inode, u32 hash, u32 minor_hash, const struct fscrypt_str *iname, struct fscrypt_str *oname) fscrypt_fname_disk_to_usr() argument
|