Searched refs:MAX_EDGES_PER_NODE (Results 1 – 1 of 1) sorted by relevance
42 #define MAX_EDGES_PER_NODE 7 macro47 uint8_t next_nodes[MAX_EDGES_PER_NODE];48 uint8_t next_percentage[MAX_EDGES_PER_NODE];294 for (i = 0; i < nodes_per_stage && edges < MAX_EDGES_PER_NODE; i++) { in graph_node_count_edges()307 if (edges >= MAX_EDGES_PER_NODE || (edges && total_percent != 100)) { in graph_node_count_edges()492 if (edges >= MAX_EDGES_PER_NODE || total_percent != 100) { in graph_init()555 if (edges >= MAX_EDGES_PER_NODE || total_percent != 100) { in graph_init()