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

/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c80 RBE_COLOR(black) = RB_BLACK;
178 RBE_COLOR(tmp) = RB_BLACK;
196 RBE_COLOR(tmp) = RB_BLACK;
214 RBE_COLOR(RBH_ROOT(rbt)) = RB_BLACK;
223 while ((rbe == NULL || RBE_COLOR(rbe) == RB_BLACK) &&
233 RBE_COLOR(RBE_LEFT(tmp)) == RB_BLACK) &&
235 RBE_COLOR(RBE_RIGHT(tmp)) == RB_BLACK)) {
241 RBE_COLOR(RBE_RIGHT(tmp)) == RB_BLACK) {
246 RBE_COLOR(oleft) = RB_BLACK;
254 RBE_COLOR(parent) = RB_BLACK;
[all...]
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h305 #define RB_BLACK 0 macro
329 RB_COLOR(black, field) = RB_BLACK; \
412 RB_COLOR(tmp, field) = RB_BLACK; \
428 RB_COLOR(tmp, field) = RB_BLACK; \
443 RB_COLOR(head->rbh_root, field) = RB_BLACK; \
450 while ((elm == NULL || RB_COLOR(elm, field) == RB_BLACK) && \
460 RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) &&\
462 RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) {\
468 RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK) {\
471 RB_COLOR(oleft, field) = RB_BLACK;\
[all...]

Completed in 37 milliseconds