Lines Matching defs:node
504 * Each objagg instance contains multiple trees. Each tree node is
737 struct objagg_tmp_node *node = &graph->nodes[index];
738 unsigned int weight = node->objagg_obj->stats.user_count;
741 /* Node weight is sum of node users and all other nodes users
742 * that this node can represent with delta.
748 node = &graph->nodes[j];
749 if (node->crossed_out)
751 weight += node->objagg_obj->stats.user_count;
758 struct objagg_tmp_node *node;
765 node = &graph->nodes[i];
766 if (node->crossed_out)
781 struct objagg_tmp_node *node;
804 node = &graph->nodes[i++];
805 node->objagg_obj = objagg_obj;
816 node = &graph->nodes[j];
819 node->objagg_obj->obj)) {
847 struct objagg_tmp_node *node;
860 node = &graph->nodes[index];
861 node->crossed_out = true;
863 node->objagg_obj,
874 node = &graph->nodes[j];
875 if (node->crossed_out)
877 node->crossed_out = true;
879 node->objagg_obj,