Home
last modified time | relevance | path

Searched refs:Hasher (Results 1 – 25 of 181) sorted by relevance

12345678

/third_party/rust/crates/syn/src/gen/
Dhash.rs7 use std::hash::{Hash, Hasher};
13 H: Hasher, in hash() argument
23 H: Hasher, in hash() argument
34 H: Hasher, in hash() argument
48 H: Hasher, in hash() argument
65 H: Hasher, in hash() argument
77 H: Hasher, in hash() argument
89 H: Hasher, in hash() argument
184 H: Hasher, in hash() argument
195 H: Hasher, in hash() argument
[all …]
/third_party/rust/crates/rust-openssl/openssl/src/
Dhash.rs234 pub struct Hasher { struct
241 unsafe impl Sync for Hasher {} argument
242 unsafe impl Send for Hasher {} implementation
244 impl Hasher { implementation
246 pub fn new(ty: MessageDigest) -> Result<Hasher, ErrorStack> { in new() argument
251 let mut h = Hasher { in new()
335 impl Write for Hasher { implementation
347 impl Clone for Hasher { implementation
348 fn clone(&self) -> Hasher { in clone() argument
356 Hasher { in clone()
[all …]
/third_party/rust/crates/cxx/syntax/
Dimpls.rs4 use std::hash::{Hash, Hasher};
43 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
105 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
139 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
178 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
218 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
256 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
294 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
366 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
432 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
Dinstantiate.rs3 use std::hash::{Hash, Hasher};
65 fn hash<H: Hasher>(&self, hasher: &mut H) { in hash()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DNameAnonGlobals.cpp39 MD5 Hasher; in get() local
44 Hasher.update(Name); in get()
50 Hasher.update(Name); in get()
55 Hasher.final(Hash); in get()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbackward_references_hq.h30 Hasher* hasher, int* dist_cache, size_t* last_insert_len,
37 Hasher* hasher, int* dist_cache, size_t* last_insert_len,
84 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes);
Dhash.h390 } Hasher; typedef
393 static BROTLI_INLINE void HasherInit(Hasher* hasher) { in HasherInit()
397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { in DestroyHasher()
402 static BROTLI_INLINE void HasherReset(Hasher* hasher) { in HasherReset()
420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, in HasherSetup()
466 MemoryManager* m, Hasher* hasher, const uint8_t* data, size_t mask, in InitOrStitchToPreviousBlock()
/third_party/node/deps/brotli/c/enc/
Dbackward_references_hq.h30 Hasher* hasher, int* dist_cache, size_t* last_insert_len,
37 Hasher* hasher, int* dist_cache, size_t* last_insert_len,
84 const int* dist_cache, Hasher* hasher, ZopfliNode* nodes);
Dhash.h390 } Hasher; typedef
393 static BROTLI_INLINE void HasherInit(Hasher* hasher) { in HasherInit()
397 static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { in DestroyHasher()
402 static BROTLI_INLINE void HasherReset(Hasher* hasher) { in HasherReset()
420 static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, in HasherSetup()
466 MemoryManager* m, Hasher* hasher, const uint8_t* data, size_t mask, in InitOrStitchToPreviousBlock()
/third_party/rust/crates/cxx/src/
Dhash.rs1 use core::hash::{Hash, Hasher};
11 Hasher::finish(&hasher) as usize in hash()
/third_party/rust/crates/libc/src/fuchsia/
Dno_align.rs71 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
96 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
121 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
Dalign.rs91 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
113 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
135 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
/third_party/rust/crates/libc/src/unix/haiku/
Dx86_64.rs97 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
130 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
155 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
213 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
256 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
/third_party/rust/crates/syn/src/
Dtt.rs2 use std::hash::{Hash, Hasher};
49 fn hash<H: Hasher>(&self, h: &mut H) { in hash()
100 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
Dlifetime.rs4 use std::hash::{Hash, Hasher};
110 fn hash<H: Hasher>(&self, h: &mut H) { in hash()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Daarch64.rs73 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
104 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
134 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
Driscv64.rs81 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
113 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
142 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp84 SHA1 Hasher; in computeLTOCacheKey() local
87 Hasher.update(LLVM_VERSION_STRING); in computeLTOCacheKey()
89 Hasher.update(LLVM_REVISION); in computeLTOCacheKey()
94 Hasher.update(Str); in computeLTOCacheKey()
95 Hasher.update(ArrayRef<uint8_t>{0}); in computeLTOCacheKey()
103 Hasher.update(ArrayRef<uint8_t>{Data, 4}); in computeLTOCacheKey()
115 Hasher.update(ArrayRef<uint8_t>{Data, 8}); in computeLTOCacheKey()
149 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
153 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey()
161 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash))); in computeLTOCacheKey()
[all …]
/third_party/flutter/skia/modules/skparagraph/include/
DFontCollection.h58 struct Hasher { struct
64 SkTHashMap<FamilyKey, sk_sp<SkTypeface>, FamilyKey::Hasher> fTypefaces;
/third_party/skia/modules/skparagraph/include/
DFontCollection.h62 struct Hasher { struct
68 SkTHashMap<FamilyKey, std::vector<sk_sp<SkTypeface>>, FamilyKey::Hasher> fTypefaces;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
Dmod.rs140 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
168 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
199 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
290 fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
/third_party/skia/third_party/externals/tint/src/transform/
Dremove_phonies.cc52 struct Hasher { struct
74 std::unordered_map<SinkSignature, Symbol, SinkSignature::Hasher> sinks; in Run()
Ddecompose_strided_matrix.cc53 struct Hasher { struct
165 std::unordered_map<MatrixInfo, Symbol, MatrixInfo::Hasher> mat_to_arr; in Run()
208 std::unordered_map<MatrixInfo, Symbol, MatrixInfo::Hasher> arr_to_mat; in Run()
Dnum_workgroups_from_uniform.cc44 struct Hasher { struct
73 std::unordered_set<Accessor, Accessor::Hasher> to_replace; in Run()
/third_party/rust/crates/rustc-hash/src/
Dlib.rs35 use core::hash::Hasher;
83 impl Hasher for FxHasher {

12345678