Home
last modified time | relevance | path

Searched refs:parent (Results 1576 - 1600 of 2024) sorted by relevance

1...<<61626364656667686970>>...81

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h524 struct sched_entity *parent; member
608 struct sched_rt_entity *parent; member
897 /* The signal sent when the parent dies: */
971 * Pointers to the (original) parent process, youngest child, younger sibling,
976 /* Real parent process: */
980 struct task_struct __rcu *parent; member
993 * 'ptrace_entry' is this task's link on the p->parent->ptraced list.
1704 * child->flags of its traced child (same goes for fork, the parent
1707 * at the same time the parent does it.
2175 * If parent proces
[all...]
H A Diommu.h389 int iommu_device_sysfs_add(struct iommu_device *iommu, struct device *parent, const struct attribute_group **groups,
897 static inline int iommu_device_sysfs_add(struct iommu_device *iommu, struct device *parent, in iommu_device_sysfs_add() argument
/third_party/ffmpeg/libavcodec/
H A Dh264dec.c771 sl->ref_list[0][0].parent = &h->last_pic_for_ec; in decode_nal_units()
776 ff_h264_set_erpic(&h->er.last_pic, sl->ref_list[0][0].parent); in decode_nal_units()
781 ff_h264_set_erpic(&h->er.next_pic, sl->ref_list[1][0].parent); in decode_nal_units()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp42 return block->cf_node.parent->type == nir_cf_node_loop && in is_loop_header_block()
43 block == nir_loop_first_block(nir_cf_node_as_loop(block->cf_node.parent)); in is_loop_header_block()
55 nir_loop* loop = nir_cf_node_as_loop(block->cf_node.parent); in is_block_reachable()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.c635 ecma_value_t parent = ecma_proxy_object_get_prototype_of (v_obj_p); in ecma_op_function_has_instance() local
637 if (ECMA_IS_VALUE_ERROR (parent)) in ecma_op_function_has_instance()
642 v_obj_cp = ecma_proxy_object_prototype_to_cp (parent); in ecma_op_function_has_instance()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h771 : prev(), next(), parent(), in node()
779 container_node *parent; member in r600_sb::node
1154 return c->parent; in get_entry_code_location()
/third_party/node/deps/icu-small/source/common/
H A Duloc.cpp1655 char* parent, in uloc_getParent()
1663 CheckedArrayByteSink sink(parent, parentCapacity); in uloc_getParent()
1675 u_terminateChars(parent, parentCapacity, reslen, err); in uloc_getParent()
1654 uloc_getParent(const char* localeID, char* parent, int32_t parentCapacity, UErrorCode* err) uloc_getParent() argument
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc765 const TopLevelLiveRange* parent = range->TopLevel(); in PrintLiveRange() local
766 os_ << " " << parent->vreg() << ":" << parent->relative_id(); in PrintLiveRange()
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc159 Scope* parent = nullptr; in RetrieveScopeChain() local
163 while (parent != current) { in RetrieveScopeChain()
164 parent = current; in RetrieveScopeChain()
407 // for the case where the function is executing in its parent context. This in NeedsAndHasContext()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h417 /** The parent class for everything in the Document Object Model.
419 Nodes have siblings, a parent, and children. A node can be
519 TiXmlNode* Parent() { return parent; } in Parent()
520 const TiXmlNode* Parent() const { return parent; } in Parent()
549 for( child = parent->FirstChild(); child; child = child->NextSibling() )
555 while( child = parent->IterateChildren( child ) )
755 TiXmlNode* parent; member in TiXmlNode
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc147 const Descriptor* parent = descriptor.containing_type(); in NamePrefixedWithNestedTypes() local
148 if (parent != nullptr) { in NamePrefixedWithNestedTypes()
149 std::string prefix = NamePrefixedWithNestedTypes(*parent, separator); in NamePrefixedWithNestedTypes()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h758 // Identical to EmplaceTree, except that it copies the parent stack from
759 // the provided `parent` data if the parent is sampled.
760 void EmplaceTree(CordRep* rep, const InlineData& parent,
1086 inline void Cord::InlineRep::EmplaceTree(CordRep* rep, const InlineData& parent, in EmplaceTree() argument
1089 CordzInfo::MaybeTrackCord(data_, parent, method); in EmplaceTree()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_priv.c46 struct wpa_priv_interface *parent; member
446 struct wpa_priv_interface *iface = l2_ctx->parent; in wpa_priv_l2_rx()
511 iface->l2_ctx[idx].parent = iface; in wpa_priv_cmd_l2_register()
H A Dp2p_supplicant.c818 wpa_s->parent->own_addr : in p2ps_group_capability()
972 wpa_s->p2pdev = wpa_s->parent; in wpas_p2p_group_delete()
2160 wpa_s->parent != wpa_s && in wpas_p2p_init_group_interface()
2163 iface.ctrl_interface = wpa_s->parent->conf->ctrl_interface; in wpas_p2p_init_group_interface()
2321 group_wpa_s = wpa_s->parent; in wpas_go_neg_completed()
3002 os_memcpy(group_bssid, wpa_s->parent->own_addr, in wpas_invitation_process()
3835 * configuration file (instead of using parent's configuration file. in wpas_p2p_add_p2pdev_interface()
5264 if (group == wpa_s->parent) in wpas_p2p_join_start()
5627 if_addr = wpa_s->parent->own_addr; in wpas_p2p_connect()
6291 wpa_s->parent in wpas_p2p_get_group_iface()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_priv.c46 struct wpa_priv_interface *parent; member
454 struct wpa_priv_interface *iface = l2_ctx->parent; in wpa_priv_l2_rx()
519 iface->l2_ctx[idx].parent = iface; in wpa_priv_cmd_l2_register()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c174 struct vop_win *parent; member
390 if (!reg->mask && win->parent) { in vop_get_win_phy()
391 return win->parent->phy; in vop_get_win_phy()
2321 struct clk *parent; in vop_crtc_loader_protect() local
2323 parent = clk_get_parent(vop->dclk_source); in vop_crtc_loader_protect()
2324 if (parent) { in vop_crtc_loader_protect()
2325 if (clk_is_match(private->default_pll.pll, parent)) { in vop_crtc_loader_protect()
2327 } else if (clk_is_match(private->hdmi_pll.pll, parent)) { in vop_crtc_loader_protect()
4204 if (win->parent) { in vop_plane_init()
4205 drm_object_attach_property(&win->base.base, private->share_id_prop, win->parent in vop_plane_init()
[all...]
H A Drockchip_drm_vop2.c193 struct vop2_power_domain *parent; member
291 struct vop2_win *parent; member
900 if (!reg->mask && win->parent) { in vop2_get_win_regs()
901 return win->parent->regs; in vop2_get_win_regs()
1457 if (pd->parent) { in vop2_power_domain_get()
1458 vop2_power_domain_get(pd->parent); in vop2_power_domain_get()
1477 * For a nested power domain(PD_Cluster0 is the parent of PD_CLuster1/2/3) in vop2_power_domain_put()
1478 * the parent powe domain must be enabled before child power domain in vop2_power_domain_put()
1483 * when all child PD is disabled, we want disable the parent in vop2_power_domain_put()
1501 if (pd->parent) { in vop2_power_domain_put()
1534 vop2_win_multi_area_disable(struct vop2_win *parent) vop2_win_multi_area_disable() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_zipfile.py3381 assert (root / 'a').parent.at == ''
3382 assert (root / 'a' / 'b').parent.at == 'a/'
3387 assert (root / 'b').parent.at == ''
3388 assert (root / 'b/').parent.at == ''
3393 assert (root / 'missing dir/').parent.at == ''
3526 assert root.parent == pathlib.Path('.')
3528 assert root.parent == pathlib.Path('foo')
3534 or parent of an unnamed zipfile.
3541 root.parent
3543 # .name and .parent shoul
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c4444 deref_instr = nir_src_as_deref(deref_instr->parent); in get_sampler_desc_internal()
4447 deref_instr = nir_src_as_deref(deref_instr->parent); in get_sampler_desc_internal()
5170 nir_deref_instr *parent = nir_deref_instr_parent(instr); in visit_deref() local
5171 uint64_t offset = glsl_get_struct_field_offset(parent->type, instr->strct.index); in visit_deref()
5172 result = ac_build_gep_ptr(&ctx->ac, get_src(ctx, instr->parent), in visit_deref()
5175 result = ac_build_gep0(&ctx->ac, get_src(ctx, instr->parent), in visit_deref()
5181 nir_deref_instr *parent = nir_deref_instr_parent(instr); in visit_deref() local
5182 unsigned stride = glsl_get_explicit_stride(parent->type); in visit_deref()
5184 if ((glsl_type_is_matrix(parent->type) && glsl_matrix_type_is_row_major(parent in visit_deref()
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c293 struct tag *parent; /* parent of this element */ member
1132 // destroying parser->m_dtd because the DTD is shared with the parent in parserCreate()
1265 tStk = tStk->parent; in XML_ParserReset()
1266 tag->parent = parser->m_freeTagList; in XML_ParserReset()
1519 tagList = tagList->parent; in XML_ParserFree()
2656 tag = tag->parent; in storeRawNames()
2954 parser->m_freeTagList = parser->m_freeTagList->parent; in doContent()
2967 tag->parent = parser->m_tagStack; in doContent()
3066 parser->m_tagStack = tag->parent; in doContent()
7456 CONTENT_SCAFFOLD *parent nextScaffoldPart() local
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c286 struct tag *parent; /* parent of this element */ member
1074 // destroying parser->m_dtd because the DTD is shared with the parent in parserCreate()
1204 tStk = tStk->parent; in XML_ParserReset()
1205 tag->parent = parser->m_freeTagList; in XML_ParserReset()
1455 tagList = tagList->parent; in XML_ParserFree()
2613 tag = tag->parent; in storeRawNames()
2911 parser->m_freeTagList = parser->m_freeTagList->parent; in doContent()
2924 tag->parent = parser->m_tagStack; in doContent()
3030 parser->m_tagStack = tag->parent; in doContent()
7469 CONTENT_SCAFFOLD *parent nextScaffoldPart() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c154 s->parent.parent.parent.free = upload_stream_free; in upload_stream_new()
408 s->parent.parent.free = record_stream_free; in record_stream_new()
409 s->parent.process_msg = record_stream_process_msg; in record_stream_new()
417 s->source_output->parent.process_msg = source_output_process_msg; in record_stream_new()
894 s->parent.parent.parent in playback_stream_new()
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dbridge.c530 struct device_node *parent = dev->of_node; in check_remote_node() local
536 remote = of_graph_get_remote_node(parent, i, j); in check_remote_node()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dlinux_osl.h616 #define OSL_RB_LINK_NODE(node, parent, rb_link) \
617 rb_link_node(node, parent, rb_link)
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H A Dclk.c149 * remuxed back to the original parent before clk_change_rate in rockchip_clk_frac_notifier_cb()
314 pr_debug("%s: found fractional parent in mux at pos %d\n", __func__, frac->mux_frac_idx); in rockchip_clk_register_frac_branch()
320 pr_warn("%s: could not find %s as parent of %s, rate changes may not work\n", __func__, name, child->name); in rockchip_clk_register_frac_branch()
611 u8 num_parents, struct clk *parent, struct clk *alt_parent, in rockchip_clk_register_armclk()
617 clk = rockchip_clk_register_cpuclk(name, num_parents, parent, alt_parent, reg_data, rates, nrates, ctx->reg_base, in rockchip_clk_register_armclk()
610 rockchip_clk_register_armclk(struct rockchip_clk_provider *ctx, unsigned int lookup_id, const char *name, u8 num_parents, struct clk *parent, struct clk *alt_parent, const struct rockchip_cpuclk_reg_data *reg_data, const struct rockchip_cpuclk_rate_table *rates, int nrates) rockchip_clk_register_armclk() argument

Completed in 84 milliseconds

1...<<61626364656667686970>>...81