Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/core/
H A Dcollections.py327 RB_COLOR_MASK = 0x1
336 if paddr & RB_COLOR_MASK == 0:
339 paddr &= ~RB_COLOR_MASK
/xnu-10063.101.15/libkern/libkern/
H A Dtree.h363 #define RB_COLOR_MASK (uintptr_t)0x1 macro
466 (uintptr_t)parent & ~RB_COLOR_MASK); \
470 color = (int)((uintptr_t)_RB_PARENT(elm,field) & RB_COLOR_MASK);\