HomeSort by relevance Sort by last modified time
    Searched refs:node_a (Results 1 - 11 of 11) 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/tensorflow/tensorflow/contrib/framework/python/framework/
graph_util_test.py 43 node_a = GetNewNode('A', 'Placeholder', [])
48 graph_def.node.extend([node_a, node_b, node_c, node_d, node_e])
64 node_a = GetNewNode('A', 'Placeholder', [])
70 graph_def.node.extend([node_a, node_a1, node_b, node_c, node_d, node_e])
  /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,
  /system/libufdt/tests/libufdt_verify/
ufdt_test_overlay.cpp 31 static bool ufdt_node_compare(struct ufdt_node *node_a, struct ufdt_node *node_b,
36 * at node_a.
38 static bool compare_child_nodes(struct ufdt_node *node_a, struct ufdt_node *node_b,
49 ufdt_node_get_subnode_by_name(node_a, ufdt_node_name(cur_node));
52 ufdt_node_get_property_by_name(node_a, ufdt_node_name(cur_node));
125 * node_a.
  /external/python/cpython3/Objects/
odictobject.c 797 _ODictNode *node_a, *node_b; local
799 node_a = _odict_FIRST(a);
802 if (node_a == NULL && node_b == NULL)
805 else if (node_a == NULL || node_b == NULL)
810 (PyObject *)_odictnode_KEY(node_a),
819 node_a = _odictnode_NEXT(node_a);
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
debug_graphs.py 31 name: An input node name (e.g., "node_a") or tensor name (e.g.,
32 "node_a:0"), as a str.
  /art/compiler/optimizing/
register_allocator_graph_color.cc 124 : node_a(a),
136 InterferenceNode* const node_a; member in struct:art::CoalesceOpportunity
    [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer_test.cc 146 Output node_a = ops::Const(root.WithOpName(NAME_A), NODE_A_VAL); local
148 Output node_add = BuildAddOps(root.WithOpName(NAME_A_PLUS_B), node_a, node_b);

Completed in 289 milliseconds