Home
last modified time | relevance | path

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

/kernel/liteos_a/lib/libscrew/src/
Dlos_rbtree.c142 while (LOS_RB_RED == pstX->pstParent->lColor) { in OsRbInsertNodeFixup()
148 if (LOS_RB_RED == pstY->lColor) { in OsRbInsertNodeFixup()
149 pstY->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()
150 pstParent->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()
151 pstGParent->lColor = LOS_RB_RED; in OsRbInsertNodeFixup()
161 pstX->pstParent->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()
162 pstGParent->lColor = LOS_RB_RED; in OsRbInsertNodeFixup()
166 if (LOS_RB_RED == pstY->lColor) { in OsRbInsertNodeFixup()
167 pstY->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()
168 pstParent->lColor = LOS_RB_BLACK; in OsRbInsertNodeFixup()
[all …]
/kernel/liteos_a/lib/libscrew/include/
Dlos_rbtree.h55 ULONG_T lColor; member