Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 25 of 946) sorted by relevance

12345678910>>...38

/aosp_15_r20/prebuilts/go/linux-x86/src/hash/maphash/
Dmaphash.go97 type Hash struct { struct
98 _ [0]func() // not comparable
99 seed Seed // initial seed used for this hash
100 state Seed // current hash of all flushed bytes
101 buf [bufSize]byte // unflushed byte buffer
102 n int // number of unflushed bytes
116 func (h *Hash) initSeed() {
126 func (h *Hash) WriteByte(b byte) error {
137 func (h *Hash) Write(b []byte) (int, error) {
169 func (h *Hash) WriteString(s string) (int, error) {
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dhash.h67 hash_t Hash(const T& value) { in Hash() function
76 static inline hash_t Hash(const c10::ScalarType& value) { in Hash() function
80 static inline hash_t Hash(const c10::MemoryFormat& value) { in Hash() function
84 static inline hash_t Hash(const c10::DeviceType& value) { in Hash() function
88 static inline hash_t Hash(const c10::Device& value) { in Hash() function
92 static inline hash_t Hash(const c10::Layout& value) { in Hash() function
96 static inline hash_t Hash(const c10::Scalar& value) { in Hash() function
151 static inline hash_t Hash(const std::string& value) { in Hash() function
155 static inline hash_t Hash(const c10::string_view& value) { in Hash() function
159 static inline hash_t Hash(const std::string_view& value) { in Hash() function
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.map/
H A Dswap_member.pass.cpp32 typedef test_hash<std::hash<int> > Hash; in main() typedef
60 typedef test_hash<std::hash<int> > Hash; in main() typedef
108 typedef test_hash<std::hash<int> > Hash; in main() typedef
150 typedef test_hash<std::hash<int> > Hash; in main() typedef
212 typedef test_hash<std::hash<int> > Hash; in main() typedef
240 typedef test_hash<std::hash<int> > Hash; in main() typedef
288 typedef test_hash<std::hash<int> > Hash; in main() typedef
330 typedef test_hash<std::hash<int> > Hash; in main() typedef
392 typedef test_hash<std::hash<int> > Hash; in main() typedef
420 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
H A Dswap_non_member.pass.cpp31 typedef test_hash<std::hash<int> > Hash; in main() typedef
59 typedef test_hash<std::hash<int> > Hash; in main() typedef
107 typedef test_hash<std::hash<int> > Hash; in main() typedef
149 typedef test_hash<std::hash<int> > Hash; in main() typedef
211 typedef test_hash<std::hash<int> > Hash; in main() typedef
239 typedef test_hash<std::hash<int> > Hash; in main() typedef
287 typedef test_hash<std::hash<int> > Hash; in main() typedef
329 typedef test_hash<std::hash<int> > Hash; in main() typedef
391 typedef test_hash<std::hash<int> > Hash; in main() typedef
419 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.multiset/
H A Dswap_member.pass.cpp31 typedef test_hash<std::hash<int> > Hash; in main() typedef
59 typedef test_hash<std::hash<int> > Hash; in main() typedef
107 typedef test_hash<std::hash<int> > Hash; in main() typedef
149 typedef test_hash<std::hash<int> > Hash; in main() typedef
211 typedef test_hash<std::hash<int> > Hash; in main() typedef
239 typedef test_hash<std::hash<int> > Hash; in main() typedef
287 typedef test_hash<std::hash<int> > Hash; in main() typedef
329 typedef test_hash<std::hash<int> > Hash; in main() typedef
391 typedef test_hash<std::hash<int> > Hash; in main() typedef
419 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_non_member.pass.cpp31 typedef test_hash<std::hash<int> > Hash; in main() typedef
59 typedef test_hash<std::hash<int> > Hash; in main() typedef
107 typedef test_hash<std::hash<int> > Hash; in main() typedef
149 typedef test_hash<std::hash<int> > Hash; in main() typedef
211 typedef test_hash<std::hash<int> > Hash; in main() typedef
239 typedef test_hash<std::hash<int> > Hash; in main() typedef
287 typedef test_hash<std::hash<int> > Hash; in main() typedef
329 typedef test_hash<std::hash<int> > Hash; in main() typedef
391 typedef test_hash<std::hash<int> > Hash; in main() typedef
419 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_non_member.pass.cpp32 typedef test_hash<std::hash<int> > Hash; in main() typedef
60 typedef test_hash<std::hash<int> > Hash; in main() typedef
108 typedef test_hash<std::hash<int> > Hash; in main() typedef
152 typedef test_hash<std::hash<int> > Hash; in main() typedef
216 typedef test_hash<std::hash<int> > Hash; in main() typedef
244 typedef test_hash<std::hash<int> > Hash; in main() typedef
292 typedef test_hash<std::hash<int> > Hash; in main() typedef
336 typedef test_hash<std::hash<int> > Hash; in main() typedef
400 typedef test_hash<std::hash<int> > Hash; in main() typedef
428 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_non_member.pass.cpp32 typedef test_hash<std::hash<int> > Hash; in main() typedef
60 typedef test_hash<std::hash<int> > Hash; in main() typedef
108 typedef test_hash<std::hash<int> > Hash; in main() typedef
150 typedef test_hash<std::hash<int> > Hash; in main() typedef
212 typedef test_hash<std::hash<int> > Hash; in main() typedef
240 typedef test_hash<std::hash<int> > Hash; in main() typedef
288 typedef test_hash<std::hash<int> > Hash; in main() typedef
330 typedef test_hash<std::hash<int> > Hash; in main() typedef
392 typedef test_hash<std::hash<int> > Hash; in main() typedef
420 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.set/
H A Dswap_member.pass.cpp31 typedef test_hash<std::hash<int> > Hash; in main() typedef
59 typedef test_hash<std::hash<int> > Hash; in main() typedef
107 typedef test_hash<std::hash<int> > Hash; in main() typedef
149 typedef test_hash<std::hash<int> > Hash; in main() typedef
211 typedef test_hash<std::hash<int> > Hash; in main() typedef
239 typedef test_hash<std::hash<int> > Hash; in main() typedef
287 typedef test_hash<std::hash<int> > Hash; in main() typedef
329 typedef test_hash<std::hash<int> > Hash; in main() typedef
391 typedef test_hash<std::hash<int> > Hash; in main() typedef
419 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multiset/
H A Dswap_member.pass.cpp30 typedef test_hash<int> Hash; in main() typedef
58 typedef test_hash<int> Hash; in main() typedef
106 typedef test_hash<int> Hash; in main() typedef
148 typedef test_hash<int> Hash; in main() typedef
210 typedef test_hash<int> Hash; in main() typedef
238 typedef test_hash<int> Hash; in main() typedef
286 typedef test_hash<int> Hash; in main() typedef
328 typedef test_hash<int> Hash; in main() typedef
390 typedef test_hash<int> Hash; in main() typedef
418 typedef test_hash<int> Hash; in main() typedef
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.set/
H A Dswap_member.pass.cpp30 typedef test_hash<int> Hash; in main() typedef
58 typedef test_hash<int> Hash; in main() typedef
106 typedef test_hash<int> Hash; in main() typedef
148 typedef test_hash<int> Hash; in main() typedef
210 typedef test_hash<int> Hash; in main() typedef
238 typedef test_hash<int> Hash; in main() typedef
286 typedef test_hash<int> Hash; in main() typedef
328 typedef test_hash<int> Hash; in main() typedef
390 typedef test_hash<int> Hash; in main() typedef
418 typedef test_hash<int> Hash; in main() typedef
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.set/unord.set.swap/
H A Dswap_non_member.pass.cpp30 typedef test_hash<int> Hash; in main() typedef
58 typedef test_hash<int> Hash; in main() typedef
108 typedef test_hash<int> Hash; in main() typedef
152 typedef test_hash<int> Hash; in main() typedef
218 typedef test_hash<int> Hash; in main() typedef
246 typedef test_hash<int> Hash; in main() typedef
294 typedef test_hash<int> Hash; in main() typedef
336 typedef test_hash<int> Hash; in main() typedef
398 typedef test_hash<int> Hash; in main() typedef
426 typedef test_hash<int> Hash; in main() typedef
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_non_member.pass.cpp30 typedef test_hash<int> Hash; in main() typedef
58 typedef test_hash<int> Hash; in main() typedef
108 typedef test_hash<int> Hash; in main() typedef
152 typedef test_hash<int> Hash; in main() typedef
218 typedef test_hash<int> Hash; in main() typedef
246 typedef test_hash<int> Hash; in main() typedef
294 typedef test_hash<int> Hash; in main() typedef
336 typedef test_hash<int> Hash; in main() typedef
398 typedef test_hash<int> Hash; in main() typedef
426 typedef test_hash<int> Hash; in main() typedef
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.map/
H A Dswap_member.pass.cpp32 typedef test_hash<int> Hash; in main() typedef
60 typedef test_hash<int> Hash; in main() typedef
108 typedef test_hash<int> Hash; in main() typedef
150 typedef test_hash<int> Hash; in main() typedef
212 typedef test_hash<int> Hash; in main() typedef
240 typedef test_hash<int> Hash; in main() typedef
288 typedef test_hash<int> Hash; in main() typedef
330 typedef test_hash<int> Hash; in main() typedef
392 typedef test_hash<int> Hash; in main() typedef
420 typedef test_hash<int> Hash; in main() typedef
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_non_member.pass.cpp31 typedef test_hash<int> Hash; in main() typedef
59 typedef test_hash<int> Hash; in main() typedef
109 typedef test_hash<int> Hash; in main() typedef
153 typedef test_hash<int> Hash; in main() typedef
219 typedef test_hash<int> Hash; in main() typedef
247 typedef test_hash<int> Hash; in main() typedef
295 typedef test_hash<int> Hash; in main() typedef
337 typedef test_hash<int> Hash; in main() typedef
399 typedef test_hash<int> Hash; in main() typedef
427 typedef test_hash<int> Hash; in main() typedef
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_non_member.pass.cpp34 typedef test_hash<int> Hash; in main() typedef
62 typedef test_hash<int> Hash; in main() typedef
112 typedef test_hash<int> Hash; in main() typedef
161 typedef test_hash<int> Hash; in main() typedef
232 typedef test_hash<int> Hash; in main() typedef
260 typedef test_hash<int> Hash; in main() typedef
308 typedef test_hash<int> Hash; in main() typedef
355 typedef test_hash<int> Hash; in main() typedef
422 typedef test_hash<int> Hash; in main() typedef
450 typedef test_hash<int> Hash; in main() typedef
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/
H A Dswap_member.pass.cpp34 typedef test_hash<int> Hash; in main() typedef
62 typedef test_hash<int> Hash; in main() typedef
110 typedef test_hash<int> Hash; in main() typedef
166 typedef test_hash<int> Hash; in main() typedef
242 typedef test_hash<int> Hash; in main() typedef
270 typedef test_hash<int> Hash; in main() typedef
318 typedef test_hash<int> Hash; in main() typedef
374 typedef test_hash<int> Hash; in main() typedef
450 typedef test_hash<int> Hash; in main() typedef
478 typedef test_hash<int> Hash; in main() typedef
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.multimap/
H A Dswap_member.pass.cpp34 typedef test_hash<std::hash<int> > Hash; in main() typedef
62 typedef test_hash<std::hash<int> > Hash; in main() typedef
110 typedef test_hash<std::hash<int> > Hash; in main() typedef
166 typedef test_hash<std::hash<int> > Hash; in main() typedef
242 typedef test_hash<std::hash<int> > Hash; in main() typedef
270 typedef test_hash<std::hash<int> > Hash; in main() typedef
318 typedef test_hash<std::hash<int> > Hash; in main() typedef
374 typedef test_hash<std::hash<int> > Hash; in main() typedef
450 typedef test_hash<std::hash<int> > Hash; in main() typedef
478 typedef test_hash<std::hash<int> > Hash; in main() typedef
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/tlog/
Dtlog.go22 type Hash [HashSize]byte type
95 func NodeHash(left, right Hash) Hash {
188 func StoredHashesForRecordHash(n int64, h Hash, r HashReader) ([]Hash, error) {
290 func subTreeHash(lo, hi int64, hashes []Hash) (Hash, []Hash) {
370 func leafProof(lo, hi, n int64, hashes []Hash) (RecordProof, []Hash) {
402 func CheckRecord(p RecordProof, t int64, th Hash, n int64, h Hash) error {
419 func runRecordProof(p RecordProof, lo, hi, n int64, leafHash Hash) (Hash, error) {
513 func treeProof(lo, hi, n int64, hashes []Hash) (TreeProof, []Hash) {
548 func CheckTree(p TreeProof, t int64, th Hash, n int64, h Hash) error {
566 func runTreeProof(p TreeProof, lo, hi, n int64, old Hash) (Hash, Hash, error) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStableHashing.h36 inline void stable_hash_append(stable_hash &Hash, const char Value) { in stable_hash_append()
41 inline void stable_hash_append(stable_hash &Hash, stable_hash Value) { in stable_hash_append()
52 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
60 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
69 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
86 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_range() local
93 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_array() local
104 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_string() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DStableHashing.h36 inline void stable_hash_append(stable_hash &Hash, const char Value) { in stable_hash_append()
41 inline void stable_hash_append(stable_hash &Hash, stable_hash Value) { in stable_hash_append()
52 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
60 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
69 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
86 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_range() local
93 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_array() local
104 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_string() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DStableHashing.h36 inline void stable_hash_append(stable_hash &Hash, const char Value) { in stable_hash_append()
41 inline void stable_hash_append(stable_hash &Hash, stable_hash Value) { in stable_hash_append()
52 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
60 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
69 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
86 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_range() local
93 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_array() local
104 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_string() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DStableHashing.h36 inline void stable_hash_append(stable_hash &Hash, const char Value) { in stable_hash_append()
41 inline void stable_hash_append(stable_hash &Hash, stable_hash Value) { in stable_hash_append()
52 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
60 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
69 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
86 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_range() local
93 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_array() local
104 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_string() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DStableHashing.h36 inline void stable_hash_append(stable_hash &Hash, const char Value) { in stable_hash_append()
41 inline void stable_hash_append(stable_hash &Hash, stable_hash Value) { in stable_hash_append()
52 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
60 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
69 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine() local
86 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_range() local
93 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_array() local
104 stable_hash Hash = hashing::detail::FNV_OFFSET_64; in stable_hash_combine_string() local
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.h127 struct Hash { struct
128 size_t operator()(const AnnotatedFrameId& id) const { in operator()
156 struct Hash { struct
157 size_t operator()(const Location& loc) const { in operator()
183 struct Hash { struct
184 size_t operator()(const MappingKey& mapping) const { in operator()
240 struct Hash { struct
241 size_t operator()(const Function& func) const { in operator()
352 struct Hash { struct
368 MaybeAnnotatedCallsiteId::Hash>

12345678910>>...38