HomeSort by: relevance | last modified time | path
    Searched defs:blue (Results 1 - 25 of 98) sorted by relevancy

1 2 3 4

  /src/tests/usr.bin/xlint/lint1/
msg_172.c 11 unsigned int blue: 8; member in struct:color
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:rgb::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
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:rgb::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_348.c 11 /* expect+5: previous declaration of 'blue' [260] */
12 /* expect+4: previous declaration of 'blue' [260] */
13 /* expect+3: previous declaration of 'blue' [260] */
14 /* expect+2: previous declaration of 'blue' [260] */
15 /* expect+1: previous declaration of 'blue' [260] */
16 blue enumerator in enum:color
25 "blue"
38 /* expect+1: warning: maximum value 2 for 'blue' of type 'enum color' does not match maximum array index 1 [348] */
48 "blue",
51 /* expect+1: warning: maximum value 2 for 'blue' of type 'enum color' does not match maximum array index 3 [348] *
    [all...]
msg_348.c 11 /* expect+5: previous declaration of 'blue' [260] */
12 /* expect+4: previous declaration of 'blue' [260] */
13 /* expect+3: previous declaration of 'blue' [260] */
14 /* expect+2: previous declaration of 'blue' [260] */
15 /* expect+1: previous declaration of 'blue' [260] */
16 blue enumerator in enum:color
25 "blue"
38 /* expect+1: warning: maximum value 2 for 'blue' of type 'enum color' does not match maximum array index 1 [348] */
48 "blue",
51 /* expect+1: warning: maximum value 2 for 'blue' of type 'enum color' does not match maximum array index 3 [348] *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
luts_1d.h 41 uint32_t blue; member in struct:lut_point
luts_1d.h 41 uint32_t blue; member in struct:lut_point
  /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 */
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/sys/arch/sparc/dev/
cgtwo.c 301 u_char red[CG2_CMSIZE], green[CG2_CMSIZE], blue[CG2_CMSIZE]; local in function:cgtwogetcmap
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 in function:cgtwoputcmap
358 if ((error = copyin(cmap->blue, blue + start, count)) != 0)
372 *p++ = blue[i];
cgtwo.c 301 u_char red[CG2_CMSIZE], green[CG2_CMSIZE], blue[CG2_CMSIZE]; local in function:cgtwogetcmap
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 in function:cgtwoputcmap
358 if ((error = copyin(cmap->blue, blue + start, count)) != 0)
372 *p++ = blue[i];
  /src/sys/arch/sun3/dev/
cg2.c 297 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE]; local in function:cg2getcmap
319 blue[i] = *p++;
326 if ((error = copyout(blue + start, cmap->blue, count)) != 0)
338 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE]; local in function:cg2putcmap
355 if ((error = copyin(cmap->blue, blue + start, count)) != 0)
369 *p++ = blue[i];
cg2.c 297 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE]; local in function:cg2getcmap
319 blue[i] = *p++;
326 if ((error = copyout(blue + start, cmap->blue, count)) != 0)
338 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE]; local in function:cg2putcmap
355 if ((error = copyin(cmap->blue, blue + start, count)) != 0)
369 *p++ = blue[i];
  /src/sys/arch/amiga/dev/
grf_rt.c 1065 u_char red[256], green[256], blue[256], *rp, *gp, *bp; local in function:rt_getcmap
1081 bp = blue + cmap->index;
1091 && !(error = copyout (blue + cmap->index, cmap->blue, cmap->count)))
1101 u_char red[256], green[256], blue[256], *rp, *gp, *bp; local in function:rt_putcmap
1114 && !(error = copyin (cmap->blue, blue + cmap->index, cmap->count)))
1121 bp = blue + cmap->index;
1191 info->cmap.blue[0] = cmap.blue[index]
    [all...]
grf_rt.c 1065 u_char red[256], green[256], blue[256], *rp, *gp, *bp; local in function:rt_getcmap
1081 bp = blue + cmap->index;
1091 && !(error = copyout (blue + cmap->index, cmap->blue, cmap->count)))
1101 u_char red[256], green[256], blue[256], *rp, *gp, *bp; local in function:rt_putcmap
1114 && !(error = copyin (cmap->blue, blue + cmap->index, cmap->count)))
1121 bp = blue + cmap->index;
1191 info->cmap.blue[0] = cmap.blue[index]
    [all...]
