HomeSort by: relevance | last modified time | path
    Searched defs:RED (Results 1 - 25 of 25) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_054.c 9 RED,
msg_243.c 9 RED, GREEN, BLUE
msg_246.c 10 RED, GREEN, BLUE
msg_156.c 9 RED = 1 << 0,
msg_241.c 16 RED = 1 << 0,
28 enum color c = RED;
121 [RED] = "red",
126 if (c == RED)
d_c99_bool.c 70 RED
msg_130.c 11 RED = 1 << 0,
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
TreeView.cpp 68 out << Colors::RED;
134 out << '\n' << Colors::RED << "RED" << Colors::RESET
  /src/external/apache2/llvm/dist/llvm/utils/
abtest.py 54 RED = ESCAPE % "31"
56 FAILED = RED + "failed" + NORMAL
  /src/external/bsd/nsd/dist/
rbtree.c 2 * rbtree.c -- generic red black tree
18 #define RED 1
34 * Creates a new red black tree, initializes and returns a pointer to it.
136 while (node != rbtree->root && node->parent->color == RED) {
141 /* If our uncle is red... */
142 if (uncle->color == RED) {
147 /* And the grandparent red... */
148 node->parent->parent->color = RED;
160 node->parent->parent->color = RED;
166 /* If our uncle is red... *
    [all...]
  /src/external/bsd/unbound/dist/util/
rbtree.c 2 * rbtree.c -- generic red black tree
49 /** Node colour red */
50 #define RED 1
72 * Creates a new red black tree, initializes and returns a pointer to it.
163 while (node != rbtree->root && node->parent->color == RED) {
168 /* If our uncle is red... */
169 if (uncle->color == RED) {
174 /* And the grandparent red... */
175 node->parent->parent->color = RED;
187 node->parent->parent->color = RED;
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 58 RED = '\x1b[2;30;41m'
524 report = Colors.RED + report + Colors.CLEAR
  /src/external/gpl3/gdb/dist/gdb/
ui-style.h 31 RED,
114 /* Fill in RGB with the red/green/blue values for this color.
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.h 31 RED,
114 /* Fill in RGB with the red/green/blue values for this color.
  /src/sys/arch/x68k/dev/
ite_tv.c 210 #define RED (0x1f << 6)
214 IODEVbase->tpalet[1] = 1 | RED; /* red */
216 IODEVbase->tpalet[3] = 1 | RED | GREEN; /* yellow */
218 IODEVbase->tpalet[5] = 1 | BLUE | RED; /* magenta */
220 IODEVbase->tpalet[7] = 1 | BLUE | RED | GREEN; /* white */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 96 RED,
108 static constexpr Colors RED = Colors::RED;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 67 constexpr raw_ostream::Colors raw_ostream::RED;
  /src/external/gpl3/gcc/dist/gcc/text-art/
types.h 232 RED,
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-java.c 227 (RED (c) == 'x') is equivalent to (c == 'x' || c == UNICODE ('x')). */
228 #define RED(p2_result) ((p2_result) & 0xffff)
330 if (RED (c) == '\r')
334 if (RED (c1) != '\n')
346 else if (RED (c) == '\n')
628 if (RED (c0) != '/')
631 switch (RED (c))
647 if (!(comment_at_start () && (RED (c) == ' ' || RED (c) == '\t')))
649 switch (RED (c)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-ar-st.c 43 RED,
176 case RED : printf("RED\n");
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-ar-st.c 43 RED,
176 case RED : printf("RED\n");
  /src/external/mpl/bind/dist/lib/dns/
rbt.c 99 #define RED 0
101 #define IS_RED(node) ((node) != NULL && (node)->color == RED)
258 * Initialize a red/black tree of trees.
287 * Deallocate a red/black tree of trees.
1705 * true red/black tree on a single level.
1751 node->color = RED;
1768 grandparent->color = RED;
1778 grandparent->color = RED;
1786 grandparent->color = RED;
1796 grandparent->color = RED;
    [all...]
  /src/games/trek/
trek.h 193 #define RED 3
  /src/sys/dev/qbus/
qd.c 269 #define RED (CLRSTART+0x000)
509 qdmap[unit].red = qdbase[unit] + RED;
639 qdmap[unit].red = qdbase[unit] + RED;
930 mapix = VTOP((int)qd->red) - VTOP(qvmem[0]);
1217 mapix = VTOP((int)qd->red) - VTOP(qvmem[0]);
2212 volatile short *red; local
2230 red = (short *) qdmap[unit].red;
3367 volatile short *red; \/* color map pointers *\/ local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c 102 #define RED 0
282 #define IS_RED(node) ((node) != NULL && (node)->color == RED)
284 #define MAKE_RED(node) ((node)->color = RED)
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.
2999 /* Both children of RED nodes must be BLACK. */
3164 COLOR(root) == RED ? "RED" : "BLACK")
    [all...]

Completed in 52 milliseconds