HomeSort by relevance Sort by last modified time
    Searched refs:node_a (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir_function.cpp 46 const exec_node *node_a = list_a->get_head_raw(); local
54 ; !node_a->is_tail_sentinel()
55 ; node_a = node_a->next, node_b = node_b->next) {
64 const ir_variable *const param = (ir_variable *) node_a;
225 const exec_node *node_a = sig->parameters.get_head_raw(); local
232 ; !node_a->is_tail_sentinel()
233 ; node_a = node_a->next,
237 (const ir_variable *)node_a,
371 const exec_node *node_a = list_a->get_head_raw(); local
    [all...]
  /system/libufdt/
ufdt_node.c 205 static int merge_children(struct ufdt_node *node_a, struct ufdt_node *node_b,
216 ufdt_node_get_subnode_by_name(node_a, ufdt_node_name(cur_node));
219 ufdt_node_get_property_by_name(node_a, ufdt_node_name(cur_node));
222 err = ufdt_node_add_child(node_a, cur_node);
230 * The ufdt_node* in node_b will be copied to node_a.
241 int ufdt_node_merge_into(struct ufdt_node *node_a, struct ufdt_node *node_b,
243 if (ufdt_node_tag(node_a) == FDT_PROP) {
244 node_a->fdt_tag_ptr = node_b->fdt_tag_ptr;
249 err = merge_children(node_a, node_b, pool);
  /external/jemalloc/test/unit/
rtree.c 35 extent_node_t node_a, node_b; local
42 assert_false(rtree_set(&rtree, 0, &node_a),
44 assert_ptr_eq(rtree_get(&rtree, 0, true), &node_a, local
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-parse.y 850 string_node_t *node_a, *node_b;
858 for (node_a = a->head, node_b = b->head;
859 node_a && node_b;
860 node_a = node_a->next, node_b = node_b->next)
862 if (strcmp (node_a->str, node_b->str))
869 return node_a == node_b;
1060 token_node_t *node_a, *node_b;
1068 node_a = a->head;
1073 if (node_a == NULL && node_b == NULL
    [all...]
  /system/libufdt/include/
libufdt.h 269 int ufdt_node_merge_into(struct ufdt_node *node_a, struct ufdt_node *node_b,
  /art/compiler/optimizing/
register_allocator_graph_color.cc 124 : node_a(a),
136 InterferenceNode* const node_a; member in struct:art::CoalesceOpportunity
    [all...]

Completed in 159 milliseconds