Searched refs:hash (Results 2476 - 2500 of 4540) sorted by relevance
1...<<919293949596979899100>>...182
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | policy_unpack.h | 110 unsigned char *hash; member
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | sidtab.h | 22 u32 hash; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | xdp_hw_metadata.c | 21 extern int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, __u32 *hash, 87 meta->rx_hash_err = err; /* Used by AF_XDP as no hash signal */ in rx()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_tcpnotify_user.c | 39 t->source != 0xbe || t->hash != 0xef) in dummyfn()
|
/kernel/linux/linux-6.6/lib/ |
H A D | crc-t10dif.c | 14 #include <crypto/hash.h>
|
H A D | crc64-rocksoft.c | 8 #include <crypto/hash.h>
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.h | 194 int smp_generate_oob(struct hci_dev *hdev, u8 hash[16], u8 rand[16]);
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udplite.c | 57 .hash = udp_lib_hash,
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | hashtable.h | 3 * Statically sized hash table implementation 14 #include <linux/hash.h> 40 * hash_init - initialize a hash table 112 * hash entry
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udplite.c | 58 .hash = udp_lib_hash,
|
/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,
|
Completed in 10 milliseconds
1...<<919293949596979899100>>...182