| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 683 nir_deref_instr *parent = in lower_tex_src_to_offset() local 820 nir_deref_instr *parent = in lower_image_deref() local [all...] |
| /third_party/ltp/testcases/kernel/fs/fsstress/ |
| H A D | fsstress.c | 97 int parent; member 558 void add_to_flist(int ft, int id, int parent) in add_to_flist() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.c | 747 spirv_builder_set_phi_operand(struct spirv_builder *b, size_t position, size_t index, SpvId variable, SpvId parent) spirv_builder_set_phi_operand() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-objects.cc | 1790 auto parent = ReadOnlyRoots(isolate).undefined_value(); in New() local 1767 New( Isolate* isolate, std::unique_ptr<wasm::StackMemory> stack, Handle<HeapObject> parent) New() argument 1795 New( Isolate* isolate, Handle<WasmContinuationObject> parent) New() argument
|
| /third_party/node/src/ |
| H A D | node_http2.cc | 2848 Http2Stream* parent; in PushPromise() local 341 Http2Priority(Environment* env, Local<Value> parent, Local<Value> weight, Local<Value> exclusive) Http2Priority() argument
|
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse.c | 118 struct node *parent; member 304 static unsigned int name_hash(struct fuse *f, fuse_ino_t parent, in name_hash() argument 344 struct node *parent = get_node(f, parentid); in hash_name() local 385 lookup_node(struct fuse *f, fuse_ino_t parent, const char *name) lookup_node() argument 398 find_node(struct fuse *f, fuse_ino_t parent, const char *name) find_node() argument 1336 fuse_lib_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) fuse_lib_lookup() argument 1549 fuse_lib_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) fuse_lib_mknod() argument 1589 fuse_lib_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) fuse_lib_mkdir() argument 1615 fuse_lib_unlink(fuse_req_t req, fuse_ino_t parent, const char *name) fuse_lib_unlink() argument 1644 fuse_lib_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name) fuse_lib_rmdir() argument 1668 fuse_lib_symlink(fuse_req_t req, const char *linkname, fuse_ino_t parent, const char *name) fuse_lib_symlink() argument 1783 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 [all...] |
| /third_party/ntfs-3g/src/ |
| H A D | lowntfs-3g.c | 219 fuse_ino_t parent; member 375 static u64 ntfs_fuse_inode_lookup(fuse_ino_t parent, const char *name) in ntfs_fuse_inode_lookup() argument 1027 static void ntfs_fuse_lookup(fuse_req_t req, fuse_ino_t parent, in ntfs_fuse_lookup() argument 2339 static int ntfs_fuse_create(fuse_req_t req, fuse_ino_t parent, const char *name, in ntfs_fuse_create() argument 2539 ntfs_fuse_create_file(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) ntfs_fuse_create_file() argument 2554 ntfs_fuse_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) ntfs_fuse_mknod() argument 2568 ntfs_fuse_symlink(fuse_req_t req, const char *target, fuse_ino_t parent, const char *name) ntfs_fuse_symlink() argument 2687 ntfs_fuse_rm(fuse_req_t req, fuse_ino_t parent, const char *name, enum RM_TYPES rm_type __attribute__((unused))) ntfs_fuse_rm() argument 2883 ntfs_fuse_unlink(fuse_req_t req, fuse_ino_t parent, const char *name) ntfs_fuse_unlink() argument 2895 ntfs_fuse_safe_rename(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name, fuse_ino_t xino, fuse_ino_t newparent, const char *newname, const char *tmp) ntfs_fuse_safe_rename() argument 2947 ntfs_fuse_rename_existing_dest(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name, fuse_ino_t xino, fuse_ino_t newparent, const char *newname) ntfs_fuse_rename_existing_dest() argument 3008 ntfs_fuse_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname) ntfs_fuse_rename() argument 3153 ntfs_fuse_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) ntfs_fuse_mkdir() argument 3167 ntfs_fuse_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name) ntfs_fuse_rmdir() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucurr.cpp | 607 CharString parent; in ucurr_forLocale() local
|
| H A D | uresbund.cpp | 3040 getParentForFunctionalEquivalent(const char* localeID, UResourceBundle* res, UResourceBundle* bund1, char* parent, int32_t parentCapacity) getParentForFunctionalEquivalent() argument 3074 char parent[1024] = ""; ures_getFunctionalEquivalent() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | tznames_impl.cpp | 310 TextTrieMap::addChildNode(CharacterNode *parent, char16_t c, UErrorCode &status) { in addChildNode() argument 354 TextTrieMap::getChildNode(CharacterNode *parent, char16_t c) const { in getChildNode() argument
|
| /third_party/libfuse/lib/ |
| H A D | fuse_lowlevel.c | 2332 static int fuse_lowlevel_notify_entry(struct fuse_session *se, fuse_ino_t parent, argument 2359 int fuse_lowlevel_notify_inval_entry(struct fuse_session *se, fuse_ino_t parent, argument 2365 int fuse_lowlevel_notify_expire_entry(struct fuse_session *se, fuse_ino_t parent, argument 2378 fuse_lowlevel_notify_delete(struct fuse_session *se, fuse_ino_t parent, fuse_ino_t child, const char *name, size_t namelen) global() argument [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | linearize.c | 1709 struct basic_block *parent; in insert_phis() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tznames_impl.cpp | 302 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status) { in addChildNode() argument 346 TextTrieMap::getChildNode(CharacterNode *parent, UChar c) const { in getChildNode() argument
|
| /third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
| H A D | StackWalker.cpp | 252 StackWalkerInternal(StackWalker* parent, HANDLE hProcess) in StackWalkerInternal() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gpos-table.hh | 1856 unsigned int parent = j; in apply() local [all...] |
| /third_party/python/Modules/ |
| H A D | _elementtree.c | 582 ElementObject* parent; in subelement() local 2061 ElementObject *parent; member 2108 parent_stack_push_new(ElementIterObject *it, ElementObject *parent) parent_stack_push_new() argument [all...] |
| H A D | itertoolsmodule.c | 420 PyObject *parent; member 434 itertools__grouper_impl(PyTypeObject *type, PyObject *parent, in itertools__grouper_impl() argument 442 _grouper_create(groupbyobject *parent, PyObject *tgtkey) in _grouper_create() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uresbund.cpp | 963 init_resb_result(const ResourceData *rdata, Resource r, const char *key, int32_t idx, UResourceDataEntry *realData, const UResourceBundle *parent, int32_t noAlias, UResourceBundle *resB, UErrorCode *status) init_resb_result() argument 2626 char parent[1024] = ""; ures_getFunctionalEquivalent() local [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | ip.c | 63 int flags, iface_idx, mtu, txqueuelen, parent,iface_type; member
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor_unittest.cc | 80 DescriptorProto* AddNestedMessage(DescriptorProto* parent, in AddNestedMessage() argument 94 EnumDescriptorProto* AddNestedEnum(DescriptorProto* parent, in AddNestedEnum() argument 108 FieldDescriptorProto* AddField(DescriptorProto* parent, const std::string& name, in AddField() argument 133 FieldDescriptorProto* AddNestedExtension(DescriptorProto* parent, in AddNestedExtension() argument 147 DescriptorProto::ExtensionRange* AddExtensionRange(DescriptorProto* parent, in AddExtensionRange() argument 155 AddReservedRange(DescriptorProto* parent, int start, int end) AddReservedRange() argument 163 AddReservedRange( EnumDescriptorProto* parent, int start, int end) AddReservedRange() argument [all...] |
| H A D | text_format.cc | 648 ParseInfoTree* parent = parse_info_tree_; in ConsumeFieldMessage() local
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | message.cc | 1333 CMessage* parent in Dealloc() local 2720 CMessage* parent = this->parent; RemoveFromParentCache() local [all...] |
| /third_party/python/PC/ |
| H A D | launcher2.c | 1187 struct EnvironmentInfo *parent; member 1325 addEnvironmentInfo(EnvironmentInfo **root, EnvironmentInfo* parent, EnvironmentInfo *node) in addEnvironmentInfo() argument [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderTextureFunctionTests.cpp | 1363 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, const TexFuncCaseSpec* cases, int numCases) in createCaseGroup() argument
|
| /device/soc/rockchip/common/vendor/drivers/phy/ |
| H A D | phy-rockchip-mipi-rx.c | 1062 struct device_node *parent = dev->of_node;
in rv1126_mipidphy_individual_init() local
|