| 2955 | }; |
| 2956 | |
| 2957 | static void color_tree_init(ColorTree* tree) |
| 2958 | { |
| 2959 | int i; |
| 2960 | for(i = 0; i < 16; i++) tree->children[i] = 0; |
| 2961 | tree->index = -1; |
| 2962 | } |
| 2963 | |
| 2964 | static void color_tree_cleanup(ColorTree* tree) |
| 2965 | { |
no outgoing calls
no test coverage detected