Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/libkern/
H A Dtree.h361 #define RB_COLOR_MASK (uintptr_t)0x1 macro
461 parent = (struct type*)((uintptr_t)parent & ~RB_COLOR_MASK);\
468 color = (int)((uintptr_t)_RB_PARENT(elm,field) & RB_COLOR_MASK);\