Home
last modified time | relevance | path

Searched refs:hash (Results 4176 - 4200 of 4421) sorted by relevance

1...<<161162163164165166167168169170>>...177

/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c2569 u16 hash; in wlc_lcnphy_tx_iqlo_cal() local
2662 hash = (target_gains->gm_gain << 8) | in wlc_lcnphy_tx_iqlo_cal()
2670 if (hash == tbl_iqcal_gainparams_lcnphy[band_idx][j][0]) { in wlc_lcnphy_tx_iqlo_cal()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1620 std::unordered_set<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>> keys; in AddExportWrapperUnits()
2094 // Running hash of the wire bytes up to code section size, but excluding the
3847 WrapperQueue<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>>;
3851 base::hash<JSToWasmWrapperKey>>;
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs131 impl<T> ::core::hash::Hash for __BindgenUnionField<T> { in fmt()
132 fn hash<H: ::core::hash::Hasher>(&self, _state: &mut H) {} in fmt() functions
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs131 impl<T> ::core::hash::Hash for __BindgenUnionField<T> { in fmt()
132 fn hash<H: ::core::hash::Hasher>(&self, _state: &mut H) {} in fmt() functions
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs131 impl<T> ::core::hash::Hash for __BindgenUnionField<T> { in fmt()
132 fn hash<H: ::core::hash::Hasher>(&self, _state: &mut H) {} in fmt() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c539 u8 hash[SHA256_MAC_LEN]; in sae_token_hash() local
542 addr, ETH_ALEN, hash); in sae_token_hash()
543 return hash[0]; in sae_token_hash()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2014 auto hash = engineShaderManager.HashGraphicsState(state); in SetGraphicsState() local
2016 if (hash != engineShaderManager.HashGraphicsState(currentState)) { in SetGraphicsState()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c959 hlist_for_each_entry_rcu(fltr, head, hash) { in bnxt_grxclsrlall()
988 hlist_for_each_entry_rcu(fltr, head, hash) { in bnxt_grxclsrule()
/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c78 u32 hash = destroy_obj_hashfn(tp); in tcf_proto_exists_destroying() local
84 destroy_ht_node, hash) { in tcf_proto_exists_destroying()
/kernel/linux/linux-5.10/fs/f2fs/
H A Df2fs.h26 #include <crypto/hash.h>
475 f2fs_hash_t hash; member
726 f2fs_hash_t chash; /* hash value of given file name */
2633 #define F2FS_INDEX_FL 0x00001000 /* hash-indexed directory */
3286 * hash.c
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1006 hlist_for_each_entry_rcu(fltr, head, hash) { in bnxt_grxclsrlall()
1035 hlist_for_each_entry_rcu(fltr, head, hash) { in bnxt_grxclsrule()
/kernel/linux/linux-6.6/block/
H A Dblk-mq.c322 INIT_HLIST_NODE(&rq->hash); in blk_rq_init()
395 INIT_HLIST_NODE(&rq->hash); in blk_mq_rq_ctx_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_ipv4.c23 * David S. Miller : Change semantics of established hash,
82 #include <crypto/hash.h>
282 * lock select source port, enter ourselves into the hash tables and in tcp_v4_connect()
751 * Incoming packet is checked with md5 hash with finding key, in tcp_v4_send_reset()
752 * no RST generated if md5 hash doesn't match. in tcp_v4_send_reset()
2439 * If st->bucket is zero, the very first socket in the hash is returned.
3127 .hash = inet_hash,
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c200 u32 hash = destroy_obj_hashfn(tp); in tcf_proto_exists_destroying() local
206 destroy_ht_node, hash) { in tcf_proto_exists_destroying()
/third_party/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1429 if ( curr->hash == nsNameHash ) { in processOverrideString()
1444 cur->hash = nsNameHash; in processOverrideString()
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp41 template <> struct hash<aco::Temp> { struct
46 return std::hash<uint32_t>{}(v);
/third_party/nghttp2/src/
H A Dshrpx_config.cc4380 // which is usually backend address. The each hash is associated to
4382 // address are calculated, sort it in ascending order of hash. To
4383 // choose the index, compute 32-bit hash based on client IP address,
4619 return lhs.hash < rhs.hash; in configure_downstream_group()
/third_party/node/deps/icu-small/source/i18n/
H A Dsmpdtfmt.cpp1393 if ( curr->hash == nsNameHash ) { in processOverrideString()
1408 cur->hash = nsNameHash; in processOverrideString()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp401 return std::hash<Instruction*>()(val.first) * 31 + in operator ()()
402 std::hash<BasicBlock*>()(val.second); in operator ()()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c792 int hash = val & (MAX_VAL_HASH-1); in value_pseudo() local
793 struct pseudo_list **list = prev + hash; in value_pseudo()
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c3702 *(int *)parg = s->s3.tmp.peer_sigalg->hash; in ssl3_ctrl()
3708 *(int *)parg = s->s3.tmp.sigalg->hash; in ssl3_ctrl()
4225 * TLSv1.3 then the default hash for a PSK is SHA-256 (as per the in ssl3_choose_cipher()
/third_party/libcoap/src/
H A Dcoap_openssl.c3627 * determine which hash type to use for creating the required hash object.
3650 coap_log_debug("get_hash_alg: COSE hash %d not supported\n", alg); in get_hash_alg()
3657 coap_bin_const_t **hash) { in coap_crypto_hash()
3685 *hash = (coap_bin_const_t *)(dummy); in coap_crypto_hash()
3655 coap_crypto_hash(cose_alg_t alg, const coap_bin_const_t *data, coap_bin_const_t **hash) coap_crypto_hash() argument
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py2351 self.assertEqual(hash(h), hash(when))
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp1011 return std::hash<decltype(l.location)>()(l.location) ^ std::hash<decltype(l.scope)>()(l.scope);
/third_party/openssl/ssl/
H A Ds3_lib.c3702 *(int *)parg = s->s3.tmp.peer_sigalg->hash; in ssl3_ctrl()
3708 *(int *)parg = s->s3.tmp.sigalg->hash; in ssl3_ctrl()
4225 * TLSv1.3 then the default hash for a PSK is SHA-256 (as per the in ssl3_choose_cipher()

Completed in 135 milliseconds

1...<<161162163164165166167168169170>>...177