Searched refs:SET_COLOR (Results 1 – 2 of 2) sorted by relevance
36 #define SET_COLOR(n, color) if ((n) != NULL) { (n)->key = ((n)->key & KEY_MASK) | (color); } macro37 #define SET_RED(n) SET_COLOR((n), RED)38 #define SET_BLACK(n) SET_COLOR((n), BLACK)277 SET_COLOR(w, COLOR(x->p)); in DeleteFixUpBlack()309 SET_COLOR(w, COLOR(x->p)); in DeleteFixUpRed()364 SET_COLOR(y, COLOR(z)); in RbTreeDelete()
38 const uint32_t SET_COLOR = 0xFF000000; variable243 Color color { SET_COLOR };