Searched defs:IS_BLACK (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drbt.c252 #define IS_BLACK(node) ((node) == NULL || (node)->color == BLACK) macro
2735 if (IS_BLACK(item)) {
2738 while (child != *rootp && IS_BLACK(child)) {
2753 if (IS_BLACK(LEFT(sibling)) &&
2754 IS_BLACK(RIGHT(sibling))) {
2760 if (IS_BLACK(RIGHT(sibling))) {
2792 if (IS_BLACK(LEFT(sibling)) &&
2793 IS_BLACK(RIGHT(sibling))) {
2798 if (IS_BLACK(LEFT(sibling))) {
2973 if (IS_BLACK(nod
[all...]

Completed in 19 milliseconds