Searched refs:oleft (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c242 struct rb_entry *oleft; local
244 oleft = RBE_LEFT(tmp);
245 if (oleft != NULL)
246 RBE_COLOR(oleft) = RB_BLACK;
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h469 struct type *oleft; \
470 if ((oleft = RB_LEFT(tmp, field)))\
471 RB_COLOR(oleft, field) = RB_BLACK;\
473 RB_ROTATE_RIGHT(head, tmp, oleft, field);\

Completed in 166 milliseconds