Searched refs:BLACK (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10.1/dtrace-147/test/tst/common/enum/
H A Dtst.EnumEquality.d47 BLACK,
53 /(WHITE == RED) && (YELLOW == BLUE) && (GREEN == BLACK)/
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixDefault.h29 #define BLACK "#000000" macro
37 #define MENU_INDICATOR BLACK
46 #define DEF_BUTTON_ACTIVE_BG_MONO BLACK
47 #define DEF_BUTTON_ACTIVE_FG_COLOR BLACK
60 #define DEF_BUTTON_FG BLACK
66 #define DEF_BUTTON_HIGHLIGHT BLACK
85 #define DEF_BUTTON_SELECT_MONO BLACK
111 #define DEF_CANVAS_HIGHLIGHT BLACK
113 #define DEF_CANVAS_INSERT_BG BLACK
122 #define DEF_CANVAS_SELECT_MONO BLACK
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixDefault.h29 #define BLACK "#000000" macro
45 #define DEF_BUTTON_ACTIVE_BG_MONO BLACK
46 #define DEF_BUTTON_ACTIVE_FG_COLOR BLACK
59 #define DEF_BUTTON_FG BLACK
65 #define DEF_BUTTON_HIGHLIGHT BLACK
83 #define DEF_BUTTON_SELECT_MONO BLACK
109 #define DEF_CANVAS_HIGHLIGHT BLACK
111 #define DEF_CANVAS_INSERT_BG BLACK
120 #define DEF_CANVAS_SELECT_MONO BLACK
123 #define DEF_CANVAS_SELECT_FG_COLOR BLACK
[all...]
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dcrazy.c60 num_holding[BLACK] = 0;
62 for(c = WHITE; c <= BLACK; c++)
118 if (holding[BLACK][bpawn] == 0)
120 holding[BLACK][bpawn]++;
121 num_holding[BLACK]++;
122 HHash(bpawn, holding[BLACK][bpawn]);
124 if (holding[BLACK][bbishop] == 0)
126 holding[BLACK][bbishop]++;
127 num_holding[BLACK]++;
128 HHash(bpawn, holding[BLACK][bbisho
[all...]
H A Dsee.c44 int numw = see_num_attackers[WHITE], numb = see_num_attackers[BLACK];
62 see_attackers[BLACK][numb].piece = b_sq;
63 see_attackers[BLACK][numb].square = a_sq;
81 see_attackers[BLACK][numb].piece = b_sq;
82 see_attackers[BLACK][numb].square = a_sq;
108 see_attackers[BLACK][numb].piece = b_sq;
109 see_attackers[BLACK][numb].square = a_sq;
123 see_attackers[BLACK][numb].piece = b_sq;
124 see_attackers[BLACK][numb].square = a_sq;
140 see_attackers[BLACK][num
[all...]
H A Dsjeng.h44 /* GCP : my code uses WHITE=0 and BLACK=1 so reverse this */
47 #define BLACK 1 macro
H A Dmoves.c738 (holding[BLACK][bpawn] || holding[BLACK][bknight]
739 || holding[BLACK][bbishop] || holding[BLACK][bqueen]
740 || holding[BLACK][brook]))
752 if(holding[BLACK][bpawn])
759 if(holding[BLACK][bknight])
763 if(holding[BLACK][bbishop])
767 if(holding[BLACK][brook])
771 if(holding[BLACK][bquee
[all...]
H A Dleval.c401 else if (Material < 0 && comp_color == !BLACK && !bpassp)
H A Dsjeng.c627 root_to_move = BLACK;
769 if (edit_color == WHITE) edit_color = BLACK; else edit_color = WHITE;
H A Dproof.c151 || (!white_to_move && is_attacked (bking_loc, BLACK)))
380 || (!white_to_move && is_attacked(bking_loc, BLACK)))
H A Dutils.c1146 else if (color == BLACK)
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXDefault.h36 #define BLACK "Black" macro
54 #define DEF_BUTTON_ACTIVE_BG_MONO BLACK
109 #define DEF_BUTTON_SELECT_MONO BLACK
135 #define DEF_CANVAS_HIGHLIGHT BLACK
137 #define DEF_CANVAS_INSERT_BG BLACK
146 #define DEF_CANVAS_SELECT_MONO BLACK
183 #define DEF_ENTRY_FG BLACK
185 #define DEF_ENTRY_HIGHLIGHT BLACK
188 #define DEF_ENTRY_INSERT_BG BLACK
202 #define DEF_ENTRY_SELECT_MONO BLACK
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDefault.h32 #define BLACK "Black" macro
50 #define DEF_BUTTON_ACTIVE_BG_MONO BLACK
89 #define DEF_BUTTON_SELECT_MONO BLACK
115 #define DEF_CANVAS_HIGHLIGHT BLACK
117 #define DEF_CANVAS_INSERT_BG BLACK
126 #define DEF_CANVAS_SELECT_MONO BLACK
163 #define DEF_ENTRY_FG BLACK
165 #define DEF_ENTRY_HIGHLIGHT BLACK
168 #define DEF_ENTRY_INSERT_BG BLACK
182 #define DEF_ENTRY_SELECT_MONO BLACK
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinDefault.h28 #define BLACK "Black" macro
50 #define DEF_BUTTON_ACTIVE_BG_MONO BLACK
88 #define DEF_BUTTON_SELECT_MONO BLACK
126 #define DEF_CANVAS_SELECT_MONO BLACK
167 #define DEF_ENTRY_SELECT_MONO BLACK
233 #define DEF_LISTBOX_SELECT_MONO BLACK
277 #define DEF_MENU_ACTIVE_BG_MONO BLACK
292 #define DEF_MENU_SELECT_MONO BLACK
305 #define DEF_MENUBUTTON_ACTIVE_BG_MONO BLACK
403 #define DEF_SCALE_ACTIVE_BG_MONO BLACK
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinDefault.h28 #define BLACK "Black" macro
51 #define DEF_BUTTON_ACTIVE_BG_MONO BLACK
89 #define DEF_BUTTON_SELECT_MONO BLACK
126 #define DEF_CANVAS_SELECT_MONO BLACK
167 #define DEF_ENTRY_SELECT_MONO BLACK
233 #define DEF_LISTBOX_SELECT_MONO BLACK
277 #define DEF_MENU_ACTIVE_BG_MONO BLACK
292 #define DEF_MENU_SELECT_MONO BLACK
305 #define DEF_MENUBUTTON_ACTIVE_BG_MONO BLACK
401 #define DEF_SCALE_ACTIVE_BG_MONO BLACK
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tcltklib/
H A Dsample2.rb28 BLACK = 1
29 WHITE = - BLACK
62 [EMPTY, EMPTY, EMPTY, WHITE, BLACK, EMPTY, EMPTY, EMPTY],
63 [EMPTY, EMPTY, EMPTY, BLACK, WHITE, EMPTY, EMPTY, EMPTY],
293 when BLACK
398 if @board.com_disk == BLACK
442 black = @board.count_disk(BLACK)
445 %Q/{#{format("BLACK: %.2d WHITE: %.2d", black, white)}}/)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DPathNumbering.h55 enum NodeColor { WHITE, GRAY, BLACK }; enumerator in enum:llvm::BallLarusNode::NodeColor
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DPathNumbering.cpp372 currentNode->setColor(BallLarusNode::BLACK);
422 if(succNode && succNode->getColor() == BallLarusNode::BLACK) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A Draw_ostream.h65 BLACK=0, enumerator in enum:llvm::raw_ostream::Colors
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py71 BLACK = BLUE = GREEN = CYAN = RED = MAGENTA = YELLOW = WHITE = ''
82 _COLORS = """BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE""".split()
83 _ANSICOLORS = "BLACK RED GREEN YELLOW BLUE MAGENTA CYAN WHITE".split()
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreenColoredLevels.pm140 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE
/macosx-10.10.1/less-25/less/
H A Doutput.c134 0, /* BLACK */
145 BLACK, RED, GREEN, BROWN,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DSourceMgr.cpp282 S.changeColor(raw_ostream::BLACK, true);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfgl.vim27 syn keyword fglKeyword BEFORE BEGIN BETWEEN BLACK BLINK BLUE BOLD BORDER BOTH BOTTOM
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drbt.c74 #define BLACK 1 macro
125 #define IS_BLACK(node) ((node) == NULL || (node)->color == BLACK)
127 #define MAKE_BLACK(node) ((node)->color = BLACK)

Completed in 206 milliseconds

12