Home
last modified time | relevance | path

Searched refs:IS_RED (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPRBTree.cc39 #define IS_RED(x) ((x)!=NULL && (x)->color == Red) macro
264 if (IS_RED (y)) in rb_remove_fixup()
392 while (IS_RED (lm->parent)) in insert()
398 if (IS_RED (y)) in insert()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPRBTree.cc39 #define IS_RED(x) ((x)!=NULL && (x)->color == Red) macro
264 if (IS_RED (y)) in rb_remove_fixup()
392 while (IS_RED (lm->parent)) in insert()
398 if (IS_RED (y)) in insert()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbt.c108 #define IS_RED(node) ((node) != NULL && (node)->color == RED)
1760 while (node != root && IS_RED(node->parent)) {
1772 if (child != NULL && IS_RED(child)) { in hash_node()
1790 if (child != NULL && IS_RED(child)) { in unhash_node()
1980 if (IS_RED(sibling)) { in addonlevel()
2017 if (IS_RED(sibling)) { in deletefromlevel()
2051 if (IS_RED(child)) { in deletefromlevel()
2149 if (IS_RED(node)) { in deletefromlevel()
2156 if (IS_RED(node->left) || IS_RED(nod in deletefromlevel()
153 #define IS_RED( global() macro
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c282 #define IS_RED(node) ((node) != NULL && (node)->color == RED) macro
2596 while (node != root && IS_RED(PARENT(node))) { in addonlevel()
2608 if (child != NULL && IS_RED(child)) { in addonlevel()
2626 if (child != NULL && IS_RED(child)) { in addonlevel()
2818 if (IS_RED(sibling)) { in deletefromlevel()
2857 if (IS_RED(sibling)) { in deletefromlevel()
2893 if (IS_RED(child)) { in deletefromlevel()
2993 if (IS_RED(node)) { in check_properties_helper()
3000 if (IS_RED(LEFT(node)) || IS_RED(RIGHT(node))) { in check_properties_helper()
3192 if (COLOR(root) == RED && IS_RED(LEFT(root))) { in print_text_helper()
[all …]