函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\objagg.c Create Date:2022-07-27 08:22:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:objagg_tmp_graph_node_max_weight

函数原型:static int objagg_tmp_graph_node_max_weight(struct objagg_tmp_graph *graph)

返回类型:int

参数:

类型参数名称
struct objagg_tmp_graph *graph
759  max_weight等于0
761  max_index等于负1
764 i小于nodes_count循环
765  node等于nodes[i]
766  如果crossed_out则继续下一循环
768  weight等于objagg_tmp_graph_node_weight(graph, i)
769  如果weight大于等于max_weight
770  max_weight等于weight
771  max_index等于i
774  返回:max_index
调用者
名称描述
objagg_opt_simple_greedy_fillup_hints