Searched refs:black (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/modules/dtb/am335x/
H A DMakefile5 beaglebone-black.dts
/freebsd-11.0-release/contrib/ntp/sntp/unity/auto/
H A Dcolour_prompt.rb42 when :black then 0
65 when :black then 30
/freebsd-11.0-release/usr.sbin/bsdconfig/dot/
H A Ddot357 shape=circle color=black fillcolor=yellow style=filled
366 shape=box color=black fillcolor=lightblue style=filled
377 shape=box color=black fillcolor=lightblue style=filled
388 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
400 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
427 shape=oval color=black fillcolor=white style=filled
442 shape=oval color=black fillcolor=white style=filled edge_color=grey
484 shape=parallelogram color=black fillcolor=lightseagreen style=filled
504 shape=box color=black fillcolor=lightseagreen style=filled
/freebsd-11.0-release/contrib/libxo/xolint/
H A Dxolint.pl452 if ($val =~ /^(default,black,red,green,yellow,blue,magenta,cyan,white)$/) {
461 } elsif ($val =~ /^(fg|bg)-(default|black|red|green|yellow|blue|magenta|cyan|white)$/) {
475 #@ set of colors includes default, black, red, green,
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_tv.c91 int blank, black, burst; member in struct:video_levels
229 .blank = 225, .black = 267, .burst = 113,
239 .blank = 266, .black = 316, .burst = 133,
249 .blank = 225, .black = 225, .burst = 113,
259 .blank = 266, .black = 266, .burst = 133,
269 .blank = 237, .black = 237, .burst = 118,
279 .blank = 280, .black = 280, .burst = 139,
289 .blank = 225, .black = 267, .burst = 113,
299 .blank = 266, .black = 316, .burst = 133,
309 .blank = 225, .black
[all...]
/freebsd-11.0-release/contrib/groff/src/libs/libdriver/
H A Dinput.cpp588 DF color: 0-65536, 0 is black
1273 ColorArg cyan = 0, magenta = 0, yellow = 0, black = 0; local
1293 black = get_color_arg();
1294 col->set_cmyk(cyan, magenta, yellow, black);
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dsys-tree.h39 * splay trees and red-black trees.
53 * A red-black tree is a binary search tree with the node color as an
56 * same number of black nodes,
57 * - each red node (except for the root) has a black parent,
58 * - each leaf node is black.
60 * Every operation on a red-black tree is bounded as O(lg n).
61 * The maximum height of a red-black tree is 2lg (n+1).
297 /* Macros that define a red-black tree */
333 #define RB_SET_BLACKRED(black, red, field) do { \
334 RB_COLOR(black, fiel
[all...]
/freebsd-11.0-release/contrib/libstdc++/scripts/
H A Dmake_graph.py134 self.native_line_style_0 = line_style.T(color = color.black, width=2)
135 self.native_line_style_1 = line_style.T(color = color.black, width=2)
/freebsd-11.0-release/contrib/ipfilter/sys/
H A Dtree.h35 * 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, fiel
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h32 * splay trees and red-black trees.
46 * A red-black tree is a binary search tree with the node color as an
49 * same number of black nodes,
50 * - each red node (except for the root) has a black parent,
51 * - each leaf node is black.
53 * Every operation on a red-black tree is bounded as O(lg n).
54 * The maximum height of a red-black tree is 2lg (n+1).
326 #define RB_SET_BLACKRED(black, red, field) do { \
327 RB_COLOR(black, field) = RB_BLACK; \
/freebsd-11.0-release/sys/sys/
H A Dtree.h37 * splay trees and red-black trees.
51 * A red-black tree is a binary search tree with the node color as an
54 * same number of black nodes,
55 * - each red node (except for the root) has a black parent,
56 * - each leaf node is black.
58 * Every operation on a red-black tree is bounded as O(lg n).
59 * The maximum height of a red-black tree is 2lg (n+1).
295 /* Macros that define a red-black tree */
331 #define RB_SET_BLACKRED(black, red, field) do { \
332 RB_COLOR(black, fiel
[all...]

Completed in 108 milliseconds