HomeSort by: relevance | last modified time | path
    Searched refs:BLACK (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/games/gomoku/
bdinit.c 53 sp->s_fval[BLACK][DIR_DR].s = 0x600;
54 sp->s_fval[BLACK][DIR_D_].s = 0x600;
55 sp->s_fval[BLACK][DIR_DL].s = 0x600;
61 sp->s_fval[BLACK][DIR_DR].s = 0x500;
62 sp->s_fval[BLACK][DIR_D_].s = 0x500;
63 sp->s_fval[BLACK][DIR_DL].s = 0x500;
69 sp->s_fval[BLACK][DIR_DR].s = 0x401;
70 sp->s_fval[BLACK][DIR_D_].s = 0x401;
71 sp->s_fval[BLACK][DIR_DL].s = 0x401;
79 sp->s_fval[BLACK][DIR__R].s = 0x600
    [all...]
main.c 170 input[color != BLACK ? BLACK : WHITE] = PROGRAM;
173 input[BLACK] = USER;
177 input[BLACK] = PROGRAM;
188 mvprintw(BSZ + 3, 0, "Black moves first. ");
193 color = BLACK;
217 if (strcmp(buf, "black") == 0)
218 return BLACK;
221 panic("Huh? Expected `black' or `white', got `%s'\n", buf);
285 player_color color = BLACK;
    [all...]
makemove.c 70 if (sortframes[BLACK] == cbp)
71 sortframes[BLACK] = cbp->c_next;
83 if ((cb = sp->s_fval[BLACK][r]).s <= 0x500)
144 fsp->s_fval[BLACK][r].s = 0x600;
163 player_color them = us != BLACK ? BLACK : WHITE;
210 union comboval *cp = &fsp->s_fval[BLACK][r];
pickmove.c 97 sp->s_combo[BLACK].s = 0x601;
99 sp->s_level[BLACK] = 255;
101 sp->s_nforce[BLACK] = 0;
110 player_color them = us != BLACK ? BLACK : WHITE;
118 scanframes(BLACK);
130 (sp->s_combo[BLACK].cv_force == 1 ||
134 sp->s_combo[BLACK].s, sp->s_level[BLACK],
135 sp->s_nforce[BLACK],
    [all...]
bdisp.c 113 mvaddstr(0, TRANSCRIPT_COL, " # black white");
124 int bw = (int)strlen(plyr[BLACK]);
127 int fixed = (int)sizeof("BLACK/ (*) vs. WHITE/ (O)") - 1;
147 mvprintw(BSZ + 2, x, "BLACK/%.*s (*) vs. WHITE/%.*s (O)",
148 bw, plyr[BLACK], ww, plyr[WHITE]);
gomoku.h 61 #define BLACK 0
66 /* Either BLACK or WHITE. */
  /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.old/dist/gdb/
ui-style.h 30 BLACK,
104 return m_simple && m_value >= BLACK && m_value <= WHITE;
ui-style.c 50 color index, starting with bright black. The values come from
54 { 127, 127, 127 }, /* Black. */
71 if (m_value >= BLACK && m_value <= WHITE)
  /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/gpl3/gdb/dist/gdb/
ui-style.h 62 BLACK,
179 return BLACK <= m_value && 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/external/apache2/llvm/dist/llvm/lib/Support/
WithColor.cpp 52 OS.changeColor(raw_ostream::BLACK, true);
raw_ostream.cpp 66 constexpr raw_ostream::Colors raw_ostream::BLACK;
  /src/external/gpl3/gcc/dist/gcc/text-art/
style.cc 438 ASSERT_NAMED_COL_STREQ (style::named_color::BLACK, fg, bright,
459 ASSERT_NAMED_COL_STREQ (style::named_color::BLACK, fg, bright,
484 ASSERT_NAMED_COL_STREQ (style::named_color::BLACK, fg, bright,
505 ASSERT_NAMED_COL_STREQ (style::named_color::BLACK, fg, bright,
styled-string.cc 197 set_style_fg_color (style::named_color::BLACK);
273 set_style_bg_color (style::named_color::BLACK);
299 set_style_fg_color (style::color (style::named_color::BLACK,
333 set_style_bg_color (style::color (style::named_color::BLACK,
types.h 231 BLACK,
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 522 WithColor(OS, raw_ostream::BLACK, /*Bold=*/true)
645 WithColor(*LineOS, raw_ostream::BLACK, /*Bold=*/true, /*BF=*/false,
  /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/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 75 BLACK = BLUE = GREEN = CYAN = RED = MAGENTA = YELLOW = WHITE = ''
86 _COLORS = """BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE""".split()
87 _ANSICOLORS = "BLACK RED GREEN YELLOW BLUE MAGENTA CYAN WHITE".split()
  /src/external/bsd/less/dist/
output.c 108 0, /* BLACK */
119 BLACK, RED, GREEN, BROWN,
  /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...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 27 raw_ostream::BLACK;

Completed in 39 milliseconds

1 2