| /src/tests/usr.bin/xlint/lint1/ |
| msg_057.c | 11 /* expect+1: warning: parameter 'blue' unused in function 'rgb' [231] */ 12 rgb(int red, int green, int blue) 17 red, green, blue enumerator in enum:color 19 /* expect-1: warning: enumeration constant 'blue' hides parameter [57] */ 21 * The warning for 'blue' is at the semicolon since the parser has 27 return red + green + blue;
|
| msg_172.c | 11 unsigned int blue: 8; member in struct:color
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| amdgpu_dcn10_cm_common.c | 79 exp_region_start, params->corner_points[0].blue.custom_float_x, 89 field_region_linear_slope, params->corner_points[0].blue.custom_float_slope); 96 field_region_end, params->corner_points[1].blue.custom_float_x); 98 field_region_end_slope, params->corner_points[1].blue.custom_float_slope, 99 field_region_end_base, params->corner_points[1].blue.custom_float_y); 162 if (!convert_to_custom_float_format(corner_points[0].blue.x, &fmt, 163 &corner_points[0].blue.custom_float_x)) { 178 if (!convert_to_custom_float_format(corner_points[0].blue.offset, &fmt, 179 &corner_points[0].blue.custom_float_offset)) { 194 if (!convert_to_custom_float_format(corner_points[0].blue.slope, &fmt [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
| luts_1d.h | 41 uint32_t blue; member in struct:lut_point
|
| /src/sys/arch/sun3/dev/ |
| bt_subr.c | 76 !useracc(p->blue, count, B_WRITE)) 81 p->blue[i] = cp[2]; 101 !useracc(p->blue, count, B_READ)) 106 cp[2] = p->blue[i];
|
| cg2.c | 297 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE]; local 319 blue[i] = *p++; 326 if ((error = copyout(blue + start, cmap->blue, count)) != 0) 338 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE]; local 355 if ((error = copyin(cmap->blue, blue + start, count)) != 0) 369 *p++ = blue[i];
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| frame-args.c | 30 enum color { red, green, blue }; enumerator in enum:color
|
| whatis-ptype-typedefs.c | 71 typedef enum colors {red, green, blue} colors_typedef; enumerator in enum:colors
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| frame-args.c | 30 enum color { red, green, blue }; enumerator in enum:color
|
| whatis-ptype-typedefs.c | 71 typedef enum colors {red, green, blue} colors_typedef; enumerator in enum:colors
|
| /src/external/gpl3/gcc/dist/gcc/ |
| hash-set-tests.cc | 43 const char *blue = "blue"; local 53 ASSERT_EQ (false, s.add (blue)); 59 ASSERT_EQ (true, s.contains (blue)); 66 ASSERT_EQ (true, s.contains (blue)); 72 ASSERT_EQ (true, s.contains (blue)); 80 ASSERT_EQ (*it, blue); 98 ASSERT_EQ (false, t.add (blue)); 104 ASSERT_EQ (true, t.contains (blue)); 114 else if (*it == blue) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| hash-set-tests.cc | 43 const char *blue = "blue"; local 53 ASSERT_EQ (false, s.add (blue)); 59 ASSERT_EQ (true, s.contains (blue)); 66 ASSERT_EQ (true, s.contains (blue)); 72 ASSERT_EQ (true, s.contains (blue)); 80 ASSERT_EQ (*it, blue); 98 ASSERT_EQ (false, t.add (blue)); 104 ASSERT_EQ (true, t.contains (blue)); 114 else if (*it == blue) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
| hw_shared.h | 63 struct curve_points blue; member in struct:curve_points3 69 struct fixed31_32 blue; member in struct:pwl_result_data 87 uint32_t blue; member in struct:dc_rgb
|
| /src/sys/arch/sparc/dev/ |
| cgtwo.c | 301 u_char red[CG2_CMSIZE], green[CG2_CMSIZE], blue[CG2_CMSIZE]; local 323 blue[i] = *p++; 330 if ((error = copyout(blue + start, cmap->blue, count)) != 0) 341 u_char red[CG2_CMSIZE], green[CG2_CMSIZE], blue[CG2_CMSIZE]; local 358 if ((error = copyin(cmap->blue, blue + start, count)) != 0) 372 *p++ = blue[i];
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/marvell/ |
| mvebu-linkstation-gpio-simple.dtsi | 72 blue-power-led { 73 label = "linkstation:blue:power";
|
| /src/external/bsd/ntp/dist/sntp/unity/auto/ |
| colour_prompt.rb | 51 when :blue then 9 69 when :blue, :narrative then 34
|
| /src/sys/dev/sun/ |
| bt_subr.c | 89 b = p->blue; 106 error = copyout(b, p->blue, count); 146 error = copyin(p->blue, b, count); 153 b = p->blue; 220 c[2] = &cm->blue[(4 * count) / 3];
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm_color.c | 114 if ((lut[i].red != lut[i].green) || (lut[i].green != lut[i].blue)) 141 b = drm_color_lut_extract(lut[i].blue, 16); 145 gamma->entries.blue[i] = dc_fixpt_from_int(b); 154 b = drm_color_lut_extract(lut[i].blue, 16); 158 gamma->entries.blue[i] = dc_fixpt_from_fraction(b, MAX_DRM_LUT_VALUE);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| property_test.c | 114 { "", "sky=blue", -1 }, 115 { "", "sky!=blue", 1 }, 129 { "groan=blue", "groan=yellow", -1 }, 130 { "groan=blue", "?groan=yellow", 0 }, 131 { "groan=blue", "groan!=yellow", 1 }, 132 { "groan=blue", "?groan!=yellow", 1 }, 146 { "n=0, sky=blue", "?n=0, sky=blue", 2 }, 147 { "n=1, sky=blue", "?n=0, sky=blue", 1 } 295 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; local [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| property_test.c | 92 { "", "sky=blue", -1 }, 93 { "", "sky!=blue", 1 }, 107 { "groan=blue", "groan=yellow", -1 }, 108 { "groan=blue", "?groan=yellow", 0 }, 109 { "groan=blue", "groan!=yellow", 1 }, 110 { "groan=blue", "?groan!=yellow", 1 }, 124 { "n=0, sky=blue", "?n=0, sky=blue", 2 }, 125 { "n=1, sky=blue", "?n=0, sky=blue", 1 } 273 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-color-pagination.exp | 40 set blue "(?:\033\\\[34${other_attr}m)" 45 set any_color "(?:${black}|${red}|${green}|${yellow}|${blue}|${magenta}|${cyan}|${white})"
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_fb_helper.c | 931 u16 blue = cmap->blue[i]; local 936 blue >>= 16 - info->var.blue.length; 939 (blue << info->var.blue.offset); 975 memcpy(b + cmap->start, cmap->blue, cmap->len * sizeof(*b)); 1012 lut[i].blue = b[i]; 1017 lut[i].blue = b[i]; 1024 lut[cmap->start + i].blue = cmap->blue[i] [all...] |
| /src/sys/altq/ |
| altq_blue.h | 62 /* blue flags */ 68 * IOCTLs for BLUE 79 typedef struct blue { struct 82 int blue_flags; /* blue flags */ 84 /* blue parameters */
|
| /src/external/bsd/ipf/dist/perl/ |
| Isbgraph | 97 $blue=$im->colorAllocate(0,0,255); 104 $fg=$blue; 242 $im->line($xspace,$yspace,$xspace,$YGRAPH,$blue); 243 $im->line($xspace,$YGRAPH,$XINIT,$YGRAPH,$blue); 245 $im->line($XINIT,$YGRAPH,$XINIT,$YGRAPH,$blue);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| errors.d | 36 blue = 4, 38 magenta = red | blue, 39 cyan = green | blue, 40 lightGray = red | green | blue, 45 brightBlue = bright | blue,
|