Home
last modified time | relevance | path

Searched refs:group (Results 1426 - 1450 of 3881) sorted by relevance

1...<<51525354555657585960>>...156

/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
164 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
164 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
164 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
164 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
164 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
164 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
164 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
164 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dconf.h122 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
164 int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DcheckLinks.py202 depth = len(match.group(1))
211 incpath = match.group(1)
224 category = match.group(1)
225 tag = match.group(2)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
H A Dhtmldiff.pl191 open(FILE, qq(diff -d --old-group-format="$old" --new-group-format="$new" --changed-group-format="$changed" --unchanged-group-format="$unchanged" $file1 $file2 |)) || die("Diff failed: $!");
192 # system (qq(diff --old-group-format="$old" --new-group-format="$new" --changed-group-format="$changed" --unchanged-group-format="$unchanged" $file1 $file2 > /tmp/output));
/third_party/skia/tests/
H A DOpChainTest.cpp67 * in a group can merge is randomly chosen.
74 auto& group = groups[random->nextULessThan(numGroups)]; local
75 for (int g = 0; g < group.count(); ++g) {
76 int j = group[g];
88 group.push_back(i);
/third_party/python/Lib/test/
H A Dtest_strtod.py38 fraction = m.group('frac') or ''
39 intpart = int(m.group('int') + fraction)
40 exp = int(m.group('exp') or '0') - len(fraction)
41 negative = m.group('sign') == '-'
/third_party/vk-gl-cts/scripts/android/
H A Dinstall_apk.py69 devices.append(Device(m.group(1), m.group(2), m.group(3), m.group(4)))
/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c48 #include "group.h"
121 struct tipc_group *group; member
676 if (tsk->group) { in tipc_bind()
833 if (tsk->group) in tipc_sendmcast()
876 * tipc_send_group_msg - send a message to a member in the group
879 * @mb: group member
888 u16 bc_snd_nxt = tipc_group_bc_snd_nxt(tsk->group); in tipc_send_group_msg()
926 * tipc_send_group_unicast - send message to a member in the group
955 tsk->group && in tipc_send_group_unicast()
956 !tipc_group_cong(tsk->group, nod in tipc_send_group_unicast()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c50 #include "group.h"
98 * @group: TIPC communications group
106 * @group_is_open: TIPC socket group is fully open (FIXME)
132 struct tipc_group *group; member
698 if (tsk->group) in __tipc_bind()
856 if (tsk->group) in tipc_sendmcast()
898 * tipc_send_group_msg - send a message to a member in the group
902 * @mb: group member
911 u16 bc_snd_nxt = tipc_group_bc_snd_nxt(tsk->group); in tipc_send_group_msg()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dmcast.c109 * socket join on multicast group
217 * now add/increase the group membership on the device in __ipv6_sock_mc_join()
246 * socket leave on multicast group
291 const struct in6_addr *group, in ip6_mc_find_dev_rtnl()
298 struct rt6_info *rt = rt6_lookup(net, group, NULL, 0, NULL, 0); in ip6_mc_find_dev_rtnl()
364 struct in6_addr *source, *group; in ip6_mc_source() local
375 group = &((struct sockaddr_in6 *)&pgsr->gsr_group)->sin6_addr; in ip6_mc_source()
377 if (!ipv6_addr_is_multicast(group)) in ip6_mc_source()
380 idev = ip6_mc_find_dev_rtnl(net, group, pgsr->gsr_interface); in ip6_mc_source()
390 if (ipv6_addr_equal(&pmc->addr, group)) in ip6_mc_source()
290 ip6_mc_find_dev_rtnl(struct net *net, const struct in6_addr *group, int ifindex) ip6_mc_find_dev_rtnl() argument
491 const struct in6_addr *group; ip6_mc_msfilter() local
586 const struct in6_addr *group; ip6_mc_msfget() local
1014 ipv6_chk_mcast_addr(struct net_device *dev, const struct in6_addr *group, const struct in6_addr *src_addr) ipv6_chk_mcast_addr() argument
1396 const struct in6_addr *group; __mld_query_work() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp944 REGEX_ASSERT(matcher->group(status) == "0123456789"); in API_Match()
945 REGEX_ASSERT(matcher->group(0, status) == "0123456789"); in API_Match()
946 REGEX_ASSERT(matcher->group(1, status) == "234567" ); in API_Match()
947 REGEX_ASSERT(matcher->group(2, status) == "45" ); in API_Match()
948 REGEX_ASSERT(matcher->group(3, status) == "89" ); in API_Match()
950 REGEX_ASSERT_FAIL(matcher->group(-1, status), U_INDEX_OUTOFBOUNDS_ERROR); in API_Match()
951 REGEX_ASSERT_FAIL(matcher->group( 4, status), U_INDEX_OUTOFBOUNDS_ERROR); in API_Match()
953 REGEX_ASSERT_FAIL(matcher->group( 0, status), U_REGEX_INVALID_STATE); in API_Match()
1417 dest = matcher2->replaceFirst("$ by itself, no group number $$$", status); in API_Replace()
1427 REGEX_ASSERT_FAIL(matcher2->replaceFirst("bad capture group numbe in API_Replace()
5118 int32_t group = pat->groupNumberFromName("five", -1, status); NamedCapture() local
5698 UText group = UTEXT_INITIALIZER; TestBug11480() local
5849 int32_t group = pattern->groupNumberFromName(groupNames[i], status); TestBug20863() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp4284 void addBasicBuildingTests(tcu::TestCaseGroup* group) in addBasicBuildingTests() argument
4378 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(group->getTestContext(), buildTypes[buildTypeNdx].name, "")); in addBasicBuildingTests()
4382 de::MovePtr<tcu::TestCaseGroup> bottomGroup(new tcu::TestCaseGroup(group->getTestContext(), bottomTestTypes[bottomNdx].name, "")); in addBasicBuildingTests()
4386 de::MovePtr<tcu::TestCaseGroup> topGroup(new tcu::TestCaseGroup(group->getTestContext(), topTestTypes[topNdx].name, "")); in addBasicBuildingTests()
4390 de::MovePtr<tcu::TestCaseGroup> paddingGroup(new tcu::TestCaseGroup(group->getTestContext(), paddingType[paddingTypeIdx].name, "")); in addBasicBuildingTests()
4434 paddingGroup->addChild(new RayTracingASBasicTestCase(group->getTestContext(), testName.c_str(), "", testParams)); in addBasicBuildingTests()
4446 group->addChild(buildGroup.release()); in addBasicBuildingTests()
4450 void addVertexIndexFormatsTests(tcu::TestCaseGroup* group) in addVertexIndexFormatsTests() argument
4507 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(group->getTestContext(), buildTypes[buildTypeNdx].name, "")); in addVertexIndexFormatsTests()
4514 de::MovePtr<tcu::TestCaseGroup> vertexFormatGroup(new tcu::TestCaseGroup(group in addVertexIndexFormatsTests()
4557 addOperationTestsImpl(tcu::TestCaseGroup* group, const deUint32 workerThreads) addOperationTestsImpl() argument
4658 addOperationTests(tcu::TestCaseGroup* group) addOperationTests() argument
4663 addHostThreadingOperationTests(tcu::TestCaseGroup* group) addHostThreadingOperationTests() argument
4681 addFuncArgTests(tcu::TestCaseGroup* group) addFuncArgTests() argument
4727 addInstanceTriangleCullingTests(tcu::TestCaseGroup* group) addInstanceTriangleCullingTests() argument
4822 addDynamicIndexingTests(tcu::TestCaseGroup* group) addDynamicIndexingTests() argument
4828 addEmptyAccelerationStructureTests(tcu::TestCaseGroup* group) addEmptyAccelerationStructureTests() argument
4910 addInstanceIndexTests(tcu::TestCaseGroup* group) addInstanceIndexTests() argument
4977 addInstanceRayCullMaskTests(tcu::TestCaseGroup* group) addInstanceRayCullMaskTests() argument
5061 addGetDeviceAccelerationStructureCompabilityTests(tcu::TestCaseGroup* group) addGetDeviceAccelerationStructureCompabilityTests() argument
5124 addUpdateHeaderBottomAddressTests(tcu::TestCaseGroup* group) addUpdateHeaderBottomAddressTests() argument
5188 addQueryPoolResultsTests(TestCaseGroup* group) addQueryPoolResultsTests() argument
5247 addCopyWithinPipelineTests(TestCaseGroup* group) addCopyWithinPipelineTests() argument
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-device.c334 struct fw_attribute_group *group) in init_fw_attribute_group()
340 group->attrs[j] = &attrs[j].attr; in init_fw_attribute_group()
346 group->attrs[j++] = &attr->attr; in init_fw_attribute_group()
349 group->attrs[j] = NULL; in init_fw_attribute_group()
350 group->groups[0] = &group->group; in init_fw_attribute_group()
351 group->groups[1] = NULL; in init_fw_attribute_group()
352 group->group in init_fw_attribute_group()
332 init_fw_attribute_group(struct device *dev, struct device_attribute *attrs, struct fw_attribute_group *group) init_fw_attribute_group() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c44 * struct armada_37xx_pin_group: represents group of pins of a pinmux function.
47 * @name: Name of the pin group, used to lookup the group.
49 * the group
51 * @reg_mask: Bit mask matching the group in the selection register
54 * belonging to the group
56 * @funcs: A list of pinmux functions that can be selected for this group.
57 * @pins: List of the pins included in the group
237 struct armada_37xx_pin_group *group = &info->groups[*grp]; in armada_37xx_find_next_grp_by_pin() local
241 for (j = 0; j < (group in armada_37xx_find_next_grp_by_pin()
274 armada_37xx_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) armada_37xx_get_group_name() argument
362 armada_37xx_pmx_set(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) armada_37xx_pmx_set() argument
485 struct armada_37xx_pin_group *group; armada_37xx_gpio_request_enable() local
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/qcom/
H A Dpinctrl-msm.c117 unsigned group) in msm_get_group_name()
121 return pctrl->soc->groups[group].name; in msm_get_group_name()
125 unsigned group, in msm_get_group_pins()
131 *pins = pctrl->soc->groups[group].pins; in msm_get_group_pins()
132 *num_pins = pctrl->soc->groups[group].npins; in msm_get_group_pins()
181 unsigned group) in msm_pinmux_set_mux()
185 unsigned int irq = irq_find_mapping(gc->irq.domain, group); in msm_pinmux_set_mux()
193 g = &pctrl->soc->groups[group]; in msm_pinmux_set_mux()
313 unsigned int group, in msm_config_group_get()
325 g = &pctrl->soc->groups[group]; in msm_config_group_get()
116 msm_get_group_name(struct pinctrl_dev *pctldev, unsigned group) msm_get_group_name() argument
124 msm_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) msm_get_group_pins() argument
179 msm_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) msm_pinmux_set_mux() argument
312 msm_config_group_get(struct pinctrl_dev *pctldev, unsigned int group, unsigned long *config) msm_config_group_get() argument
394 msm_config_group_set(struct pinctrl_dev *pctldev, unsigned group, unsigned long *configs, unsigned num_configs) msm_config_group_set() argument
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-device.c334 struct fw_attribute_group *group) in init_fw_attribute_group()
340 group->attrs[j] = &attrs[j].attr; in init_fw_attribute_group()
346 group->attrs[j++] = &attr->attr; in init_fw_attribute_group()
349 group->attrs[j] = NULL; in init_fw_attribute_group()
350 group->groups[0] = &group->group; in init_fw_attribute_group()
351 group->groups[1] = NULL; in init_fw_attribute_group()
352 group->group in init_fw_attribute_group()
332 init_fw_attribute_group(struct device *dev, struct device_attribute *attrs, struct fw_attribute_group *group) init_fw_attribute_group() argument
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c45 * struct armada_37xx_pin_group: represents group of pins of a pinmux function.
48 * @name: Name of the pin group, used to lookup the group.
50 * the group
52 * @reg_mask: Bit mask matching the group in the selection register
55 * belonging to the group
57 * @funcs: A list of pinmux functions that can be selected for this group.
58 * @pins: List of the pins included in the group
241 struct armada_37xx_pin_group *group = &info->groups[*grp]; in armada_37xx_find_next_grp_by_pin() local
245 for (j = 0; j < (group in armada_37xx_find_next_grp_by_pin()
278 armada_37xx_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) armada_37xx_get_group_name() argument
366 armada_37xx_pmx_set(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) armada_37xx_pmx_set() argument
489 struct armada_37xx_pin_group *group; armada_37xx_gpio_request_enable() local
[all...]
/kernel/linux/linux-6.6/block/
H A Dgenhd.c108 int group; in part_stat_read_all() local
110 for (group = 0; group < NR_STAT_GROUPS; group++) { in part_stat_read_all()
111 stat->nsecs[group] += ptr->nsecs[group]; in part_stat_read_all()
112 stat->sectors[group] += ptr->sectors[group]; in part_stat_read_all()
113 stat->ios[group] += ptr->ios[group]; in part_stat_read_all()
[all...]

Completed in 35 milliseconds

1...<<51525354555657585960>>...156