Searched refs:create_node (Results 1 – 6 of 6) sorted by relevance
| /third_party/selinux/libsepol/cil/src/ |
| D | cil_parser.c | 76 static void create_node(struct cil_tree_node **node, struct cil_tree_node *current, uint32_t line, … in create_node() function 139 create_node(&node, *current, tok.line, *hll_offset, NULL); in add_hll_linemark() 143 create_node(&node, *current, tok.line, *hll_offset, CIL_KEY_SRC_INFO); in add_hll_linemark() 146 create_node(&node, *current, tok.line, *hll_offset, hll_type); in add_hll_linemark() 155 create_node(&node, *current, tok.line, *hll_offset, cil_strpool_add(tok.value)); in add_hll_linemark() 169 create_node(&node, *current, tok.line, *hll_offset, cil_strpool_add(tok.value)); in add_hll_linemark() 197 create_node(&node, *current, 0, 0, NULL); in add_cil_path() 201 create_node(&node, *current, 0, 0, CIL_KEY_SRC_INFO); in add_cil_path() 204 create_node(&node, *current, 0, 0, CIL_KEY_SRC_CIL); in add_cil_path() 207 create_node(&node, *current, 0, 0, cil_strpool_add("1")); in add_cil_path() [all …]
|
| /third_party/gstreamer/gstreamer/tests/benchmarks/ |
| D | capsnego.c | 65 create_node (GstBin * bin, GstElement * sink, const gchar * sinkpadname, in create_node() function 112 if (!create_node (bin, sink, sink_pads[flavour][ELEM_MIX], &new_sink, in create_nodes() 243 if (!create_node (bin, sink, "sink", &new_sink, children, flavour)) { in main()
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_ssa_builder.cpp | 41 nn = sh.create_node(NT_OP, NST_PHI); in create_phi_nodes() 176 psi = sh.create_node(NT_OP, NST_PSI); in visit()
|
| D | sb_shader.h | 355 node* create_node(node_type nt, node_subtype nst,
|
| D | sb_shader.cpp | 257 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) { in create_node() function in r600_sb::shader
|
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
| D | memory_check.c | 164 static struct node *create_node(int tid, void *ptr, size_t size) in create_node() function 193 node = create_node(tid, ptr, size); in insert_node()
|