Home
last modified time | relevance | path

Searched defs:hash (Results 76 - 100 of 2354) sorted by relevance

12345678910>>...95

/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMath.cpp19 inline uint64_t FNV_1a(uint64_t hash, unsigned char data) in FNV_1a() argument
26 int64_t hash = 0xCBF29CE484222325; in FNV_1a() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMath.cpp19 inline uint64_t FNV_1a(uint64_t hash, unsigned char data) in FNV_1a() argument
26 int64_t hash = 0xCBF29CE484222325; in FNV_1a() local
/third_party/skia/tests/
H A DChecksumTest.cpp26 const uint32_t hash = SkOpts::hash(data, kBytes); in DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set_test.cc194 auto hash = [&](EnumSet<E> s) { return std::hash<EnumSet<E>>()(s); }; in TEST() local
/third_party/skia/modules/skparagraph/include/
H A DFontArguments.h46 template<> struct hash<skia::textlayout::FontArguments> { struct
/third_party/skia/include/private/
H A DSkSLString.h73 template<> struct hash<SkSL::String> { struct
/third_party/spirv-tools/source/util/
H A Dhash_combine.h35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() argument
42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() argument
45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine() argument
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeSha1.h33 deUint32 hash[5]; member
40 deUint32 hash[5]; member
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSha1.cpp31 deSha1 hash; in parse() local
41 deSha1 hash; in compute() local
59 deSha1 hash; in finalize() local
[all...]
/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...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Defuse_opt.c70 hi_u8 hash[SHA_256_LENGTH] = {0}; in efuse_cfg_verify() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Duid.h166 inline uint64_t hash(const Uid& value) in hash() function
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_directory.cpp34 uint64_t hash(const CORE_NS::IDirectory::Entry::Type& val) in hash() function
41 struct std::hash<CORE_NS::IDirectory::Entry> { struct in std
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dentity.h67 inline uint64_t hash(const CORE_NS::Entity& b) in hash() function
/foundation/resourceschedule/ffrt/benchmarks/base/
H A Dbase.cpp74 uint64_t hash = 14695981039346656037ULL; in BenchmarkNative() local
105 uint64_t hash = 14695981039346656037ULL; in BenchmarkFFRT() local
[all...]
/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Dlnn_ohos_account_mock.cpp40 int32_t SoftBusGenerateStrHash(const unsigned char *str, uint32_t len, unsigned char *hash) in SoftBusGenerateStrHash() argument
/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.h35 std::string hash; member
/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hiview.cpp64 std::string hash = HiView::GenTruncatedHash(input, HiView::ALGORITHM_SHA_256, HiView::DEFAULT_TRUNCATED_LENGTH); in SoftBusGenHiviewHash() local
/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_aes_encrypt_virtual.c19 SoftBusGenerateHmacHash( const EncryptKey *randomKey, const uint8_t *rootKey, uint32_t rootKeyLen, uint8_t *hash, uint32_t hashLen) SoftBusGenerateHmacHash() argument
/kernel/linux/linux-5.10/crypto/
H A Dsha256_generic.c65 crypto_sha256_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *hash) crypto_sha256_finup() argument
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c20 _nh_neon(const u32 *key, const u8 *message, size_t message_len, __le64 hash[NH_NUM_PASSES]) _nh_neon() argument
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c20 _nh_avx2(const u32 *key, const u8 *message, size_t message_len, __le64 hash[NH_NUM_PASSES]) _nh_avx2() argument
H A Dnhpoly1305-sse2-glue.c20 _nh_sse2(const u32 *key, const u8 *message, size_t message_len, __le64 hash[NH_NUM_PASSES]) _nh_sse2() argument
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c20 _nh_neon(const u32 *key, const u8 *message, size_t message_len, __le64 hash[NH_NUM_PASSES]) _nh_neon() argument

Completed in 9 milliseconds

12345678910>>...95