OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_RED
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
PRBTree.cc
39
#define
IS_RED
(x) ((x)!=NULL && (x)->color == Red)
264
if (
IS_RED
(y))
392
while (
IS_RED
(lm->parent))
398
if (
IS_RED
(y))
/src/external/gpl3/binutils.old/dist/gprofng/src/
PRBTree.cc
39
#define
IS_RED
(x) ((x)!=NULL && (x)->color == Red)
264
if (
IS_RED
(y))
392
while (
IS_RED
(lm->parent))
398
if (
IS_RED
(y))
/src/external/mpl/bind/dist/lib/dns/
rbt.c
101
#define
IS_RED
(node) ((node) != NULL && (node)->color == RED)
1753
while (node != root &&
IS_RED
(node->parent)) {
1765
if (child != NULL &&
IS_RED
(child)) {
1783
if (child != NULL &&
IS_RED
(child)) {
1973
if (
IS_RED
(sibling)) {
2010
if (
IS_RED
(sibling)) {
2044
if (
IS_RED
(child)) {
2142
if (
IS_RED
(node)) {
2149
if (
IS_RED
(node->left) ||
IS_RED
(node->right))
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c
282
#define
IS_RED
(node) ((node) != NULL && (node)->color == RED)
2596
while (node != root &&
IS_RED
(PARENT(node))) {
2608
if (child != NULL &&
IS_RED
(child)) {
2626
if (child != NULL &&
IS_RED
(child)) {
2818
if (
IS_RED
(sibling)) {
2857
if (
IS_RED
(sibling)) {
2893
if (
IS_RED
(child)) {
2993
if (
IS_RED
(node)) {
3000
if (
IS_RED
(LEFT(node)) ||
IS_RED
(RIGHT(node)))
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026