Home
last modified time | relevance | path

Searched defs:hash (Results 151 - 175 of 1448) sorted by relevance

12345678910>>...58

/third_party/skia/third_party/externals/tint/src/utils/
H A Dhash.h50 void HashCombine(size_t* hash, const T& value) { in HashCombine() argument
57 void HashCombine(size_t* hash, const std::vector<T>& vector) { in HashCombine() argument
66 HashCombine(size_t* hash, const T& value, const ARGS&... args) HashCombine() argument
75 size_t hash = 102931; // seed with an arbitrary prime Hash() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dslide_hash_neon.h11 inline static void ZLIB_INTERNAL neon_slide_hash_update(Posf *hash, in neon_slide_hash_update() argument
[all...]
/third_party/spirv-tools/source/fuzz/
H A Ddata_descriptor.cpp34 std::u32string hash; in operator ()() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dhash.h50 struct hash : public std::hash<Key> {}; struct
53 struct hash<const Key*> { struct
62 struct hash<const char*> { struct
73 struct hash<bool> { struct
80 struct hash<std::string> { struct
93 struct hash<std::pair<First, Second> > { struct
[all...]
/third_party/rust/crates/memchr/src/memmem/
H A Drabinkarp.rs55 let mut hash = Hash::from_bytes_fwd(&haystack[..needle.len()]); variables
85 let mut hash = variables
165 let mut hash = Hash::new(); global() variables
174 let mut hash = Hash::new(); from_bytes_rev() variables
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set.cc46 bool ShouldInsertBackwards(size_t hash, const ctrl_t* ctrl) { in ShouldInsertBackwards() argument
/third_party/skia/modules/skparagraph/src/
H A DFontArguments.cpp18 size_t hash = 0; in operator ()() local
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs132 let mut hash: *const u32 = null(); in init_from_sysinfo_ehdr() variables
[all...]
/third_party/rust/crates/syn/codegen/src/
H A Dhash.rs139 fn hash<H>(&self, #hasher: &mut H) in expand_impl() functions
/third_party/rust/crates/nom/examples/
H A Djson.rs132 fn hash<'a, E: ParseError<&'a str> + ContextError<&'a str>>( in hash() functions
/third_party/rust/crates/syn/src/
H A Dcustom_keyword.rs248 fn hash<__H: $crate::__private::Hasher>(&self, _state: &mut __H) {} in hash() functions
H A Dtt.rs49 fn hash<H: Hasher>(&self, h: &mut H) { in hash() functions
100 fn hash<H: Hasher>(&self, state: &mut H) { hash() functions
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-prf.c35 u8 hash[SHA1_MAC_LEN]; in sha1_prf() local
H A Dsha1-tprf.c34 u8 hash[SHA1_MAC_LEN]; in sha1_t_prf() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_psk_common.c37 u8 hash[aes_block_size]; in eap_psk_derive_keys() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Duuid.c78 u8 hash[SHA256_MAC_LEN]; in uuid_random() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSha1.hpp39 Sha1 (const deSha1& hash) : m_hash(hash) {} in Sha1() argument
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolHash.c40 deTestHash* hash = deTestHash_create(pool); in dePoolHash_selfTest() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-prf.c35 u8 hash[SHA1_MAC_LEN]; in sha1_prf() local
H A Dsha1-tprf.c34 u8 hash[SHA1_MAC_LEN]; in sha1_t_prf() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_psk_common.c37 u8 hash[aes_block_size]; in eap_psk_derive_keys() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Duuid.c78 u8 hash[SHA256_MAC_LEN]; in uuid_random() local
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Dmod.rs341 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
394 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
437 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs341 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
394 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
437 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dc_string.h98 struct hash<panda::ecmascript::CString> { struct

Completed in 8 milliseconds

12345678910>>...58