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

/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c74 RBE_COLOR(rbe) = RB_RED;
81 RBE_COLOR(red) = RB_RED;
172 RBE_COLOR(parent) == RB_RED) {
177 if (tmp != NULL && RBE_COLOR(tmp) == RB_RED) {
195 if (tmp != NULL && RBE_COLOR(tmp) == RB_RED) {
227 if (RBE_COLOR(tmp) == RB_RED) {
236 RBE_COLOR(tmp) = RB_RED;
248 RBE_COLOR(tmp) = RB_RED;
264 if (RBE_COLOR(tmp) == RB_RED) {
274 RBE_COLOR(tmp) = RB_RED;
[all...]
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h306 #define RB_RED 1 macro
325 RB_COLOR(elm, field) = RB_RED; \
330 RB_COLOR(red, field) = RB_RED; \
407 RB_COLOR(parent, field) == RB_RED) { \
411 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
427 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
454 if (RB_COLOR(tmp, field) == RB_RED) { \
463 RB_COLOR(tmp, field) = RB_RED; \
472 RB_COLOR(tmp, field) = RB_RED; \
486 if (RB_COLOR(tmp, field) == RB_RED) { \
[all...]

Completed in 39 milliseconds