Home
last modified time | relevance | path

Searched refs:hash (Results 2351 - 2375 of 4274) sorted by relevance

1...<<919293949596979899100>>...171

/third_party/gn/src/gn/
H A Dsource_file.h136 struct hash<SourceFile> { struct
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DFakeResult.java104 return Objects.hash(getKey(), index, isFallback); in hashCode()
/third_party/mesa3d/src/amd/common/
H A Dac_rgp.h51 uint64_t hash[2]; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.h56 uint32_t hash; member
/third_party/node/deps/v8/tools/release/
H A Dmergeinfo.py117 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 Dutils.py219 hash(obj)
/third_party/nghttp2/src/
H A Dshrpx_quic.h41 template <> struct hash<ngtcp2_cid> { struct
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
H A Dindex.js88 hash () {
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/
H A Dbundle.js47 const digest = util_1.crypto.hash(artifact.data);
/third_party/lzma/C/
H A DLzFind.h30 CLzRef *hash; member
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.h45 void SetHash(int hash);
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.h71 virtual const String16& hash() const = 0;
/third_party/rust/crates/aho-corasick/src/
H A Dstate_id.rs2 use std::hash::Hash;
/third_party/python/Lib/test/
H A Dsortperf.py163 x = 69069 * x + hash(a)
/third_party/python/Include/internal/
H A Dpycore_dict.h40 /* 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 DBlobCache.h29 // 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 Dscalar_constant.h23 #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 Dconvert_to_half_pass.h129 return std::hash<uint32_t>()(uint32_t(op));
/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp96 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 Dhks_crypto_hal_ecdsa_sign.cpp531 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 Dsha1_ssse3_asm.S17 * 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 Dcs-etm.c221 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 Dcommon.c433 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 Dnfscache.c18 #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 Dfscrypt.h46 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

Completed in 16 milliseconds

1...<<919293949596979899100>>...171