/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_dominance.c | 250 nir_block_dominates(nir_block *parent, nir_block *child) in nir_block_dominates() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_buffers.c | 46 nir_deref_instr *parent = nir_deref_instr_parent(deref); in get_block_array_index() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_buffer_upload.c | 55 struct nine_buffer_group *parent; /* Can be NULL */ member [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | memory.cpp | 133 sub_buffer::sub_buffer(root_buffer &parent, cl_mem_flags flags, in sub_buffer() argument
|
H A D | memory.hpp | 126 const intrusive_ref<root_buffer> parent; member in clover::sub_buffer
|
/third_party/node/src/ |
H A D | pipe_wrap.cc | 50 Instantiate(Environment* env, AsyncWrap* parent, PipeWrap::SocketType type) Instantiate() argument
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | cache.h | 63 u64 parent; member
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__htable_asvp.c | 40 ares__htable_asvp_t *parent; member
|
/third_party/mesa3d/src/util/ |
H A D | rb_tree.c | 155 rb_tree_insert_at(struct rb_tree *T, struct rb_node *parent, in rb_tree_insert_at() argument [all...] |
H A D | slab.c | 75 slab_get_element(struct slab_parent_pool *parent, in slab_get_element() argument 105 slab_create_parent(struct slab_parent_pool *parent, in slab_create_parent() argument 117 slab_destroy_parent(struct slab_parent_pool *parent) in slab_destroy_parent() argument 125 slab_create_child(struct slab_child_pool *pool, struct slab_parent_pool *parent) slab_create_child() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_analysis.c | 192 const nir_instr *parent = src->src.ssa[0].parent_instr; in get_nir_input_info() local 257 const nir_instr *parent = texcoord->src.ssa->parent_instr; get_texcoord_provenance() local [all...] |
/third_party/libfuse/example/ |
H A D | hello_ll.c | 70 static void hello_ll_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in hello_ll_lookup() argument
|
/third_party/libfuse/test/ |
H A D | test_setattr.c | 55 static void tfs_lookup(fuse_req_t req, fuse_ino_t parent, in tfs_lookup() argument
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str01.c | 169 int synchronize_children(c_info * parent) in synchronize_children() argument 321 doit(c_info * parent) doit() argument [all...] |
/third_party/ltp/testcases/kernel/sched/nptl/ |
H A D | nptl01.c | 59 pthread_cond_t parent; variable
|
/third_party/libinput/udev/ |
H A D | libinput-device-group.c | 181 struct udev_device *parent; in main() local
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ |
H A D | FormattableRvAdapter.java | 34 public ViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) { in onCreateViewHolder() argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | cse.c | 284 struct basic_block *parent; in trivial_common_parent() local
|
H A D | memops.c | 60 struct basic_block *parent; in find_dominating_parents() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 3-3.c | 163 static void parent(void) in parent() function
|
/third_party/node/deps/v8/src/objects/ |
H A D | module-inl.h | 113 AddAsyncParentModule(Isolate* isolate, Handle<SourceTextModule> module, Handle<SourceTextModule> parent) AddAsyncParentModule() argument
|
H A D | templates-inl.h | 128 Object parent = GetParentTemplate(); in GetParent() local
|
/third_party/node/deps/v8/src/tasks/ |
H A D | cancelable-task.h | 96 explicit Cancelable(CancelableTaskManager* parent) in Cancelable() argument
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | codegen.c | 31 static gpir_codegen_src gpir_get_alu_input(gpir_node *parent, gpir_node *child) in gpir_get_alu_input() argument
|
H A D | node.c | 374 void gpir_node_replace_child(gpir_node *parent, gpir_node *old_child, in gpir_node_replace_child() argument 413 void gpir_node_insert_child(gpir_node *parent, gpir_node *child, in gpir_node_insert_child() argument [all...] |