Searched defs:ColorTree (Results 1 – 1 of 1) sorted by relevance
3591 typedef struct ColorTree ColorTree; typedef3599 struct ColorTree { struct3600 ColorTree * children[16]; /*up to 16 pointers to ColorTree of next level*/ argument3604 static void color_tree_init(ColorTree * tree) in color_tree_init() argument