Lines Matching refs:total_percent
290 uint8_t total_percent = 0; in graph_node_count_edges() local
303 total_percent += edge_map[stage + 1][i][node]; in graph_node_count_edges()
307 if (edges >= MAX_EDGES_PER_NODE || (edges && total_percent != 100)) { in graph_node_count_edges()
329 uint8_t total_percent = 0; in graph_init() local
387 total_percent = 0; in graph_init()
389 total_percent += edge_map[i][j][k]; in graph_init()
390 if (!total_percent) in graph_init()
453 total_percent = 0; in graph_init()
487 total_percent += src_map[i][j]; in graph_init()
492 if (edges >= MAX_EDGES_PER_NODE || total_percent != 100) { in graph_init()
538 total_percent = 0; in graph_init()
551 total_percent += snk_map[i][j]; in graph_init()
555 if (edges >= MAX_EDGES_PER_NODE || total_percent != 100) { in graph_init()