Home
last modified time | relevance | path

Searched defs:parent (Results 1351 - 1375 of 1400) sorted by relevance

1...<<515253545556

/third_party/ffmpeg/libavformat/
H A Dmovenc.c513 int parent = hdr->substreamid; in handle_eac3() local
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp1463 void InheritQualifiers(glslang::TQualifier& child, const glslang::TQualifier& parent) in InheritQualifiers() argument
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c5170 nir_deref_instr *parent = nir_deref_instr_parent(instr); in visit_deref() local
5181 nir_deref_instr *parent = nir_deref_instr_parent(instr); in visit_deref() local
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c660 static void add_dso_parent(struct dso *p, struct dso *parent) in add_dso_parent() argument
687 static void remove_dso_parent(struct dso *p, struct dso *parent) in remove_dso_parent() argument
/third_party/libfuse/lib/
H A Dfuse.c141 struct node *parent; member
685 static size_t name_hash(struct fuse *f, fuse_ino_t parent, in name_hash() argument
791 struct node *parent = get_node(f, parentid); in hash_name() local
846 lookup_node(struct fuse *f, fuse_ino_t parent, const char *name) lookup_node() argument
867 find_node(struct fuse *f, fuse_ino_t parent, const char *name) find_node() argument
2632 fuse_lib_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) fuse_lib_lookup() argument
2891 fuse_lib_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) fuse_lib_mknod() argument
2929 fuse_lib_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) fuse_lib_mkdir() argument
2951 fuse_lib_unlink(fuse_req_t req, fuse_ino_t parent, const char *name) fuse_lib_unlink() argument
2991 fuse_lib_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name) fuse_lib_rmdir() argument
3012 fuse_lib_symlink(fuse_req_t req, const char *linkname, fuse_ino_t parent, const char *name) fuse_lib_symlink() argument
3129 fuse_lib_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) fuse_lib_create() argument
3446 lookup_nodeid(struct fuse *f, fuse_ino_t parent, const char *name) lookup_nodeid() argument
[all...]
/third_party/libinput/test/
H A Dlitest.c121 pid_t parent, child; in litest_backtrace() local
1563 char *path, *parent; in mkdir_p() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc1174 SpillRange::SpillRange(TopLevelLiveRange* parent, Zone* zone) in SpillRange() argument
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc3025 Register parent = tmp2; in ReloadParentContinuation() local
4040 Register parent = rdx; in Generate_WasmSuspend() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc2596 Map parent = Map::cast(potential_parent); in ClearPotentialSimpleMapTransition() local
2788 Map parent = Map::cast(map.constructor_or_back_pointer()); in ClearFullMapTransitions() local
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc3825 std::string parent = "TorqueGenerated" + type->name() + "<" + type->name() + in GenerateClassExport() local
4228 base::Optional<const ClassType*> parent = type_->parent()->ClassSupertype(); in GenerateClass() local
3927 ClassFieldOffsetGenerator(std::ostream& header, std::ostream& inline_header, const ClassType* type, std::string gen_name, const ClassType* parent) ClassFieldOffsetGenerator() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c507 nir_intrinsic_instr *parent = nir_src_as_intrinsic(instr->src[0]); in bi_emit_load_vary() local
/third_party/musl/ldso/linux/
H A Ddynlink.c694 static void add_dso_parent(struct dso *p, struct dso *parent) in add_dso_parent() argument
721 static void remove_dso_parent(struct dso *p, struct dso *parent) in remove_dso_parent() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1147 ExpandContext (const ExpandContext& parent) in ExpandContext() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp1483 Vector4 *parent; member in rr::Swizzle2
1493 Vector4 *parent; member in rr::Swizzle4
1508 Vector4 *parent; member in rr::SwizzleMask4
1541 Vector4 *parent; member in rr::SwizzleMask1
1555 Float4 *parent; member in rr::SwizzleMask2
[all...]
/third_party/python/Modules/
H A D_pickle.c1842 PyObject *parent = NULL; in get_deep_attribute() local
3607 PyObject *parent = NULL; in save_global() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc896 FindNestedSymbol( const void* parent, StringPiece name) const FindNestedSymbol() argument
907 FindNestedSymbolOfType( const void* parent, StringPiece name, const Symbol::Type type) const FindNestedSymbolOfType() argument
951 FindFieldByNumber( const Descriptor* parent, int number) const FindFieldByNumber() argument
984 FindFieldByLowercaseName( const void* parent, StringPiece lowercase_name) const FindFieldByLowercaseName() argument
1008 FindFieldByCamelcaseName( const void* parent, StringPiece camelcase_name) const FindFieldByCamelcaseName() argument
1017 FindEnumValueByNumber( const EnumDescriptor* parent, int number) const FindEnumValueByNumber() argument
1024 FindEnumValueByNumberCreatingIfUnknown( const EnumDescriptor* parent, int number) const FindEnumValueByNumberCreatingIfUnknown() argument
1101 AddAliasUnderParent(const void* parent, const std::string& name, Symbol symbol) AddAliasUnderParent() argument
1125 const void* parent = FindParentForFieldsByMap(field); AddFieldByStylizedNames() local
3319 BuildField(const FieldDescriptorProto& proto, Descriptor* parent, FieldDescriptor* result) BuildField() argument
3323 BuildExtension(const FieldDescriptorProto& proto, Descriptor* parent, FieldDescriptor* result) BuildExtension() argument
4022 AddSymbol(const std::string& full_name, const void* parent, const std::string& name, const Message& proto, Symbol symbol) AddSymbol() argument
4602 BuildMessage(const DescriptorProto& proto, const Descriptor* parent, Descriptor* result) BuildMessage() argument
4740 BuildFieldOrExtension(const FieldDescriptorProto& proto, Descriptor* parent, FieldDescriptor* result, bool is_extension) BuildFieldOrExtension() argument
5038 BuildExtensionRange( const DescriptorProto::ExtensionRange& proto, const Descriptor* parent, Descriptor::ExtensionRange* result) BuildExtensionRange() argument
5075 BuildReservedRange( const DescriptorProto::ReservedRange& proto, const Descriptor* parent, Descriptor::ReservedRange* result) BuildReservedRange() argument
5086 BuildReservedRange( const EnumDescriptorProto::EnumReservedRange& proto, const EnumDescriptor* parent, EnumDescriptor::ReservedRange* result) BuildReservedRange() argument
5098 BuildOneof(const OneofDescriptorProto& proto, Descriptor* parent, OneofDescriptor* result) BuildOneof() argument
5191 BuildEnum(const EnumDescriptorProto& proto, const Descriptor* parent, EnumDescriptor* result) BuildEnum() argument
5287 BuildEnumValue(const EnumValueDescriptorProto& proto, const EnumDescriptor* parent, EnumValueDescriptor* result) BuildEnumValue() argument
5382 BuildMethod(const MethodDescriptorProto& proto, const ServiceDescriptor* parent, MethodDescriptor* result) BuildMethod() argument
[all...]
/third_party/python/Objects/
H A Dtypeobject.c4683 PyTypeObject *parent = child->tp_base; in compatible_with_tp_base() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp708 ExpandContext (const ExpandContext& parent) in ExpandContext() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1148 ExpandContext (const ExpandContext& parent) in ExpandContext() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant_i.h492 struct wpa_supplicant *parent; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c5711 static struct wpa_supplicant *wpa_supplicant_alloc(struct wpa_supplicant *parent) argument
7499 wpa_supplicant_add_iface(struct wpa_global *global, struct wpa_interface *iface, struct wpa_supplicant *parent) global() argument
7608 struct wpa_supplicant *parent = wpa_s->parent; global() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c615 struct rb_node *parent = NULL; fair_enqueue_entity() local
11864 alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) alloc_fair_sched_group() argument
11955 init_tg_cfs_entry(struct task_group *tg, struct cfs_rq *cfs_rq, struct sched_entity *se, int cpu, struct sched_entity *parent) init_tg_cfs_entry() argument
12032 alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) alloc_fair_sched_group() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c193 struct vop2_power_domain *parent; member
291 struct vop2_win *parent; member
1534 vop2_win_multi_area_disable(struct vop2_win *parent) vop2_win_multi_area_disable() argument
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c1537 static int mark_reg_read(struct bpf_verifier_env *env, const struct bpf_reg_state *state, struct bpf_reg_state *parent, in mark_reg_read() argument
9307 struct bpf_func_state *state, *parent; propagate_liveness() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c209 struct vop2_power_domain *parent; member
307 struct vop2_win *parent; member
1537 vop2_win_multi_area_disable(struct vop2_win *parent) vop2_win_multi_area_disable() argument
5317 vop2_clk_set_parent(struct clk *clk, struct clk *parent) vop2_clk_set_parent() argument
[all...]

Completed in 205 milliseconds

1...<<515253545556