Home
last modified time | relevance | path

Searched refs:hash (Results 1201 - 1225 of 2239) sorted by relevance

1...<<41424344454647484950>>...90

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsmpdtfmt.h1631 int32_t hash; member
1634 NSOverride() : snf(nullptr), hash(0), next(nullptr) { in NSOverride()
/third_party/node/deps/v8/src/handles/
H A Dhandles.h169 struct hash { struct in v8::internal::final
171 return base::hash<Address>()(handle.address()); in operator ()()
/third_party/node/deps/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c149 OPENSSL_LH_HASHFUNC hash, OPENSSL_LH_COMPFUNC cmp) in TXT_DB_create_index()
160 if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) { in TXT_DB_create_index()
148 TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), OPENSSL_LH_HASHFUNC hash, OPENSSL_LH_COMPFUNC cmp) TXT_DB_create_index() argument
/third_party/rust/crates/cxx/macro/src/
H A Dderive.rs20 Trait::Hash => traits.push(quote_spanned!(span=> ::cxx::core::hash::Hash)), in expand_struct()
64 Trait::Hash => traits.push(quote_spanned!(span=> ::cxx::core::hash::Hash)), in expand_enum()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DLiteralByteStringTest.java281 int hash = stringUnderTest.hashCode(); in testHashCode()
282 assertEquals(classUnderTest + " must have expected hashCode", expectedHashCode, hash); in testHashCode()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h82 template <class K, class D, class H = std::hash<K>, class CMP = std::equal_to<K>>
247 struct hash<sh::TString> struct
/third_party/skia/src/core/
H A DSkColorSpace.cpp396 if (x->hash() == y->hash()) { in Equals()
H A DSkColorSpaceXformSteps.cpp29 if (src->hash() == dst->hash() && srcAT == dstAT) { in SkColorSpaceXformSteps()
/third_party/openssl/crypto/txt_db/
H A Dtxt_db.c149 OPENSSL_LH_HASHFUNC hash, OPENSSL_LH_COMPFUNC cmp) in TXT_DB_create_index()
160 if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) { in TXT_DB_create_index()
148 TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), OPENSSL_LH_HASHFUNC hash, OPENSSL_LH_COMPFUNC cmp) TXT_DB_create_index() argument
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1619 int32_t hash; member
1622 NSOverride() : snf(NULL), hash(0), next(NULL) { in NSOverride()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-vector.hh128 uint32_t hash () const { return as_array ().hash (); } in hash() function
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_common_fuzzer.cc33 #include "src/utils/hash.h"
126 size_t hash = utils::Hash(content); in Run()
127 auto filename = "fuzzer_input_" + std::to_string(hash) + extension; // in Run()
/third_party/python/Objects/
H A Dunionobject.c46 Py_hash_t hash = PyObject_Hash(args); in union_hash() local
48 return hash; in union_hash()
/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc61 #include <google/protobuf/stubs/hash.h>
174 #define STR_HASH_FXN hash<const char*>
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h151 #include <google/protobuf/stubs/hash.h>
476 template<> struct hash<StringPiece> {
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm303 my $fi_varhash = _param('hash', %fi_a);
540 my $hash = $Text::Template::{ $s . "::" };
542 foreach my $key (keys %$hash) {
543 undef $hash->{$key};
546 %$hash = ();
565 for my $hash (@$hashlist) {
566 for my $name (keys %$hash) {
567 my $val = $hash->{$name};
638 $hash = { recipient => 'Abed-Nego',
643 $text = $template->fill_in(HASH => $hash,
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm303 my $fi_varhash = _param('hash', %fi_a);
540 my $hash = $Text::Template::{ $s . "::" };
542 foreach my $key (keys %$hash) {
543 undef $hash->{$key};
546 %$hash = ();
565 for my $hash (@$hashlist) {
566 for my $name (keys %$hash) {
567 my $val = $hash->{$name};
638 $hash = { recipient => 'Abed-Nego',
643 $text = $template->fill_in(HASH => $hash,
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1398 // NOTE: check other hash functions, also i guess verify (strcmp) on collision would be prudent.
1399 const uint64_t hash = FNV1aHash(source.data(), source.size());
1400 PLUGIN_ASSERT(hash != 0);
1402 if (t.hash == hash) {
1410 entry.hash = hash;
1443 if ((t.hashVert != vEntry.hash) || (t.hashFrag != fEntry.hash) || (t.hashComp != cEntry.hash)) {
[all...]
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_database_utils.cpp476 if (faceInfo.hash.empty() || fileInfoMap.count(faceInfo.hash) == 0) { in SetLandmarks()
477 MEDIA_ERR_LOG("Set landmarks for face %{public}s failed, no such file hash", faceInfo.faceId.c_str()); in SetLandmarks()
480 FileInfo fileInfo = fileInfoMap.at(faceInfo.hash); in SetLandmarks()
517 if (faceInfo.hash.empty() || fileInfoMap.count(faceInfo.hash) == 0) { in SetFileIdNew()
518 MEDIA_ERR_LOG("Set new file_id for face %{public}s failed, no such file hash", faceInfo.faceId.c_str()); in SetFileIdNew()
521 faceInfo.fileIdNew = fileInfoMap.at(faceInfo.hash).fileIdNew; in SetFileIdNew()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js482 u.writeString(d3.hash);
508 u.writeString(t1.hash);
576 hash: t.readString(),
594 hash: t.readString(),
648 hash: t.readString()
669 u.writeString(q3[f2].value.hash);
/third_party/ffmpeg/libavcodec/
H A Dadpcmenc.c364 uint8_t *hash = s->trellis_hash; in adpcm_compress_trellis() local
365 memset(hash, 0xff, 65536 * sizeof(*hash)); in adpcm_compress_trellis()
438 h = &hash[(uint16_t) dec_sample];\ in adpcm_compress_trellis()
516 memset(hash, 0xff, 65536 * sizeof(*hash)); in adpcm_compress_trellis()
/third_party/mbedtls/library/
H A Dssl_misc.h356 #define MBEDTLS_SSL_TLS12_SIG_AND_HASH_ALG(sig, hash) ((hash << 8) | sig)
1290 * \brief Find the preferred hash for a given signature algorithm.
1296 * \return The preferred hash algorithm for \p sig_alg. It is a hash algorithm
1572 mbedtls_md_type_t mbedtls_ssl_md_alg_from_hash(unsigned char hash);
1754 /* The hash buffer must have at least MBEDTLS_MD_MAX_SIZE bytes of length. */
1757 unsigned char *hash, size_t *hashlen,
2516 /* High byte is hash */ in mbedtls_ssl_tls12_sig_alg_is_supported()
2517 unsigned char hash in mbedtls_ssl_tls12_sig_alg_is_supported() local
[all...]
/third_party/nghttp2/src/
H A Dshrpx_client_handler.cc736 // Computes 32bits hash for session affinity for IP address |ip|.
868 uint32_t hash; in get_downstream_addr() local
875 hash = affinity_hash_; in get_downstream_addr()
884 hash = get_affinity_cookie(downstream, shared_addr->affinity.cookie.name); in get_downstream_addr()
893 std::begin(affinity_hash), std::end(affinity_hash), hash, in get_downstream_addr()
894 [](const AffinityHash &lhs, uint32_t rhs) { return lhs.hash < rhs; }); in get_downstream_addr()
988 [](const AffinityHash &lhs, uint32_t rhs) { return lhs.hash < rhs; }); in get_downstream_addr_strict_affinity()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_mbuf.rs161 ///< hash information
162 pub hash: rte_mbuf__bindgen_ty_3,
452 ///< RSS hash result if RSS enabled
477 pub hash: u16,
489 assert_eq ! (unsafe { :: std :: ptr :: addr_of ! ((* ptr) . hash) as usize - ptr as usize } , 0usize , concat ! ("Offset of field: " , stringify ! (rte_mbuf__bindgen_ty_3__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1) , "::" , stringify ! (hash))); in bindgen_test_layout_rte_mbuf__bindgen_ty_3__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1()
1102 unsafe { ::std::ptr::addr_of!((*ptr).hash) as usize - ptr as usize }, in bindgen_test_layout_rte_mbuf()
1108 stringify!(hash) in bindgen_test_layout_rte_mbuf()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.cpp39 uint32_t hash = 0; in computeHash() local
43 hash ^= state[i]; in computeHash()
46 return hash; in computeHash()
51 if(hash != state.hash) in operator ==()
1189 state.hash = state.computeHash(); in update()

Completed in 31 milliseconds

1...<<41424344454647484950>>...90