Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/libkern/
H A Dtree.h353 #define RB_PLACEHOLDER NULL macro
462 return( (struct type*) ( (parent == (struct type*) RB_PLACEHOLDER) ? NULL: parent));\
474 parent = (struct type*) RB_PLACEHOLDER; \