HomeSort by: relevance | last modified time | path
    Searched refs:colors (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/usr.bin/indent/
lsym_tag.c 21 enum color colors[] = { enum in function:indent_enum_constants
33 if (colors[0] == (enum color)1) {
  /src/sys/arch/amiga/dev/
amidisplaycc.c 68 /* These can be lowered if you are sure you don't need that much colors. */
287 /* Mapping of colors to screen colors. */
608 /* Extract the colors from the attribute */
613 /* Translate to screen colors */
1003 /* Ensure the colors are displayable. */
1016 * If foreground and background colors are different but would
1354 /* Simple one-to-one mapping for most colors */
1359 * Arrange the most used pens to quickest colors.
1364 * So map colors 3->2, 7->4, 15->8 and so on
1694 u_int colors; local in function:amidisplaycc_setcmap
1788 u_int colors; local in function:amidisplaycc_getcmap
    [all...]
grf_rhreg.h 99 /* use LoadPalette() to set colors 0..255 */
164 "C" void RZ3LoadPalette (unsigned char * pal, unsigned char firstcol, unsigned char colors);
212 * The higher 8 colors in the standard palette are
258 void RZ3LoadPalette(unsigned char * pal, unsigned char firstcol, unsigned char colors);
263 * number of the first palette-register to load (256 available). "colors" is
264 * the number of colors you want to put in the palette registers.
691 unsigned char firstcol, unsigned char colors);
grf_rh.c 547 unsigned char firstcol, unsigned char colors)
551 if (colors == 0)
558 short x = colors-1;
1195 64, 64, 64, /* the higher 8 colors have more intensity for */
1821 /* first read colors out of the chip, then copyout to userspace */
1855 /* first copy the colors into kernelspace */
  /src/share/terminfo/
terminfo 468 colors#8, ncv#3, pairs#64,
475 colors#8, ncv#3, pairs#64,
785 colors#16, pairs#0x100,
807 colors#16, pairs#0x100,
846 colors#8, cols#80, it#8, lines#24, pairs#64, vt#3,
949 colors#8, cols#80, it#8, lines#25, ncv#5, pairs#64,
1032 colors@, pairs@,
1183 colors#8, it#8, ncv#18, pairs#64,
1235 colors#0x100, pairs#0x10000,
1246 # console font but bright background colors turn into dim ones whe
    [all...]
  /src/sys/uvm/pmap/
pmap.c 1991 u_int colors = 0; local in function:pmap_pvlist_check
1996 colors |= __BIT(atop(pv->pv_va) & colormask);
2003 || colors == 0 || (colors & (colors-1)) == 0
2004 || VM_PAGEMD_UNCACHED_P(mdpg), "colors=%#x uncached=%u",
2005 colors, VM_PAGEMD_UNCACHED_P(mdpg));
  /src/usr.sbin/sysinst/
menus.mi 167 * Current terminal type does not support colors, so remove all
298 option MSG_Color_scheme, sub menu colors;
302 menu colors, title MSG_Color_scheme, exit,
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
gcw0.dts 295 * The colors on the LCD are wrong when this is
  /src/sys/dev/pci/
if_iwm.c 5854 int colors[IWM_MAX_BINDINGS] = { -1, -1, -1, -1, }; local in function:iwm_update_quotas
5864 colors[id] = in->in_phyctxt->color;
5889 if (colors[i] < 0)
5893 htole32(IWM_FW_CMD_ID_AND_COLOR(i, colors[i]));

Completed in 76 milliseconds