Home
last modified time | relevance | path

Searched refs:color (Results 1 – 16 of 16) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Drbtree.c221 int color; in rb_erase() local
245 color = rb_color(node); in rb_erase()
262 goto color; in rb_erase()
266 color = rb_color(node); in rb_erase()
280 color: in rb_erase()
281 if (color == RB_BLACK) in rb_erase()
/xen-4.10.0-shim-comet/xen/include/xen/
A Drbtree.h123 static inline void rb_set_color(struct rb_node *rb, int color) in rb_set_color() argument
125 rb->rb_parent_color = (rb->rb_parent_color & ~1) | color; in rb_set_color()
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dutil.c179 static void init_one_color(struct dialog_color *color) in init_one_color() argument
184 init_pair(pair, color->fg, color->bg); in init_one_color()
185 if (color->hl) in init_one_color()
186 color->atr = A_BOLD | COLOR_PAIR(pair); in init_one_color()
188 color->atr = COLOR_PAIR(pair); in init_one_color()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dnconf.h84 chtype color);
A Dgconf.c55 GdkColor color; variable
1164 GdkColor color; in set_node() local
1171 gdk_color_parse(row[COL_COLOR], &color); in set_node()
1172 gdk_colormap_alloc_colors(gdk_colormap_get_system(), &color, 1, in set_node()
1183 COL_COLOR, &color, in set_node()
A Dnconf.gui.c152 chtype color) in print_in_middle() argument
170 (void) wattrset(win, color); in print_in_middle()
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DREADME113 . VGA mode 0x11: all color planes must be enabled in this 2-color VGA mode
117 . BIOS configuration word usually reports initial mode 80x25 color text
A DChangeLog189 - mode 0x11: all color planes must be enabled in this 2-color VGA mode
201 - BIOS configuration word usually reports initial mode 80x25 color text
814 this function; background color is always black - function
A Dvbe_display_api.txt35 VBE_DISPI_INDEX_BPP supports >8bpp color depth (value = bits)
A Dclext.c770 mov bx, #0x0E00 ;; IBM 8512/8513, color
A Dvgabios.c415 ;; switch to color mode and enable CPU access 480 lines
458 ;; set 80x25 color (not clear from RBIL but usual)
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dvideo.S602 rorb %al # Mono or color?
624 andb $0x0d, %al # Preserve clock select bits and color bit
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig.txt186 It is possible to select different color themes using the variable
193 blackbg => selects a color scheme with black background
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff489 + "Sets the foreground color when in graphics mode."
518 + "Sets the background color when in graphics mode."
548 + "Sets the border video color when in graphics mode."
1233 +/* color state */
1335 + /* make sure that the highlight color is set correctly */
A D99minios1114 /* make sure that the highlight color is set correctly */
/xen-4.10.0-shim-comet/tools/python/
A Dpylintrc40 color=no

Completed in 26 milliseconds