Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc843 const int num_colors = sizeof (colors) / sizeof (colors[0]); in get_dot_fillcolor() local
844 return colors[total_sm_state % num_colors]; in get_dot_fillcolor()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc1142 const int num_colors = sizeof (colors) / sizeof (colors[0]); in get_dot_fillcolor() local
1143 return colors[total_sm_state % num_colors]; in get_dot_fillcolor()