grfabs_reg.h 160 u_char blue; member in struct:colormap::__anon0815b0ec010a::__anon0815b0ec0208
161 #define blue_mask valid_mask.rgb_mask.blue
  /src/sys/arch/mac68k/dev/
grfvar.h 49 uint8_t *blue; member in struct:grfbus_cmap
grfvar.h 49 uint8_t *blue; member in struct:grfbus_cmap
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dpp_cm.c 512 uint32_t i, red, green, blue; local in function:dpp20_program_shaper_lut
522 blue = rgb[i].blue_reg;
530 blue_value = ((blue_delta & 0x3ff) << 14) | (blue & 0x3fff);
588 CM_SHAPER_RAMA_EXP_REGION_START_B, params->corner_points[0].blue.custom_float_x,
598 CM_SHAPER_RAMA_EXP_REGION_END_B, params->corner_points[1].blue.custom_float_x,
599 CM_SHAPER_RAMA_EXP_REGION_END_BASE_B, params->corner_points[1].blue.custom_float_y);
738 CM_SHAPER_RAMB_EXP_REGION_START_B, params->corner_points[0].blue.custom_float_x,
748 CM_SHAPER_RAMB_EXP_REGION_END_B, params->corner_points[1].blue.custom_float_x,
749 CM_SHAPER_RAMB_EXP_REGION_END_BASE_B, params->corner_points[1].blue.custom_float_y);
1004 uint32_t i, red, green, blue, red1, green1, blue1 local in function:dpp20_set3dlut_ram12
1038 uint32_t i, red, green, blue, value; local in function:dpp20_set3dlut_ram10
    [all...]
amdgpu_dcn20_dpp_cm.c 512 uint32_t i, red, green, blue; local in function:dpp20_program_shaper_lut
522 blue = rgb[i].blue_reg;
530 blue_value = ((blue_delta & 0x3ff) << 14) | (blue & 0x3fff);
588 CM_SHAPER_RAMA_EXP_REGION_START_B, params->corner_points[0].blue.custom_float_x,
598 CM_SHAPER_RAMA_EXP_REGION_END_B, params->corner_points[1].blue.custom_float_x,
599 CM_SHAPER_RAMA_EXP_REGION_END_BASE_B, params->corner_points[1].blue.custom_float_y);
738 CM_SHAPER_RAMB_EXP_REGION_START_B, params->corner_points[0].blue.custom_float_x,
748 CM_SHAPER_RAMB_EXP_REGION_END_B, params->corner_points[1].blue.custom_float_x,
749 CM_SHAPER_RAMB_EXP_REGION_END_BASE_B, params->corner_points[1].blue.custom_float_y);
1004 uint32_t i, red, green, blue, red1, green1, blue1 local in function:dpp20_set3dlut_ram12
1038 uint32_t i, red, green, blue, value; local in function:dpp20_set3dlut_ram10
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_dac.c 146 uint8_t blue; local in function:nv04_dac_detect
188 blue = 8; /* start of test range */
196 /* testing blue won't find monochrome monitors. I don't care */
197 nvif_wr08(device, NV_PRMDIO_PALETTE_DATA, blue);
214 * if sense goes LO before blue ramps to 0x18, monitor is not connected.
215 * ergo, if blue gets to 0x18, monitor must be connected
217 } while (++blue < 0x18 && sense);
231 if (blue == 0x18) {
nouveau_dispnv04_dac.c 146 uint8_t blue; local in function:nv04_dac_detect
188 blue = 8; /* start of test range */
196 /* testing blue won't find monochrome monitors. I don't care */
197 nvif_wr08(device, NV_PRMDIO_PALETTE_DATA, blue);
214 * if sense goes LO before blue ramps to 0x18, monitor is not connected.
215 * ergo, if blue gets to 0x18, monitor must be connected
217 } while (++blue < 0x18 && sense);
231 if (blue == 0x18) {
  /src/sys/arch/atari/dev/
grfabs_reg.h 114 u_char blue; member in struct:colormap::__anone84a8d3e010a::__anone84a8d3e0208
128 #define blue_mask valid_mask.rgb_mask.blue
grfabs_reg.h 114 u_char blue; member in struct:colormap::__anone84a8d3e010a::__anone84a8d3e0208
128 #define blue_mask valid_mask.rgb_mask.blue

Completed in 34 milliseconds

1 2 3 4