Searched refs:color (Results 51 - 75 of 152) sorted by relevance

1234567

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmem.c136 if (colors != 1 && m->md.color != -1)
137 va = ova + m->md.color * PAGE_SIZE;
H A Duio_machdep.c97 m->md.color != DCACHE_COLOR(pa)) {
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A DMakefile.sub7 color.$(OBJEXT) \
56 $(srcdir)/color.cpp \
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_sta.c159 htole32(IWM_FW_CMD_ID_AND_COLOR(ivp->id, ivp->color)),
223 htole32(IWM_FW_CMD_ID_AND_COLOR(ivp->id, ivp->color));
321 const uint8_t *addr, uint16_t mac_id, uint16_t color)
329 cmd.mac_id_n_color = htole32(IWM_FW_CMD_ID_AND_COLOR(mac_id, color));
320 iwm_mvm_add_int_sta_common(struct iwm_softc *sc, struct iwm_int_sta *sta, const uint8_t *addr, uint16_t mac_id, uint16_t color) argument
H A Dif_iwm_phy_ctxt.c177 ctxt->color,
182 ctxt->color));
H A Dif_iwmvar.h358 uint16_t color; member in struct:iwm_mvm_phy_ctxt
380 uint16_t color; member in struct:iwm_vap
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp129 color cur_color;
139 void set_color(color *);
309 void dvi_printer::set_color(color *col)
317 sprintf(buf, "color gray 0");
320 sprintf(buf, "color rgb %.3g %.3g %.3g",
321 double(Red) / color::MAX_COLOR_VAL,
322 double(Green) / color::MAX_COLOR_VAL,
323 double(Blue) / color::MAX_COLOR_VAL);
329 sprintf(buf, "color cmyk %.3g %.3g %.3g %.3g",
330 double(Cyan) / color
[all...]
/freebsd-11-stable/sys/dev/vt/
H A Dvt_cpulogos.c67 unsigned char color)
70 vd->vd_driver->vd_setpixel(vd, x, y, vt_vga2bsd(color >> 4));
71 vd->vd_driver->vd_setpixel(vd, x + 1, y, vt_vga2bsd(color & 0xf));
66 vt_draw_2_vga16_px(struct vt_device *vd, vt_axis_t x, vt_axis_t y, unsigned char color) argument
/freebsd-11-stable/sys/kern/
H A Dsubr_terminal.c134 #define TCOLOR_FG_FUDGED(color) __extension__ ({ \
137 _c = (color); \
142 #define TCOLOR_BG_FUDGED(color) __extension__ ({ \
145 _c = (color); \
149 #define TCOLOR_256TO16(color) __extension__ ({ \
152 _c = (color); \
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c581 * extra work if -o/--color are specified, but it's
599 if ((color == NULL && !oflag) || qflag || lflag ||
619 if (!wflag && ((color == NULL && !oflag) || qflag || lflag || Lflag))
751 /* --color and -o */
752 if ((oflag || color) && matchidx > 0) {
753 /* Only print metadata once per line if --color */
771 if (color)
772 fprintf(stdout, "\33[%sm\33[K", color);
775 if (color)
H A Dgrep.h145 extern const char *color;
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_bo.c340 vm_ooffset_t foff, struct ucred *cred, u_short *color)
343 if (color != NULL)
344 *color = 0;
339 tegra_gem_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color) argument
/freebsd-11-stable/sys/sparc64/include/
H A Dpmap.h58 int32_t color; member in struct:md_page
/freebsd-11-stable/lib/libvgl/
H A Dmouse.c235 VGLMouseFreeze(int x, int y, int width, int hight, byte color) argument
262 (color);
/freebsd-11-stable/sys/vm/
H A Dvm_object.h109 u_short pg_color; /* (c) color of first page in obj */
273 * Conditionally set the object's color, which (1) enables the allocation
277 * words, the color determines the alignment of the object with respect
279 * files or POSIX shared memory objects, the color should be set to zero
281 * for anonymous objects, the color may be set after the virtual address
287 vm_object_color(vm_object_t object, u_short color) argument
291 object->pg_color = color;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp229 // highlight style before applying the actual token color.
240 HighlightStyle::ColorStyle color = local
243 color.Apply(result, to_print);
/freebsd-11-stable/contrib/less/
H A Dscreen.c234 public int clear_bg; /* Clear fills with background color */
1493 * Initialize the screen to the correct color at startup.
2229 /* paint screen with an inverse color */
2400 * Color string may be "x[y]" where x and y are 4-bit color chars,
2406 * Parse a 4-bit color char.
2436 * Parse a color as a decimal integer.
2449 int color = lstrtoi(ops, ps); local
2452 return color;
2457 * Parse a color pair and return the foreground/background values.
2458 * Return type of color specifie
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c206 * SVr4 curses is known to interchange color codes (1,4) and (3,6), possibly
271 int color,
283 TPARM_1(set_a_foreground, color), 1, outc);
288 toggled_colors(color)), 1, outc);
294 TPARM_1(set_a_background, color), 1, outc);
299 toggled_colors(color)), 1, outc);
722 int color, int r, int g, int b)
729 TPARM_4(initialize_color, color, r, g, b));
1318 drv_setcolor, /* color */
269 drv_setcolor(TERMINAL_CONTROL_BLOCK * TCB, int fore, int color, NCURSES_SP_OUTC outc) argument
721 drv_initcolor(TERMINAL_CONTROL_BLOCK * TCB, int color, int r, int g, int b) argument
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp65 - The environment stack wasn't suitable for the color extensions
79 - The color commands `m' and `DF' are added.
80 - The old color command `Df' is now converted and delegated to `DFg'.
196 and closed polygons. Applying this to the new groff color commands
263 // color components of groff_out color commands, must be >= 32 bits
387 // transform old color into new
391 ColorArg get_color_arg(void); // read in argument for new color cmds
429 void parse_color_command(color *);
430 // color su
[all...]
/freebsd-11-stable/sys/dev/syscons/
H A Dscterm-teken.c208 scteken_default_attr(scr_stat *scp, int color, int rev_color) argument
213 scteken_sc_to_te_attr(color, &ta);
327 scteken_sc_to_te_attr(unsigned char color, teken_attr_t *a) argument
332 * pure colors in the simplest mode (16-color graphics) and the
335 * for reordering the non-brightness bits in the 2 color numbers.
338 a->ta_fgcolor = sc_to_te_color[color & 7] | (color & 8);
339 a->ta_bgcolor = sc_to_te_color[(color >> 4) & 7] | ((color >> 4) & 8);
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c483 clcdr_draw_border(scr_stat* scp, int color) argument
497 /* This is for selections and such: invert the color attribute */
859 uint8_t fg, bg, color; local
883 color = bg;
885 color = fg;
889 rgb = (versatilefb_palette[color].r >> 3) << 11;
890 rgb |= (versatilefb_palette[color].g >> 2) << 5;
891 rgb |= (versatilefb_palette[color].b >> 3);
/freebsd-11-stable/contrib/ipfilter/
H A Dipf_rb.h228 rbcolour_t color; \
240 color = node->_f.colour; \
271 color= node->_f.colour; \
283 if (color == C_BLACK) \
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dipf_rb.h228 rbcolour_t color; \
240 color = node->_f.colour; \
271 color= node->_f.colour; \
283 if (color == C_BLACK) \
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_fleximap.h124 cl_map_color_t color; member in struct:_cl_fmap_item
149 * color
H A Dcl_qmap.h108 * The cl_map_color_t enumerated type is used to note the color of
147 cl_map_color_t color; member in struct:_cl_map_item
172 * color

Completed in 509 milliseconds

1234567