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_BLACK
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
PRBTree.cc
38
#define
IS_BLACK
(x) ((x)==NULL || (x)->color == Black)
259
while (
IS_BLACK
(x) && (x != root))
273
if (
IS_BLACK
(y_d) &&
IS_BLACK
(y_dd))
281
if (
IS_BLACK
(y_dd))
454
if (
IS_BLACK
(y))
/src/external/gpl3/binutils.old/dist/gprofng/src/
PRBTree.cc
38
#define
IS_BLACK
(x) ((x)==NULL || (x)->color == Black)
259
while (
IS_BLACK
(x) && (x != root))
273
if (
IS_BLACK
(y_d) &&
IS_BLACK
(y_dd))
281
if (
IS_BLACK
(y_dd))
454
if (
IS_BLACK
(y))
/src/external/mpl/bind/dist/lib/dns/
rbt.c
102
#define
IS_BLACK
(node) ((node) == NULL || (node)->color == BLACK)
1964
if (
IS_BLACK
(item)) {
1967
while (child != *rootp &&
IS_BLACK
(child)) {
1982
if (
IS_BLACK
(sibling->left) &&
1983
IS_BLACK
(sibling->right))
1988
if (
IS_BLACK
(sibling->right)) {
2019
if (
IS_BLACK
(sibling->left) &&
2020
IS_BLACK
(sibling->right))
2025
if (
IS_BLACK
(sibling->left)) {
2209
if (
IS_BLACK
(node))
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c
283
#define
IS_BLACK
(node) ((node) == NULL || (node)->color == BLACK)
2807
if (
IS_BLACK
(item)) {
2812
while (child != *rootp &&
IS_BLACK
(child)) {
2829
if (
IS_BLACK
(LEFT(sibling)) &&
2830
IS_BLACK
(RIGHT(sibling)))
2835
if (
IS_BLACK
(RIGHT(sibling))) {
2868
if (
IS_BLACK
(LEFT(sibling)) &&
2869
IS_BLACK
(RIGHT(sibling)))
2874
if (
IS_BLACK
(LEFT(sibling))) {
3064
if (
IS_BLACK
(node))
[
all
...]
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026