OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLACK
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/nsd/dist/
rbtree.c
2
* rbtree.c -- generic red
black
tree
17
#define
BLACK
0
25
BLACK
/* Color. */
34
* Creates a new red
black
tree, initializes and returns a pointer to it.
143
/* Paint the parent and the uncle
black
... */
144
node->parent->color =
BLACK
;
145
uncle->color =
BLACK
;
152
} else { /* Our uncle is
black
... */
159
node->parent->color =
BLACK
;
168
/* Paint the parent and the uncle
black
... *
[
all
...]
/src/external/bsd/unbound/dist/util/
rbtree.c
2
* rbtree.c -- generic red
black
tree
47
/** Node colour
black
*/
48
#define
BLACK
0
58
BLACK
/* Color. */
72
* Creates a new red
black
tree, initializes and returns a pointer to it.
170
/* Paint the parent and the uncle
black
... */
171
node->parent->color =
BLACK
;
172
uncle->color =
BLACK
;
179
} else { /* Our uncle is
black
... */
186
node->parent->color =
BLACK
;
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
ui-style.h
30
BLACK
,
104
return m_simple && m_value >=
BLACK
&& m_value <= WHITE;
/src/external/gpl3/gdb.old/dist/gdb/
ui-style.h
30
BLACK
,
104
return m_simple && m_value >=
BLACK
&& m_value <= WHITE;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h
95
BLACK
= 0,
107
static constexpr Colors
BLACK
= Colors::
BLACK
;
/src/games/gomoku/
gomoku.h
61
#define
BLACK
0
66
/* Either
BLACK
or WHITE. */
/src/external/gpl3/gcc/dist/gcc/text-art/
types.h
231
BLACK
,
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-ar-st.c
31
BLACK
,
152
case
BLACK
: printf("
BLACK
\n");
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-ar-st.c
31
BLACK
,
152
case
BLACK
: printf("
BLACK
\n");
/src/external/mpl/bind/dist/lib/dns/
rbt.c
100
#define
BLACK
1
102
#define IS_BLACK(node) ((node) == NULL || (node)->color ==
BLACK
)
258
* Initialize a red/
black
tree of trees.
287
* Deallocate a red/
black
tree of trees.
632
current->color =
BLACK
;
1399
.color =
BLACK
,
1705
* true red/
black
tree on a single level.
1724
node->color =
BLACK
;
1766
parent->color =
BLACK
;
1767
child->color =
BLACK
;
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c
103
#define
BLACK
1
283
#define IS_BLACK(node) ((node) == NULL || (node)->color ==
BLACK
)
285
#define MAKE_BLACK(node) ((node)->color =
BLACK
)
1015
* Initialize a red/
black
tree of trees.
1054
* Deallocate a red/
black
tree of trees.
2548
* true red/
black
tree on a single level.
2654
* true red/
black
tree on a single level.
2994
/* Root nodes must be
BLACK
. */
2999
/* Both children of RED nodes must be
BLACK
. */
3059
/* Left and right side
black
node counts must match. *
[
all
...]
Completed in 37 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026