Home
last modified time | relevance | path

Searched refs:group (Results 1176 - 1200 of 4292) sorted by relevance

1...<<41424344454647484950>>...172

/third_party/skia/third_party/externals/tint/src/ast/
H A Dvariable.h35 /// VariableBindingPoint holds a group and binding decoration.
37 /// The `[[group]]` part of the binding point
38 const GroupDecoration* group = nullptr; member
42 /// @returns true if the BindingPoint has a valid group and binding
44 inline operator bool() const { return group && binding; } in operator bool()
/third_party/python/Objects/
H A Dtypeslots.py15 member = m.group(1)
33 res[int(m.group(2))] = member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c279 u64 core_mask = props->coherency_info.group[0].core_mask; in kbase_vinstr_dump_size()
677 size_t i, group_size, group; in patch_dump_buffer_hdr_v4() local
690 group = i * group_size; in patch_dump_buffer_hdr_v4()
692 memcpy(&dst[group + SC0_BASE], &src[group + SC0_BASE], NR_BYTES_PER_HDR); in patch_dump_buffer_hdr_v4()
693 memcpy(&dst[group + SC1_BASE], &src[group + SC1_BASE], NR_BYTES_PER_HDR); in patch_dump_buffer_hdr_v4()
694 memcpy(&dst[group + SC2_BASE], &src[group + SC2_BASE], NR_BYTES_PER_HDR); in patch_dump_buffer_hdr_v4()
695 memcpy(&dst[group in patch_dump_buffer_hdr_v4()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c307 u64 core_mask = props->coherency_info.group[0].core_mask; in kbase_vinstr_dump_size()
721 size_t i, group_size, group; in patch_dump_buffer_hdr_v4() local
736 group = i * group_size; in patch_dump_buffer_hdr_v4()
738 memcpy(&dst[group + SC0_BASE], &src[group + SC0_BASE], in patch_dump_buffer_hdr_v4()
740 memcpy(&dst[group + SC1_BASE], &src[group + SC1_BASE], in patch_dump_buffer_hdr_v4()
742 memcpy(&dst[group + SC2_BASE], &src[group + SC2_BASE], in patch_dump_buffer_hdr_v4()
744 memcpy(&dst[group in patch_dump_buffer_hdr_v4()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp83 void createBlockBasicTypeCases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument
85 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str())); in createBlockBasicTypeCases()
94 group.addChild(typeGroup.release()); in createBlockBasicTypeCases()
335 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName); in createRandomCaseGroup() local
336 parentGroup->addChild(group); in createRandomCaseGroup()
341 group->addChild(new RandomUniformBlockCase(testCtx, de::toString(ndx), bufferMode, features, (deUint32)ndx + baseSeed)); in createRandomCaseGroup()
890 & ~FEATURE_STD430_LAYOUT & ~FEATURE_SCALAR_LAYOUT & ~FEATURE_DESCRIPTOR_INDEXING; // OOO offsets handled in a dedicated case group in init()
900 tcu::TestCaseGroup* group = randomGroup; in init() local
903 group = new tcu::TestCaseGroup(m_testCtx, "16bit"); in init()
904 randomGroup->addChild(group); in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockTests.cpp83 void createBlockBasicTypeCases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument
85 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str(), "")); in createBlockBasicTypeCases()
94 group.addChild(typeGroup.release()); in createBlockBasicTypeCases()
335 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName, description); in createRandomCaseGroup() local
336 parentGroup->addChild(group); in createRandomCaseGroup()
341 group->addChild(new RandomUniformBlockCase(testCtx, de::toString(ndx), "", bufferMode, features, (deUint32)ndx + baseSeed)); in createRandomCaseGroup()
890 & ~FEATURE_STD430_LAYOUT & ~FEATURE_SCALAR_LAYOUT & ~FEATURE_DESCRIPTOR_INDEXING; // OOO offsets handled in a dedicated case group in init()
900 tcu::TestCaseGroup* group = randomGroup; in init() local
903 group = new tcu::TestCaseGroup(m_testCtx, "16bit", "16bit storage"); in init()
904 randomGroup->addChild(group); in init()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpasn_supplicant.c34 u16 group; member
112 ret = sae_set_group(&pasn->sae, pasn->group); in wpas_pasn_wd_sae_commit()
114 wpa_printf(MSG_DEBUG, "PASN: Failed to set SAE group"); in wpas_pasn_wd_sae_commit()
150 int groups[] = { pasn->group, 0 }; in wpas_pasn_wd_sae_rx()
275 struct wpa_ssid *ssid, int group) in wpas_pasn_sae_setup_pt()
278 int groups[2] = { group, 0 }; in wpas_pasn_sae_setup_pt()
738 wpa_pasn_add_parameter_ie(buf, pasn->group, wrapped_data, in wpas_pasn_build_auth_1()
811 wpa_pasn_add_parameter_ie(buf, pasn->group, wrapped_data, in wpas_pasn_build_auth_3()
875 pasn->group = 0; in wpas_pasn_reset()
1006 int akmp, int cipher, u16 group, in in wpas_pasn_start()
274 wpas_pasn_sae_setup_pt(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int group) wpas_pasn_sae_setup_pt() argument
1005 wpas_pasn_start(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u16 group, int freq, const u8 *beacon_rsne, u8 beacon_rsne_len, const u8 *beacon_rsnxe, u8 beacon_rsnxe_len, int network_id, struct wpabuf *comeback) wpas_pasn_start() argument
1239 wpas_pasn_auth_start(struct wpa_supplicant *wpa_s, const u8 *bssid, int akmp, int cipher, u16 group, int network_id, const u8 *comeback, size_t comeback_len) wpas_pasn_auth_start() argument
1329 u16 group = pasn->group; wpas_pasn_immediate_retry() local
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py124 username = username_match.group(1)
128 domain = domain_match.group(1)
786 return 2 * match.group(1) + '\\"'
824 return 2 * match.group(1) + '"' + match.group(2) + '"'
865 return (len(match.group(1)) / 2 * 4) * "\\" + '\\"'
2255 # Add the filter to the group.
2289 """Returns the group and element type of the source file.
2296 A pair of (group this file should be part of, the label of element)
2301 group
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py124 username = username_match.group(1)
128 domain = domain_match.group(1)
784 return 2 * match.group(1) + '\\"'
822 return 2 * match.group(1) + '"' + match.group(2) + '"'
863 return (len(match.group(1)) / 2 * 4) * "\\" + '\\"'
2247 # Add the filter to the group.
2281 """Returns the group and element type of the source file.
2288 A pair of (group this file should be part of, the label of element)
2293 group
[all...]
/third_party/python/Lib/test/
H A Dtest_argparse.py222 """Add all arguments under a single group in the parser"""
223 group = parser.add_argument_group('foo')
225 group.add_argument(*sig.args, **sig.kwargs)
228 """Add each argument in its own group to the parser"""
230 group = parser.add_argument_group('foo:%i' % i)
231 group.add_argument(*sig.args, **sig.kwargs)
2463 """Tests that order of group positionals matches construction order"""
2468 group = parser.add_argument_group('g')
2469 group.add_argument('bar')
2477 group
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/
H A Dpinctrl-imx1-core.c231 * first find the group of this node and check if we need create in imx1_dt_node_to_map()
236 dev_err(info->dev, "unable to find group for node %pOFn\n", in imx1_dt_node_to_map()
260 new_map[0].data.mux.group = np->name; in imx1_dt_node_to_map()
274 dev_dbg(pctldev->dev, "maps: function %s group %s num %d\n", in imx1_dt_node_to_map()
275 (*map)->data.mux.function, (*map)->data.mux.group, map_num); in imx1_dt_node_to_map()
296 unsigned group) in imx1_pmx_set()
305 * Configure the mux mode for each pin in the group for a specific in imx1_pmx_set()
308 pins = info->groups[group].pins; in imx1_pmx_set()
309 npins = info->groups[group].npins; in imx1_pmx_set()
313 dev_dbg(ipctl->dev, "enable function %s group in imx1_pmx_set()
295 imx1_pmx_set(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) imx1_pmx_set() argument
421 imx1_pinconf_group_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s, unsigned group) imx1_pinconf_group_dbg_show() argument
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/freescale/
H A Dpinctrl-imx1-core.c234 * first find the group of this node and check if we need create in imx1_dt_node_to_map()
239 dev_err(info->dev, "unable to find group for node %pOFn\n", in imx1_dt_node_to_map()
263 new_map[0].data.mux.group = np->name; in imx1_dt_node_to_map()
277 dev_dbg(pctldev->dev, "maps: function %s group %s num %d\n", in imx1_dt_node_to_map()
278 (*map)->data.mux.function, (*map)->data.mux.group, map_num); in imx1_dt_node_to_map()
299 unsigned group) in imx1_pmx_set()
308 * Configure the mux mode for each pin in the group for a specific in imx1_pmx_set()
311 pins = info->groups[group].pins; in imx1_pmx_set()
312 npins = info->groups[group].npins; in imx1_pmx_set()
316 dev_dbg(ipctl->dev, "enable function %s group in imx1_pmx_set()
298 imx1_pmx_set(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) imx1_pmx_set() argument
424 imx1_pinconf_group_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s, unsigned group) imx1_pinconf_group_dbg_show() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py291 version_num = int(ktap_match.group(1))
294 version_num = int(tap_match.group(1))
321 test.name = match.group(1)
348 expected_count = int(match.group(1))
379 name = match.group(4)
416 test.name = skip_match.group(4)
418 test.name = match.group(4)
421 num = int(match.group(2))
426 status = match.group(1)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsVoteTests.cpp514 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "vote", "Subgroup vote category tests")); in createSubgroupsVoteTests()
733 group->addChild(graphicGroup.release()); in createSubgroupsVoteTests()
734 group->addChild(computeGroup.release()); in createSubgroupsVoteTests()
735 group->addChild(framebufferGroup.release()); in createSubgroupsVoteTests()
736 group->addChild(fragHelperGroup.release()); in createSubgroupsVoteTests()
738 group->addChild(raytracingGroup.release()); in createSubgroupsVoteTests()
739 group->addChild(meshGroup.release()); in createSubgroupsVoteTests()
743 group->addChild(groupARB.release()); in createSubgroupsVoteTests()
745 return group.release(); in createSubgroupsVoteTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsVoteTests.cpp514 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "vote", "Subgroup vote category tests")); in createSubgroupsVoteTests()
733 group->addChild(graphicGroup.release()); in createSubgroupsVoteTests()
734 group->addChild(computeGroup.release()); in createSubgroupsVoteTests()
735 group->addChild(framebufferGroup.release()); in createSubgroupsVoteTests()
736 group->addChild(fragHelperGroup.release()); in createSubgroupsVoteTests()
738 group->addChild(raytracingGroup.release()); in createSubgroupsVoteTests()
739 group->addChild(meshGroup.release()); in createSubgroupsVoteTests()
743 group->addChild(groupARB.release()); in createSubgroupsVoteTests()
745 return group.release(); in createSubgroupsVoteTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_eke_common.c23 static int eap_eke_dh_len(u8 group) in eap_eke_dh_len() argument
25 switch (group) { in eap_eke_dh_len()
53 static const struct dh_group * eap_eke_dh_group(u8 group) in eap_eke_dh_group() argument
55 switch (group) { in eap_eke_dh_group()
72 static int eap_eke_dh_generator(u8 group) in eap_eke_dh_generator() argument
74 switch (group) { in eap_eke_dh_generator()
159 int eap_eke_dh_init(u8 group, u8 *ret_priv, u8 *ret_pub) in eap_eke_dh_init() argument
165 generator = eap_eke_dh_generator(group); in eap_eke_dh_init()
166 dh = eap_eke_dh_group(group); in eap_eke_dh_init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp608 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, floatTargets[targetNdx].name, (std::string("test with ") + floatTargets[targetNdx].name).c_str()); in init() member in deqp::gles3::Functional::tcu
611 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dataType)) in init()
627 addChild(group); in init()
634 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, intTargets[targetNdx].name, (std::string("test with ") + intTargets[targetNdx].name).c_str()); in init() member in deqp::gles3::Functional::tcu
636 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, intTargets[targetNdx].dataType)) in init()
643 addChild(group); in init()
650 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, uintTargets[targetNdx].name, (std::string("test with ") + uintTargets[targetNdx].name).c_str()); in init() member in deqp::gles3::Functional::tcu
652 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, uintTargets[targetNdx].dataType)) in init()
659 addChild(group); in init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_eke_common.c23 static int eap_eke_dh_len(u8 group) in eap_eke_dh_len() argument
25 switch (group) { in eap_eke_dh_len()
53 static const struct dh_group * eap_eke_dh_group(u8 group) in eap_eke_dh_group() argument
55 switch (group) { in eap_eke_dh_group()
72 static int eap_eke_dh_generator(u8 group) in eap_eke_dh_generator() argument
74 switch (group) { in eap_eke_dh_generator()
159 int eap_eke_dh_init(u8 group, u8 *ret_priv, u8 *ret_pub) in eap_eke_dh_init() argument
165 generator = eap_eke_dh_generator(group); in eap_eke_dh_init()
166 dh = eap_eke_dh_group(group); in eap_eke_dh_init()
/kernel/linux/linux-6.6/drivers/net/
H A Damt.c198 static u32 amt_group_hash(struct amt_tunnel_list *tunnel, union amt_addr *group) in amt_group_hash() argument
200 u32 hash = jhash(group, sizeof(*group), tunnel->amt->hash_seed); in amt_group_hash()
206 union amt_addr *group, in amt_lookup_group()
210 u32 hash = amt_group_hash(tunnel, group); in amt_lookup_group()
214 if (amt_addr_equal(&gnode->group_addr, group) && in amt_lookup_group()
265 netdev_dbg(amt->dev, "Leave group %pI4\n", in amt_del_group()
269 netdev_dbg(amt->dev, "Leave group %pI6\n", in amt_del_group()
282 /* If a source timer expires with a router filter-mode for the group of
304 /* When a router filter-mode for a group i in amt_source_work()
205 amt_lookup_group(struct amt_tunnel_list *tunnel, union amt_addr *group, union amt_addr *host, bool v6) amt_lookup_group() argument
463 amt_add_group(struct amt_dev *amt, struct amt_tunnel_list *tunnel, union amt_addr *group, union amt_addr *host, bool v6) amt_add_group() argument
1174 union amt_addr group = {0,}; amt_dev_xmit() local
1943 union amt_addr group, host; amt_igmpv2_report_handler() local
1980 union amt_addr group, host; amt_igmpv2_leave_handler() local
2000 union amt_addr group, host; amt_igmpv3_report_handler() local
2104 union amt_addr group, host; amt_mldv1_report_handler() local
2141 union amt_addr group, host; amt_mldv1_leave_handler() local
2162 union amt_addr group, host; amt_mldv2_report_handler() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern.h118 void SetPreGroup(const std::string& group) in SetPreGroup() argument
120 preGroup_ = group; in SetPreGroup()
158 auto group = checkBoxEventHub ? checkBoxEventHub->GetGroupName() : ""; variable
159 json->PutExtAttr("group", group.c_str(), filter);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_pattern.h108 void SetPreGroup(const std::string& group) in SetPreGroup() argument
110 preGroup_ = group; in SetPreGroup()
150 auto group = radioEventHub ? radioEventHub->GetGroup() : ""; variable
152 json->PutExtAttr("group", group.c_str(), filter);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_monitor.h137 * @param group - group that has received invitations
139 virtual void Broadcast2SmInvitationReceived(const std::string &iface, const WifiP2pGroupInfo &group) const;
148 * @Description Broadcast group establishment success event.
154 * @Description Broadcast group setup failure event.
161 * @Description Broadcast group start event.
164 * @param group - group information
166 virtual void Broadcast2SmGroupStarted(const std::string &iface, const WifiP2pGroupInfo &group) const;
168 * @Description Broadcast group remove
[all...]
H A Dp2p_interface.cpp131 ErrCode P2pInterface::DeleteGroup(const WifiP2pGroupInfo &group) in DeleteGroup() argument
133 return p2pService.DeleteGroup(group); in DeleteGroup()
171 ErrCode P2pInterface::GetCurrentGroup(WifiP2pGroupInfo &group) in GetCurrentGroup() argument
173 return p2pService.GetCurrentGroup(group); in GetCurrentGroup()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-sp7021-intc.c64 * REG_GROUP_1: include clear/masked_ext0/masked_ext1/group regs.
151 u32 group; in sp_intc_get_ext_irq() local
159 group = fls(pending_group) - 1; in sp_intc_get_ext_irq()
160 pending_irq = readl_relaxed(base + group * 4); in sp_intc_get_ext_irq()
164 return (group * 32) + fls(pending_irq) - 1; in sp_intc_get_ext_irq()
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Dhfi-events.c118 const char *group; member
142 res->group, in family_handler()
153 const char *family, const char *group) in nl_get_multicast_id()
157 struct family_data res = { group, -ENOENT }; in nl_get_multicast_id()
152 nl_get_multicast_id(struct hfi_event_data *drv, const char *family, const char *group) nl_get_multicast_id() argument

Completed in 33 milliseconds

1...<<41424344454647484950>>...172