Home
last modified time | relevance | path

Searched refs:group (Results 2576 - 2600 of 3880) sorted by relevance

1...<<101102103104105106107108109110>>...156

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.h250 Ref<BindGroupBase> group; member
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.h351 BrotliDecoderState* s, HuffmanTreeGroup* group, uint32_t alphabet_size_max,
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py34 version = int(m.group(1), 16)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dperf_test_runner.py139 if m and int(m.group(1)) > 1:
/kernel/linux/linux-5.10/drivers/pinctrl/intel/
H A Dpinctrl-intel.c268 unsigned int group) in intel_get_group_name()
272 return pctrl->soc->groups[group].name; in intel_get_group_name()
275 static int intel_get_group_pins(struct pinctrl_dev *pctldev, unsigned int group, in intel_get_group_pins() argument
280 *pins = pctrl->soc->groups[group].pins; in intel_get_group_pins()
281 *npins = pctrl->soc->groups[group].npins; in intel_get_group_pins()
371 unsigned int function, unsigned int group) in intel_pinmux_set_mux()
374 const struct intel_pingroup *grp = &pctrl->soc->groups[group]; in intel_pinmux_set_mux()
382 * before we can enable the mux for this group. in intel_pinmux_set_mux()
391 /* Now enable the mux setting for each pin in the group */ in intel_pinmux_set_mux()
851 * @padgrp: Pad group i
267 intel_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) intel_get_group_name() argument
370 intel_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) intel_pinmux_set_mux() argument
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dheartbeat.c1965 static struct o2hb_heartbeat_group *to_o2hb_heartbeat_group(struct config_group *group) in to_o2hb_heartbeat_group() argument
1967 return group ? in to_o2hb_heartbeat_group()
1968 container_of(group, struct o2hb_heartbeat_group, hs_group) in to_o2hb_heartbeat_group()
2001 static struct config_item *o2hb_heartbeat_group_make_item(struct config_group *group, in o2hb_heartbeat_group_make_item() argument
2071 static void o2hb_heartbeat_group_drop_item(struct config_group *group, in o2hb_heartbeat_group_drop_item() argument
2209 /* this is just here to avoid touching group in heartbeat.h which the
2230 void o2hb_free_hb_set(struct config_group *group) in o2hb_free_hb_set() argument
2232 struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group); in o2hb_free_hb_set()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-single.c363 unsigned group) in pcs_set_mux()
612 unsigned group, unsigned long *config) in pcs_pinconf_group_get()
618 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins); in pcs_pinconf_group_get()
633 unsigned group, unsigned long *configs, in pcs_pinconf_group_set()
640 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins); in pcs_pinconf_group_set()
1077 (*map)->data.mux.group = np->name; in pcs_parse_one_pinctrl_entry()
1222 (*map)->data.mux.group = np->name; in pcs_parse_bits_in_pinctrl_entry()
362 pcs_set_mux(struct pinctrl_dev *pctldev, unsigned fselector, unsigned group) pcs_set_mux() argument
611 pcs_pinconf_group_get(struct pinctrl_dev *pctldev, unsigned group, unsigned long *config) pcs_pinconf_group_get() argument
632 pcs_pinconf_group_set(struct pinctrl_dev *pctldev, unsigned group, unsigned long *configs, unsigned num_configs) pcs_pinconf_group_set() argument
H A Dpinctrl-lpc18xx.c1153 unsigned group) in lpc18xx_pmx_set()
1156 struct lpc18xx_pin_caps *pin = lpc18xx_pins[group].drv_data; in lpc18xx_pmx_set()
1216 dev_err(pctldev->dev, "Pin %s can't be %s\n", lpc18xx_pins[group].name, in lpc18xx_pmx_set()
1234 unsigned group) in lpc18xx_pctl_get_group_name()
1236 return lpc18xx_pins[group].name; in lpc18xx_pctl_get_group_name()
1240 unsigned group, in lpc18xx_pctl_get_group_pins()
1244 *pins = &lpc18xx_pins[group].number; in lpc18xx_pctl_get_group_pins()
1345 dev_err(&pdev->dev, "Unable to create group func map.\n"); in lpc18xx_scu_probe()
1152 lpc18xx_pmx_set(struct pinctrl_dev *pctldev, unsigned function, unsigned group) lpc18xx_pmx_set() argument
1233 lpc18xx_pctl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) lpc18xx_pctl_get_group_name() argument
1239 lpc18xx_pctl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) lpc18xx_pctl_get_group_pins() argument
/kernel/linux/linux-6.6/fs/afs/
H A Dyfsclient.c100 x->group = u64_to_xdr(0); in xdr_encode_YFSStoreStatus()
206 status->group = xdr_to_u64(xdr->group); in xdr_decode_YFSFetchStatus()
265 s64 mtime = 0, owner = 0, group = 0; in xdr_encode_YFS_StoreStatus() local
281 group = from_kgid(&init_user_ns, attr->ia_gid); in xdr_encode_YFS_StoreStatus()
293 x->group = u64_to_xdr(group); in xdr_encode_YFS_StoreStatus()
/kernel/linux/linux-6.6/fs/ocfs2/cluster/
H A Dheartbeat.c1954 static struct o2hb_heartbeat_group *to_o2hb_heartbeat_group(struct config_group *group) in to_o2hb_heartbeat_group() argument
1956 return group ? in to_o2hb_heartbeat_group()
1957 container_of(group, struct o2hb_heartbeat_group, hs_group) in to_o2hb_heartbeat_group()
1990 static struct config_item *o2hb_heartbeat_group_make_item(struct config_group *group, in o2hb_heartbeat_group_make_item() argument
2060 static void o2hb_heartbeat_group_drop_item(struct config_group *group, in o2hb_heartbeat_group_drop_item() argument
2198 /* this is just here to avoid touching group in heartbeat.h which the
2219 void o2hb_free_hb_set(struct config_group *group) in o2hb_free_hb_set() argument
2221 struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group); in o2hb_free_hb_set()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_tcm.c1347 &opts->func_inst.group.cg_item); in usbg_make_tpg()
1387 configfs_undepend_item_unlocked(&opts->func_inst.group.cg_item); in usbg_make_tpg()
1422 &opts->func_inst.group.cg_item); in usbg_drop_tpg()
1432 struct config_group *group, in usbg_make_tport()
2103 func_inst.group); in to_f_tcm_opts()
2157 func_inst.group.cg_item.ci_parent->ci_parent); in tcm_unregister_callback()
2224 config_group_init_type_name(&opts->func_inst.group, "", in tcm_alloc_inst()
1430 usbg_make_tport( struct target_fabric_configfs *tf, struct config_group *group, const char *name) usbg_make_tport() argument
/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H A Dpinctrl-intel.c287 const char *intel_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) in intel_get_group_name() argument
291 return pctrl->soc->groups[group].grp.name; in intel_get_group_name()
295 int intel_get_group_pins(struct pinctrl_dev *pctldev, unsigned int group, in intel_get_group_pins() argument
300 *pins = pctrl->soc->groups[group].grp.pins; in intel_get_group_pins()
301 *npins = pctrl->soc->groups[group].grp.npins; in intel_get_group_pins()
392 unsigned int function, unsigned int group) in intel_pinmux_set_mux()
395 const struct intel_pingroup *grp = &pctrl->soc->groups[group]; in intel_pinmux_set_mux()
403 * before we can enable the mux for this group. in intel_pinmux_set_mux()
412 /* Now enable the mux setting for each pin in the group */ in intel_pinmux_set_mux()
882 * @padgrp: Pad group i
391 intel_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) intel_pinmux_set_mux() argument
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-lpc18xx.c1155 unsigned group) in lpc18xx_pmx_set()
1158 struct lpc18xx_pin_caps *pin = lpc18xx_pins[group].drv_data; in lpc18xx_pmx_set()
1218 dev_err(pctldev->dev, "Pin %s can't be %s\n", lpc18xx_pins[group].name, in lpc18xx_pmx_set()
1236 unsigned group) in lpc18xx_pctl_get_group_name()
1238 return lpc18xx_pins[group].name; in lpc18xx_pctl_get_group_name()
1242 unsigned group, in lpc18xx_pctl_get_group_pins()
1246 *pins = &lpc18xx_pins[group].number; in lpc18xx_pctl_get_group_pins()
1347 dev_err(&pdev->dev, "Unable to create group func map.\n"); in lpc18xx_scu_probe()
1154 lpc18xx_pmx_set(struct pinctrl_dev *pctldev, unsigned function, unsigned group) lpc18xx_pmx_set() argument
1235 lpc18xx_pctl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) lpc18xx_pctl_get_group_name() argument
1241 lpc18xx_pctl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) lpc18xx_pctl_get_group_pins() argument
H A Dpinctrl-single.c362 unsigned group) in pcs_set_mux()
613 unsigned group, unsigned long *config) in pcs_pinconf_group_get()
619 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins); in pcs_pinconf_group_get()
634 unsigned group, unsigned long *configs, in pcs_pinconf_group_set()
641 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins); in pcs_pinconf_group_set()
1078 (*map)->data.mux.group = np->name; in pcs_parse_one_pinctrl_entry()
1226 (*map)->data.mux.group = np->name; in pcs_parse_bits_in_pinctrl_entry()
361 pcs_set_mux(struct pinctrl_dev *pctldev, unsigned fselector, unsigned group) pcs_set_mux() argument
612 pcs_pinconf_group_get(struct pinctrl_dev *pctldev, unsigned group, unsigned long *config) pcs_pinconf_group_get() argument
633 pcs_pinconf_group_set(struct pinctrl_dev *pctldev, unsigned group, unsigned long *configs, unsigned num_configs) pcs_pinconf_group_set() argument
/third_party/node/src/
H A Dnode_messaging.cc595 auto group = std::make_shared<SiblingGroup>(); in Entangle() local
596 group->Entangle({a, b}); in Entangle()
1331 std::shared_ptr<SiblingGroup> group; in Get() local
1334 group = std::make_shared<SiblingGroup>(name); in Get()
1335 groups_[name] = group; in Get()
1337 group = i->second.lock(); in Get()
1339 return group; in Get()
1353 // If this is a named group, check to see if we can remove the group in ~SiblingGroup()
1365 // The source MessagePortData is not part of this group in Dispatch()
[all...]
/third_party/python/Lib/
H A Dsubprocess.py789 group (POSIX only)
813 pass_fds=(), *, user=None, group=None, extra_groups=None,
899 if group is not None:
901 raise ValueError("The 'group' parameter is not supported on the "
904 elif isinstance(group, str):
908 raise ValueError("The group parameter cannot be a string "
911 gid = grp.getgrnam(group).gr_gid
912 elif isinstance(group, int):
913 gid = group
916 .format(type(group)))
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp977 //group: 0 1 1 1 2 3 in initConfiguration()
2037 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "ray_flags")); in createCullRayFlagsTests()
2097 de::MovePtr<tcu::TestCaseGroup> sourceTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderSourceTypes[shaderSourceNdx].name)); in createCullRayFlagsTests()
2101 de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderTestTypes[shaderTestNdx].name)); in createCullRayFlagsTests()
2105 de::MovePtr<tcu::TestCaseGroup> bottomTestTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), bottomTestTypes[testTypeNdx].name)); in createCullRayFlagsTests()
2125 bottomTestTypeGroup->addChild(new RayQueryCullRayFlagsTestCase(group->getTestContext(), testName.str().c_str(), testParams)); in createCullRayFlagsTests()
2135 group->addChild(sourceTypeGroup.release()); in createCullRayFlagsTests()
2138 return group.release(); in createCullRayFlagsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingComplexControlFlowTests.cpp246 const deUint32 group,
376 const deUint32 group, in createShaderBindingTable()
381 if (group < m_shaderGroupCount) in createShaderBindingTable()
386 shaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, group, groupCount); in createShaderBindingTable()
1750 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "complexcontrolflow")); in createComplexControlFlowTests()
1786 group->addChild(testTypeGroup.release()); in createComplexControlFlowTests()
1789 return group.release(); in createComplexControlFlowTests()
369 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, const deUint32 groupCount) createShaderBindingTable() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c80 // Memory needed for lookup tables of one Huffman tree group. Red, blue, alpha
202 static WEBP_INLINE int ReadPackedSymbols(const HTreeGroup* group, in ReadPackedSymbols() argument
206 const HuffmanCode32 code = group->packed_table[val]; in ReadPackedSymbols()
207 assert(group->use_packed_table); in ReadPackedSymbols()
393 const int group = (huffman_image[i] >> 8) & 0xffff; in ReadHuffmanCodes() local
394 huffman_image[i] = group; in ReadHuffmanCodes()
395 if (group >= num_htree_groups_max) { in ReadHuffmanCodes()
396 num_htree_groups_max = group + 1; in ReadHuffmanCodes()
417 // Get the current mapping for the group and remap the Huffman image. in ReadHuffmanCodes()
429 // Find maximum alphabet size for the htree group in ReadHuffmanCodes()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cmap-table.hh545 HBUINT32 startCharCode; /* First character code in this group. */
546 HBUINT32 endCharCode; /* Last character code in this group. */
708 static hb_codepoint_t group_get_glyph (const CmapSubtableLongGroup &group, in group_get_glyph()
710 { return likely (group.startCharCode <= group.endCharCode) ? in group_get_glyph()
711 group.glyphID + (u - group.startCharCode) : 0; } in group_get_glyph()
780 static hb_codepoint_t group_get_glyph (const CmapSubtableLongGroup &group, in group_get_glyph()
782 { return group.glyphID; } in group_get_glyph()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc76 result["group"] = FieldDescriptorProto::TYPE_GROUP; in MakeTypeNameTable()
1075 // Awkward: Since a group declares both a message type and a field, we in ParseMessageFieldNoLabel()
1082 DescriptorProto* group = messages->Add(); in ParseMessageFieldNoLabel() local
1083 group->set_name(field->name()); in ParseMessageFieldNoLabel()
1091 location.RecordLegacyLocation(group, in ParseMessageFieldNoLabel()
1103 // As a hack for backwards-compatibility, we force the group name to start in ParseMessageFieldNoLabel()
1106 if (group->name()[0] < 'A' || 'Z' < group->name()[0]) { in ParseMessageFieldNoLabel()
1112 field->set_type_name(group->name()); in ParseMessageFieldNoLabel()
1114 DO(ParseMessageBlock(group, group_locatio in ParseMessageFieldNoLabel()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp977 //group: 0 1 1 1 2 3 in initConfiguration()
2036 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "ray_flags", "Tests verifying ray flags in ray query extension")); in createCullRayFlagsTests()
2096 de::MovePtr<tcu::TestCaseGroup> sourceTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderSourceTypes[shaderSourceNdx].name, "")); in createCullRayFlagsTests()
2100 de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderTestTypes[shaderTestNdx].name, "")); in createCullRayFlagsTests()
2104 de::MovePtr<tcu::TestCaseGroup> bottomTestTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), bottomTestTypes[testTypeNdx].name, "")); in createCullRayFlagsTests()
2124 bottomTestTypeGroup->addChild(new RayQueryCullRayFlagsTestCase(group->getTestContext(), testName.str().c_str(), "", testParams)); in createCullRayFlagsTests()
2134 group->addChild(sourceTypeGroup.release()); in createCullRayFlagsTests()
2137 return group.release(); in createCullRayFlagsTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingComplexControlFlowTests.cpp246 const deUint32 group,
376 const deUint32 group, in createShaderBindingTable()
381 if (group < m_shaderGroupCount) in createShaderBindingTable()
386 shaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, group, groupCount); in createShaderBindingTable()
1749 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "complexcontrolflow", "Ray tracing complex control flow tests")); in createComplexControlFlowTests()
1785 group->addChild(testTypeGroup.release()); in createComplexControlFlowTests()
1788 return group.release(); in createComplexControlFlowTests()
369 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, const deUint32 groupCount) createShaderBindingTable() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-events.c683 static int add_bpf_event(const char *group, const char *event, int fd, struct bpf_object *obj, in add_bpf_event() argument
699 if (group[0] == '!') in add_bpf_event()
703 group, event, fd); in add_bpf_event()
705 err = parse_events_add_tracepoint(&new_evsels, &parse_state->idx, group, in add_bpf_event()
712 group, event); in add_bpf_event()
719 pr_debug("adding %s:%s\n", group, event); in add_bpf_event()
723 group, event, pos); in add_bpf_event()
1668 * Going through the whole group and doing sanity check. in parse_events__set_leader_for_uncore_aliase()
1674 /* Only split the uncore group which members use alias */ in parse_events__set_leader_for_uncore_aliase()
1709 * group in parse_events__set_leader_for_uncore_aliase()
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuballoc.c44 to 0 when a block group is
49 * group descriptor
258 "Checksum failed for group descriptor %llu\n", in ocfs2_check_group_descriptor()
357 "group block (%llu) != b_blocknr (%llu)\n", in ocfs2_block_group_fill()
394 * other blocks in a group - All valid FS metadata in a block in ocfs2_block_group_fill()
395 * group stores the superblock fs_generation value at in ocfs2_block_group_fill()
439 /* setup the group */ in ocfs2_block_group_alloc_contig()
619 /* setup the group */ in ocfs2_block_group_alloc_discontig()
651 * We expect the block group allocator to already be locked.
746 /* save the new last alloc group s in ocfs2_block_group_alloc()
2463 struct ocfs2_group_desc *group; _ocfs2_free_suballoc_bits() local
2761 struct ocfs2_group_desc *group; ocfs2_test_suballoc_bit() local
[all...]

Completed in 58 milliseconds

1...<<101102103104105106107108109110>>...156