Searched defs:IS_BLACK (Results 1 – 4 of 4) sorted by relevance
38 #define IS_BLACK(x) ((x)==NULL || (x)->color == Black) macro
154 #define IS_BLACK( global() macro [all...]
283 #define IS_BLACK(node) ((node) == NULL || (node)->color == BLACK) macro