Home
last modified time | relevance | path

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

/kernel/liteos_a/lib/libscrew/include/
Dlos_rbtree.h120 #define RB_IS_NOT_NILT(pstX) ((NULL != (pstX)->pstLeft) && (NULL != (pstX)->pstRight)) macro
/kernel/liteos_a/lib/libscrew/src/
Dlos_rbtree.c275 if (!RB_IS_NOT_NILT(pstZ)) { in OsRbDeleteNode()
605 if (!RB_IS_NOT_NILT(pstNode)) { in LOS_RbSuccessorNode()