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

1 2 3

  /src/external/mpl/bind/dist/doc/arm/_static/
custom.css 21 color: black;
  /src/external/bsd/kyua-cli/dist/misc/
report.css 31 text-color: black;
  /src/external/bsd/ntp/dist/sntp/unity/auto/
colour_prompt.rb 42 when :black then 0
65 when :black then 30
  /src/external/apache2/llvm/dist/llvm/docs/_static/
llvm.css 6 .body { color: black; background: white; margin: 0 0 0 0 }
14 table { text-align: center; border: 2px solid black;
27 color: black; background: url("lines.gif");
112 .toc-backref { color: black; text-decoration: none; }
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-color-pagination.exp 36 set black "(?:\033\\\[30${other_attr}m)"
45 set any_color "(?:${black}|${red}|${green}|${yellow}|${blue}|${magenta}|${cyan}|${white})"
  /src/usr.sbin/tpctl/
tpctl.h 84 fb_pixel_t white, black; member in struct:fb
fb.c 120 fb->black = ~0;
123 fb->black = 0;
131 memset(fb->linecache, fb->black,
main.c 324 cursize, fb.black);
  /src/external/mit/xorg/include/xbitmaps/
Makefile 9 INCS= 1x1 2x2 black boxes calculator cntr_ptr cntr_ptrmsk cross_weave \
  /src/external/bsd/atf/dist/tools/
tests-results.css 39 background: black;
85 border-color: black;
129 border-color: black;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 61 u16 blank, black; member in struct:video_levels
200 .blank = 225, .black = 267, .burst = 113,
210 .blank = 266, .black = 316, .burst = 133,
220 .blank = 225, .black = 225, .burst = 113,
230 .blank = 266, .black = 266, .burst = 133,
240 .blank = 237, .black = 237, .burst = 118,
250 .blank = 280, .black = 280, .burst = 139,
260 .blank = 225, .black = 267, .burst = 113,
270 .blank = 266, .black = 316, .burst = 133,
280 .blank = 225, .black = 267, .burst = 118
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
errors.d 33 black = 0,
42 darkGray = bright | black,
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
tuiterm.exp 715 30 black
726 40 black
  /src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/
style.css 19 color: black; background: transparent /* url(line-height-22.gif) */; }
  /src/external/apache2/llvm/dist/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 24 color: black;
182 color: black!important;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
tuiterm.exp 756 30 black
767 40 black
  /src/external/mit/libcbor/dist/docs/doxygen/
customdoxygen.css 269 background-color: black;
305 color: black;
512 color: black;
552 color: black;
616 color: black;
  /src/external/bsd/ipf/dist/perl/
Isbgraph 94 $black=$im->colorAllocate(0,0,0);
  /src/external/mit/libuv/dist/include/uv/
tree.h 38 * This file defines data structures for red-black trees.
39 * A red-black tree is a binary search tree with the node color as an
42 * same number of black nodes,
43 * - each red node (except for the root) has a black parent,
44 * - each leaf node is black.
46 * Every operation on a red-black tree is bounded as O(lg n).
47 * The maximum height of a red-black tree is 2lg (n+1).
50 /* Macros that define a red-black tree */
86 #define RB_SET_BLACKRED(black, red, field) do { \
87 RB_COLOR(black, field) = RB_BLACK;
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 590 DF color: 0-65536, 0 is black
1275 ColorArg cyan = 0, magenta = 0, yellow = 0, black = 0; local
1295 black = get_color_arg();
1296 col->set_cmyk(cyan, magenta, yellow, black);
  /src/games/canfield/canfield/
canfield.c 120 #define black 'b' macro
160 static char colormap[4] = {black, black, red, red};
  /src/sys/sys/
tree.h 33 * splay trees and red-black trees.
47 * A red-black tree is a binary search tree with the node color as an
50 * same number of black nodes,
51 * - each red node (except for the root) has a black parent,
52 * - each leaf node is black.
54 * Every operation on a red-black tree is bounded as O(lg n).
55 * The maximum height of a red-black tree is 2lg (n+1).
291 /* Macros that define a red-black tree */
327 #define RB_SET_BLACKRED(black, red, field) do { \
328 RB_COLOR(black, field) = RB_BLACK;
    [all...]
  /src/external/bsd/ipf/dist/sys/
tree.h 35 * splay trees and red-black trees.
49 * A red-black tree is a binary search tree with the node color as an
52 * same number of black nodes,
53 * - each red node (except for the root) has a black parent,
54 * - each leaf node is black.
56 * Every operation on a red-black tree is bounded as O(lg n).
57 * The maximum height of a red-black tree is 2lg (n+1).
293 /* Macros that define a red-black tree */
336 #define RB_SET_BLACKRED(black, red, field) do { \
337 RB_COLOR(black, field) = RB_BLACK;
    [all...]
  /src/external/bsd/libevent/dist/WIN32-Code/
tree.h 33 * splay trees and red-black trees.
47 * A red-black tree is a binary search tree with the node color as an
50 * same number of black nodes,
51 * - each red node (except for the root) has a black parent,
52 * - each leaf node is black.
54 * Every operation on a red-black tree is bounded as O(lg n).
55 * The maximum height of a red-black tree is 2lg (n+1).
327 #define RB_SET_BLACKRED(black, red, field) do { \
328 RB_COLOR(black, field) = RB_BLACK; \
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
tree.h 34 * splay trees and red-black trees.
48 * A red-black tree is a binary search tree with the node color as an
51 * same number of black nodes,
52 * - each red node (except for the root) has a black parent,
53 * - each leaf node is black.
55 * Every operation on a red-black tree is bounded as O(lg n).
56 * The maximum height of a red-black tree is 2lg (n+1).
328 #define RB_SET_BLACKRED(black, red, field) do { \
329 RB_COLOR(black, field) = RB_BLACK; \

Completed in 36 milliseconds

1 2 3