/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
H A D | fchmod02.c | 14 * - the effective group ID or one of the supplementary group ID's of the 15 * process is equal to the group ID of the file/directory 51 struct group *ltpgroup; in setup()
|
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
H A D | getgrouplist.c | 33 struct group *gr; in getgrouplist_0100()
|
/third_party/python/Tools/scripts/ |
H A D | eptags.py | 43 tag = m.group(0) + '\177%d,%d\n' % (lineno, charno)
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | first_index_offset.h | 50 /// [[binding(N), group(M)]] var<uniform> tint_first_index_data : 69 /// @param g the binding group 77 /// [[group()]] for the first vertex / first instance uniform buffer 78 uint32_t group = 0; member
|
/third_party/skia/tools/android/ |
H A D | measure_fps.py | 27 return int(framecount.group(1), 16)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 217 const deUint32 group); 252 deUint32 group = 0; in RayTracingBuiltinLaunchTestInstance() local 269 m_raygenShaderGroup = group++; in RayTracingBuiltinLaunchTestInstance() 272 m_missShaderGroup = group++; in RayTracingBuiltinLaunchTestInstance() 275 m_hitShaderGroup = group++; in RayTracingBuiltinLaunchTestInstance() 278 m_callableShaderGroup = group++; in RayTracingBuiltinLaunchTestInstance() 280 m_shaderGroupCount = group; in RayTracingBuiltinLaunchTestInstance() 1604 const deUint32 group) in createShaderBindingTable() 1608 if (group < m_shaderGroupCount) in createShaderBindingTable() 1613 shaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, group, in createShaderBindingTable() 1597 createShaderBindingTable(const InstanceInterface& vki, const DeviceInterface& vkd, const VkDevice device, const VkPhysicalDevice physicalDevice, const VkPipeline pipeline, Allocator& allocator, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, const deUint32 group) createShaderBindingTable() argument [all...] |
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pstub_fuzzer/ |
H A D | wifip2pstub_fuzzer.cpp | 668 WifiP2pGroupInfo group; in WifiP2pServiceImplFuzzTest() local 675 group.SetPassphrase(passphrase); in WifiP2pServiceImplFuzzTest() 676 group.SetInterface(interface); in WifiP2pServiceImplFuzzTest() 677 group.SetGroupName(groupName); in WifiP2pServiceImplFuzzTest() 678 group.SetFrequency(frequency); in WifiP2pServiceImplFuzzTest() 690 pWifiP2pServiceImpl->WriteWifiP2pGroupData(datas, group); in WifiP2pServiceImplFuzzTest()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | twl4030-power.c | 164 * number for the type1 and type2 group. 168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ 169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \ 171 #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2) \ 172 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 174 #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2) \ 175 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 388 /* Set resource group */ in twl4030_configure_resource() 392 pr_err("TWL4030 Resource %d group could not be read\n", in twl4030_configure_resource()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | sun50i-iommu.c | 109 struct iommu_group *group; member 758 return iommu_group_ref_get(iommu->group); in sun50i_iommu_device_group() 938 iommu->group = iommu_group_alloc(); in sun50i_iommu_probe() 939 if (IS_ERR(iommu->group)) { in sun50i_iommu_probe() 940 ret = PTR_ERR(iommu->group); in sun50i_iommu_probe() 998 iommu_group_put(iommu->group); in sun50i_iommu_probe()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | file.c | 69 tomoyo_put_group(ptr->group); in tomoyo_put_name_union() 85 if (ptr->group) in tomoyo_compare_name_union() 86 return tomoyo_path_matches_group(name, ptr->group); in tomoyo_compare_name_union() 101 tomoyo_put_group(ptr->group); in tomoyo_put_number_union() 115 if (ptr->group) in tomoyo_compare_number_union() 116 return tomoyo_number_matches_group(value, value, ptr->group); in tomoyo_compare_number_union()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | airtime.c | 63 * Define group sort order: HT40 -> SGI -> #streams 99 /* MCS rate information for an MCS group */ 414 int group, idx; in ieee80211_get_rate_duration() local 439 group = VHT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration() 444 group = HT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration() 449 group = HE_GROUP_IDX(streams, status->he_gi, bw); in ieee80211_get_rate_duration() 463 duration = airtime_mcs_groups[group].duration[idx]; in ieee80211_get_rate_duration() 464 duration <<= airtime_mcs_groups[group].shift; in ieee80211_get_rate_duration()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | twl4030-power.c | 164 * number for the type1 and type2 group. 168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ 169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \ 171 #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2) \ 172 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 174 #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2) \ 175 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \ 388 /* Set resource group */ in twl4030_configure_resource() 392 pr_err("TWL4030 Resource %d group could not be read\n", in twl4030_configure_resource()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | fs_dr.c | 255 struct mlx5_flow_group *group, in mlx5_cmd_dr_create_fte() 276 return mlx5_fs_cmd_get_fw_cmds()->create_fte(ns, ft, group, fte); in mlx5_cmd_dr_create_fte() 593 rule = mlx5dr_rule_create(group->fs_dr_matcher.dr_matcher, in mlx5_cmd_dr_create_fte() 754 struct mlx5_flow_group *group, in mlx5_cmd_dr_update_fte() 762 return mlx5_fs_cmd_get_fw_cmds()->update_fte(ns, ft, group, modify_mask, fte); in mlx5_cmd_dr_update_fte() 769 ret = mlx5_cmd_dr_create_fte(ns, ft, group, fte); in mlx5_cmd_dr_update_fte() 253 mlx5_cmd_dr_create_fte(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *group, struct fs_fte *fte) mlx5_cmd_dr_create_fte() argument 752 mlx5_cmd_dr_update_fte(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *group, int modify_mask, struct fs_fte *fte) mlx5_cmd_dr_update_fte() argument
|
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/ |
H A D | pinctrl-ssbi-mpp.c | 250 unsigned group) in pm8xxx_get_group_name() 252 return pm8xxx_groups[group]; in pm8xxx_get_group_name() 257 unsigned group, in pm8xxx_get_group_pins() 263 *pins = &pctrl->desc.pins[group].number; in pm8xxx_get_group_pins() 302 unsigned group) in pm8xxx_pinmux_set_mux() 305 struct pm8xxx_pin_data *pin = pctrl->desc.pins[group].drv_data; in pm8xxx_pinmux_set_mux() 249 pm8xxx_get_group_name(struct pinctrl_dev *pctldev, unsigned group) pm8xxx_get_group_name() argument 256 pm8xxx_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) pm8xxx_get_group_pins() argument 300 pm8xxx_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) pm8xxx_pinmux_set_mux() argument
|
H A D | pinctrl-ssbi-gpio.c | 173 unsigned group) in pm8xxx_get_group_name() 175 return pm8xxx_groups[group]; in pm8xxx_get_group_name() 180 unsigned group, in pm8xxx_get_group_pins() 186 *pins = &pctrl->desc.pins[group].number; in pm8xxx_get_group_pins() 225 unsigned group) in pm8xxx_pinmux_set_mux() 228 struct pm8xxx_pin_data *pin = pctrl->desc.pins[group].drv_data; in pm8xxx_pinmux_set_mux() 172 pm8xxx_get_group_name(struct pinctrl_dev *pctldev, unsigned group) pm8xxx_get_group_name() argument 179 pm8xxx_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) pm8xxx_get_group_pins() argument 223 pm8xxx_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) pm8xxx_pinmux_set_mux() argument
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | sun50i-iommu.c | 110 struct iommu_group *group; member 815 return iommu_group_ref_get(iommu->group); in sun50i_iommu_device_group() 998 iommu->group = iommu_group_alloc(); in sun50i_iommu_probe() 999 if (IS_ERR(iommu->group)) { in sun50i_iommu_probe() 1000 ret = PTR_ERR(iommu->group); in sun50i_iommu_probe() 1053 iommu_group_put(iommu->group); in sun50i_iommu_probe()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | file.c | 69 tomoyo_put_group(ptr->group); in tomoyo_put_name_union() 85 if (ptr->group) in tomoyo_compare_name_union() 86 return tomoyo_path_matches_group(name, ptr->group); in tomoyo_compare_name_union() 101 tomoyo_put_group(ptr->group); in tomoyo_put_number_union() 115 if (ptr->group) in tomoyo_compare_number_union() 116 return tomoyo_number_matches_group(value, value, ptr->group); in tomoyo_compare_number_union()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | airtime.c | 64 * Define group sort order: HT40 -> SGI -> #streams 94 /* MCS rate information for an MCS group */ 409 int group, idx; in ieee80211_get_rate_duration() local 434 group = VHT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration() 439 group = HT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration() 444 group = HE_GROUP_IDX(streams, status->he_gi, bw); in ieee80211_get_rate_duration() 458 duration = airtime_mcs_groups[group].duration[idx]; in ieee80211_get_rate_duration() 459 duration <<= airtime_mcs_groups[group].shift; in ieee80211_get_rate_duration()
|
/third_party/node/src/crypto/ |
H A D | crypto_dh.cc | 218 // Diffie-Hellman group. The generator is always kStandardizedGenerator. 245 auto group = FindDiffieHellmanGroup(*group_name); in DiffieHellmanGroup() local 246 if (group == nullptr) in DiffieHellmanGroup() 249 initialized = diffieHellman->Init(group(), kStandardizedGenerator); in DiffieHellmanGroup() 512 auto group = FindDiffieHellmanGroup(*group_name); in AdditionalConfig() local 513 if (group == nullptr) { in AdditionalConfig() 518 params->params.prime = group(); in AdditionalConfig()
|
/third_party/node/deps/v8/tools/ |
H A D | callstats.py | 46 if m and (' ' in m.group(2) or m.group(2).startswith('-')): 47 arg = "--{}='{}'".format(m.group(1), m.group(2)) 284 domain = m.group(2) 499 domain = match.group(1)
|
/third_party/libinput/src/ |
H A D | libinput-private.h | 408 struct libinput_device_group *group; member 487 void (*destroy)(struct libinput_tablet_pad_mode_group *group); 595 struct libinput_device_group *group); 776 struct libinput_tablet_pad_mode_group *group); 783 struct libinput_tablet_pad_mode_group *group); 790 struct libinput_tablet_pad_mode_group *group);
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 678 grp: *mut ::group, in getgrgid_r() 681 result: *mut *mut ::group, in getgrgid_r() 688 grp: *mut ::group, in getgrnam_r() 691 result: *mut *mut ::group, in getgrnam_r() 695 pub fn getgrnam(name: *const ::c_char) -> *mut ::group; in getgrnam() 719 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_study.c | 65 * Find the minimum subject length for a group * 68 /* Scan a parenthesized group and compute the minimum length of subject that 84 code pointer to start of group (the bracket) 120 /* If this is a "could be empty" group, its minimum length is 0. */ in find_minlength() 512 if (r->group == cs) break; in find_minlength() 520 this_recurse.group = cs; in find_minlength() 571 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength() 579 this_recurse.group = cs; in find_minlength() 657 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_minlength() 663 this_recurse.group in find_minlength() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineCreationCacheControlTests.cpp | 1356 * \brief Make test group consisting of graphics pipeline tests 1358 void addGraphicsPipelineTests(TestCaseGroup& group) in addGraphicsPipelineTests() argument 1363 group.getTestContext(), "graphics_pipelines", "Test pipeline creation cache control with graphics pipelines"); in addGraphicsPipelineTests() 1371 group.addChild(tests.release()); in addGraphicsPipelineTests() 1375 * \brief Make test group consisting of compute pipeline tests 1377 void addComputePipelineTests(TestCaseGroup& group) in addComputePipelineTests() argument 1382 group.getTestContext(), "compute_pipelines", "Test pipeline creation cache control with compute pipelines"); in addComputePipelineTests() 1390 group.addChild(tests.release()); in addComputePipelineTests() 1396 * \brief Make pipeline creation cache control test group
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 294 auto group = AceType::DynamicCast<NG::RecognizerGroup>(item); in LogTouchTestResultRecognizers() local 295 if (group) { in LogTouchTestResultRecognizers() 296 group->AddHittedRecognizerType(hittedRecognizerInfo); in LogTouchTestResultRecognizers() 345 auto group = AceType::DynamicCast<NG::RecognizerGroup>(item); in PostEventTouchTest() local 346 if (group) { in PostEventTouchTest() 347 group->SetIsPostEventResultRecursively(true); in PostEventTouchTest() 348 group->SetResponseLinkRecognizersRecursively(responseLinkResult); in PostEventTouchTest() 2075 // add child gesture if target is group in AddGestureSnapshot() 2076 auto group = AceType::DynamicCast<NG::RecognizerGroup>(target); in AddGestureSnapshot() local 2077 if (group) { in AddGestureSnapshot() 2094 auto group = AceType::DynamicCast<NG::RecognizerGroup>(item); SetHittedFrameNode() local 2204 auto group = AceType::DynamicCast<NG::RecognizerGroup>(item); SetResponseLinkRecognizers() local [all...] |