Home
last modified time | relevance | path

Searched refs:total_percent (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c279 uint8_t total_percent = 0; in graph_node_count_edges() local
292 total_percent += edge_map[stage + 1][i][node]; in graph_node_count_edges()
318 uint8_t total_percent = 0; in graph_init() local
376 total_percent = 0; in graph_init()
378 total_percent += edge_map[i][j][k]; in graph_init()
379 if (!total_percent) in graph_init()
442 total_percent = 0; in graph_init()
476 total_percent += src_map[i][j]; in graph_init()
481 if (edges >= MAX_EDGES_PER_NODE || total_percent != 100) { in graph_init()
527 total_percent = 0; in graph_init()
[all …]