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

1 2 3 4 5 6 7 8 910

  /src/tests/usr.bin/xlint/lint1/
msg_055.c 6 enum color { enum
msg_172.c 8 struct color { struct
15 struct color white = { 255, 255, 255, 255 };
msg_246.c 9 enum color { enum
14 to_double(enum color c)
20 to_pointer(enum color c)
22 /* expect+1: warning: invalid combination of pointer 'pointer to void' and integer 'enum color' for 'return' [183] */
msg_054.c 8 enum color { enum
msg_348.c 8 enum color { enum
20 color_name(enum color color)
28 return name[color];
32 color_name_too_few(enum color color)
38 /* expect+1: warning: maximum value 2 for 'blue' of type 'enum color' does not match maximum array index 1 [348] */
39 return name[color];
43 color_name_too_many(enum color color)
    [all...]
msg_156.c 8 enum color { enum
20 void print_color(enum color);
23 example(enum color c, enum size s)
28 /* expect+1: warning: function expects 'enum color', passing 'enum size' for arg #1 [156] */
30 /* expect+1: warning: function expects 'enum color', passing 'enum size' for arg #1 [156] */
msg_243.c 8 enum color { enum
17 example(enum color a, enum color b)
19 /* expect+1: warning: operator '<' assumes that 'enum color' is ordered [243] */
21 /* expect+1: warning: operator '<=' assumes that 'enum color' is ordered [243] */
23 /* expect+1: warning: operator '>' assumes that 'enum color' is ordered [243] */
25 /* expect+1: warning: operator '>=' assumes that 'enum color' is ordered [243] */
msg_057.c 14 enum color { enum in function:rgb
msg_130.c 10 enum color { enum
29 example(_Bool cond, enum color c, enum size s)
31 /* expect+1: warning: enum type mismatch: 'enum color' ':' 'enum daytime' [130] */
33 /* expect+1: warning: enum type mismatch: 'enum color' '!=' 'enum size' [130] */
35 /* expect+1: warning: enum type mismatch: 'enum color' '==' 'enum size' [130] */
48 switch_example(enum color c)
168 test_check_case_label_enum(enum color color)
170 switch (color)
msg_241.c 15 enum color { enum
23 extern void sink_color(enum color);
28 enum color c = RED;
109 cover_typeok_enum(enum color c, int i)
112 /* expect+1: warning: combination of 'enum color' and 'int', op '>' [242] */
118 color_name(enum color c)
  /src/sys/arch/hpcsh/hpcsh/
debug.c 48 uint16_t color; member in struct:intr_state_rgb16
68 uint16_t color = intr_state_rgb16->color; local in function:__dbg_heart_beat
76 *(fb + i) = color;
78 intr_state_rgb16->phase ? ~color : color;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
Makefile 23 # Makefile for the color sub-module of DAL.
28 AMD_DAL_MOD_COLOR = $(addprefix $(AMDDALPATH)/modules/color/,$(MOD_COLOR))
29 #$(info ************ DAL COLOR MODULE MAKEFILE ************)
  /src/lib/libcurses/
chgat.c 39 chgat(int n, attr_t attr, short color, const void *opts)
41 return wchgat(stdscr, n, attr, color, opts);
45 mvchgat(int y, int x, int n, attr_t attr, short color,
48 return mvwchgat(stdscr, y, x, n, attr, color, opts);
52 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts)
54 return mvwchgat(win, win->cury, win->curx, n, attr, color, opts);
58 mvwchgat(WINDOW *win , int y, int x, int count, attr_t attr, short color,
72 attr = (attr & ~__COLOR) | COLOR_PAIR(color);
78 "color pair %d\n", x, y, count, (attr & ~__COLOR),
79 PAIR_NUMBER(color));
    [all...]
  /src/sys/dev/rcons/
raster_op.c 688 /* One to two, using the color in the rop. */
696 u_int32_t color, dl; local in function:raster_op_noclip
699 color = RAS_GETCOLOR( rop );
700 if ( color == 0 )
701 color = 3;
703 /* Make 32 bits of color so we can do the ROP without shifting. */
704 color |= (( color << 30 ) | ( color << 28 ) | ( color << 26
769 u_int32_t color, dl; local in function:raster_op_noclip
844 u_int32_t color, dl; local in function:raster_op_noclip
915 u_int32_t color, dl; local in function:raster_op_noclip
1194 u_int32_t color; local in function:raster_op_nosrc_noclip
1301 u_int32_t color; local in function:raster_op_nosrc_noclip
1406 u_int32_t color; local in function:raster_op_nosrc_noclip
1511 u_int32_t color; local in function:raster_op_nosrc_noclip
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/bcm4908/
bcm4906-netgear-r8000p.dts 23 color = <LED_COLOR_ID_WHITE>;
29 color = <LED_COLOR_ID_AMBER>;
35 color = <LED_COLOR_ID_WHITE>;
41 color = <LED_COLOR_ID_WHITE>;
47 color = <LED_COLOR_ID_WHITE>;
53 color = <LED_COLOR_ID_WHITE>;
59 color = <LED_COLOR_ID_WHITE>;
65 color = <LED_COLOR_ID_WHITE>;
71 color = <LED_COLOR_ID_WHITE>;
  /src/sys/arch/amd64/stand/prekern/
console.c 67 static void putc(int color, char c)
84 ptr[1] = scr[1] = color;
89 void print_ext(int color, char *buf)
94 putc(color, buf[i]);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6qdl-solidsense.dtsi 51 color = <LED_COLOR_ID_RED>;
58 color = <LED_COLOR_ID_GREEN>;
66 color = <LED_COLOR_ID_RED>;
73 color = <LED_COLOR_ID_GREEN>;
omap3-echo.dts 155 color = <LED_COLOR_ID_RGB>;
161 color = <LED_COLOR_ID_GREEN>;
168 color = <LED_COLOR_ID_BLUE>;
175 color = <LED_COLOR_ID_RED>;
182 color = <LED_COLOR_ID_RGB>;
188 color = <LED_COLOR_ID_GREEN>;
195 color = <LED_COLOR_ID_BLUE>;
202 color = <LED_COLOR_ID_RED>;
209 color = <LED_COLOR_ID_RGB>;
215 color = <LED_COLOR_ID_GREEN>
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_gtt.h 29 u64 size, u64 offset, unsigned long color,
34 u64 size, u64 alignment, unsigned long color,
  /src/tests/usr.bin/indent/
lsym_tag.c 17 enum color { enum in function:indent_enum_constants
21 enum color colors[] = {
33 if (colors[0] == (enum color)1) {
  /src/sys/arch/bebox/stand/boot/
vga.c 70 u_short color; /* normal character color */ member in struct:screen
71 u_short color_so; /* standout color */
72 u_short save_color; /* saved normal color */
73 u_short save_color_so; /* saved standout color */
77 * Color and attributes for normal, standout and kernel output
82 #define CATTR(x) (x) /* store color/attributes un-shifted */
85 u_short pccolor; /* color/attributes for tty output */
86 u_short pccolor_so; /* color/attributes, standout mode */
118 d->color = pccolor
    [all...]
  /src/sys/arch/prep/stand/boot/
vga.c 72 u_short color; /* normal character color */ member in struct:screen
73 u_short color_so; /* standout color */
74 u_short save_color; /* saved normal color */
75 u_short save_color_so; /* saved standout color */
79 * Color and attributes for normal, standout and kernel output
84 #define CATTR(x) (x) /* store color/attributes un-shifted */
87 u_short pccolor; /* color/attributes for tty output */
88 u_short pccolor_so; /* color/attributes, standout mode */
120 d->color = pccolor
    [all...]
  /src/games/gomoku/
main.c 165 set_input_sources(enum input_source *input, player_color color)
169 input[color] = USER;
170 input[color != BLACK ? BLACK : WHITE] = PROGRAM;
186 int color; local in function:ask_user_color
193 color = BLACK;
197 color = WHITE;
208 return color;
252 declare_winner(int outcome, const enum input_source *input, player_color color)
258 if (input[color] == PROGRAM)
285 player_color color = BLACK local in function:main_game_loop
331 int color; local in function:main
476 player_color color; local in function:whatsup
    [all...]
  /src/sys/arch/evbarm/netwalker/
netwalker_lcd.c 213 uint16_t color, *line; local in function:draw_test_pattern
229 case 0: color = rgb(0x00, 0x00, 0x00); break;
230 case 1: color = rgb(0x00, 0x00, 0x1f); break;
231 case 2: color = rgb(0x00, 0x3f, 0x00); break;
232 case 3: color = rgb(0x00, 0x3f, 0x1f); break;
233 case 4: color = rgb(0x1f, 0x00, 0x00); break;
234 case 5: color = rgb(0x1f, 0x00, 0x1f); break;
235 case 6: color = rgb(0x1f, 0x3f, 0x00); break;
236 case 7: color = rgb(0x1f, 0x3f, 0x1f); break;
239 line[x] = color;
    [all...]
  /src/sys/arch/evbarm/smdk2xx0/
smdk2410_lcd.c 311 uint16_t color, *line; local in function:draw_test_pattern_16
322 case 0: color = rgb(0x00, 0x00, 0x00); break;
323 case 1: color = rgb(0x00, 0x00, 0x1f); break;
324 case 2: color = rgb(0x00, 0x3f, 0x00); break;
325 case 3: color = rgb(0x00, 0x3f, 0x1f); break;
326 case 4: color = rgb(0x1f, 0x00, 0x00); break;
327 case 5: color = rgb(0x1f, 0x00, 0x1f); break;
328 case 6: color = rgb(0x1f, 0x3f, 0x00); break;
329 case 7: color = rgb(0x1f, 0x3f, 0x1f); break;
332 line[x] = color;
    [all...]

Completed in 172 milliseconds

1 2 3 4 5 6 7 8 910