Searched refs:RB_IS_NOT_NILT (Results 1 – 2 of 2) sorted by relevance
120 #define RB_IS_NOT_NILT(pstX) ((NULL != (pstX)->pstLeft) && (NULL != (pstX)->pstRight)) macro
275 if (!RB_IS_NOT_NILT(pstZ)) { in OsRbDeleteNode()605 if (!RB_IS_NOT_NILT(pstNode)) { in LOS_RbSuccessorNode()