Searched refs:MAX_EDGES_PER_NODE (Results 1 – 1 of 1) sorted by relevance
31 #define MAX_EDGES_PER_NODE 7 macro36 uint8_t next_nodes[MAX_EDGES_PER_NODE];37 uint8_t next_percentage[MAX_EDGES_PER_NODE];283 for (i = 0; i < nodes_per_stage && edges < MAX_EDGES_PER_NODE; i++) { in graph_node_count_edges()296 if (edges >= MAX_EDGES_PER_NODE || (edges && total_percent != 100)) { in graph_node_count_edges()481 if (edges >= MAX_EDGES_PER_NODE || total_percent != 100) { in graph_init()544 if (edges >= MAX_EDGES_PER_NODE || total_percent != 100) { in graph_init()