Home
last modified time | relevance | path

Searched refs:colors (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd-11-stable/contrib/file/magic/Magdir/
HDpc9818 >38 ubeshort&2 0 \b, 16 paletted RGB colors
19 >38 ubeshort&2 2 \b, 8 fixed RGB colors
36 # - b1=number of colors: 0=16 colors, 1=8 colors
37 # - b2=Palette or fixed colors flag (called "analog" and "digital" in the doc): 0=Paletted, 1=Fixed…
39 # - b0=256 paletted colors
40 # - b1=256 fixed colors using the MSX SCR8 palette
42 # - 256x212 image with 19268 YJK colors. The usual resolution and color information fields from the…
43 >>&1 ubeshort 0x0344 256x212, 19268 fixed YJK colors
47 >>>&0 ubyte&0x86 0x00 16 paletted RGB colors
48 >>>&0 ubyte&0x86 0x02 8 paletted RGB colors
[all …]
HDx6800018 >>>>&1 ubeshort 4 colors: 16
19 >>>>&1 ubeshort 8 colors: 256
20 >>>>&1 ubeshort 12 colors: 4096
21 >>>>&1 ubeshort 15 colors: 32768
22 >>>>&1 ubeshort 16 colors: 65536
23 >>>>&1 ubeshort >16 colors: %d-bit
/freebsd-11-stable/sys/sparc64/sparc64/
HDmem.c96 uint32_t colors; in memrw() local
99 colors = 1; in memrw()
129 colors = DCACHE_COLORS; in memrw()
130 ova = kva_alloc(PAGE_SIZE * colors); in memrw()
136 if (colors != 1 && m->md.color != -1) in memrw()
175 kva_free(ova, PAGE_SIZE * colors); in memrw()
HDpmap.c138 static vm_paddr_t pmap_bootstrap_alloc(vm_size_t size, uint32_t colors);
322 uint32_t colors; in pmap_bootstrap() local
330 colors = dcache_color_ignore != 0 ? 1 : DCACHE_COLORS; in pmap_bootstrap()
421 pa = pmap_bootstrap_alloc(tsb_kernel_size, colors); in pmap_bootstrap()
439 pa = pmap_bootstrap_alloc(DPCPU_SIZE, colors); in pmap_bootstrap()
445 pa = pmap_bootstrap_alloc(msgbufsize, colors); in pmap_bootstrap()
572 virtual_avail += PAGE_SIZE * colors; in pmap_bootstrap()
574 virtual_avail += PAGE_SIZE * colors; in pmap_bootstrap()
576 virtual_avail += PAGE_SIZE * colors; in pmap_bootstrap()
584 pa = pmap_bootstrap_alloc(KSTACK_PAGES * PAGE_SIZE, colors); in pmap_bootstrap()
[all …]
/freebsd-11-stable/contrib/libxo/doc/
HDoptions.rst39 color Enable colors/effects for display styles (TEXT, HTML)
40 colors=xxxx Adjust color output values
70 - "colors" is described in :ref:`color-mapping`.
124 The "colors" option takes a value that is a set of mappings from the
125 pre-defined set of colors to new foreground and background colors.
127 pair of "fg/bg" values gives the colors to which a basic color is
141 pairs or single colors.
150 --libxo colors=red/blue+red/blue+red/blue+red/blue+\
157 --libxo colors=+magenta+/cyan
164 --libxo colors=++++yellow/yellow
/freebsd-11-stable/sys/dev/syscons/star/
HDstar_saver.c63 static char *colors; in star_saver() local
78 colors = color8; in star_saver()
81 colors = color16; in star_saver()
100 colors[random()%sizeof(color16)] << 8); in star_saver()
/freebsd-11-stable/contrib/libxo/tests/core/
HDtest_10.c96 static const char *colors[] = in main() local
100 for (i = 0; colors[i]; i++) { in main()
102 xo_emit("{C:/bg-%s}", colors[i-1]); in main()
103 xo_emit("{C:/fg-%s}{T:/%s}", colors[i], colors[i]); in main()
/freebsd-11-stable/bin/ls/
HDprint.c107 } colors[C_NUMCOLORS]; variable
617 if (colors[c].bold) in printcolor()
620 if (colors[c].num[0] != -1) { in printcolor()
621 ansiseq = tgoto(ansi_fgcol, 0, colors[c].num[0]); in printcolor()
625 if (colors[c].num[1] != -1) { in printcolor()
626 ansiseq = tgoto(ansi_bgcol, 0, colors[c].num[1]); in printcolor()
694 colors[i].bold = 0; in parsecolors()
706 colors[i].num[j] = c[j] - '0'; in parsecolors()
714 colors[i].num[j] = c[j] - 'a'; in parsecolors()
716 colors[i].num[j] = c[j] - 'A'; in parsecolors()
[all …]
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
HDcxgbei_ulp2_ddp.h162 cxgbei_ulp2_ddp_tag_base(u_int idx, u_char *colors, in cxgbei_ulp2_ddp_tag_base() argument
165 if (__predict_false(++colors[idx] == 1 << IPPOD_IDX_SHIFT)) in cxgbei_ulp2_ddp_tag_base()
166 colors[idx] = 0; in cxgbei_ulp2_ddp_tag_base()
170 return (sw_tag | idx << IPPOD_IDX_SHIFT | colors[idx]); in cxgbei_ulp2_ddp_tag_base()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDProcess.inc305 // The terminal always has colors.
369 WORD colors = DefaultColors::GetCurrentColor();
371 colors |= BACKGROUND_INTENSITY;
373 colors |= FOREGROUND_INTENSITY;
374 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), colors);
382 WORD colors;
384 colors = ((code&1) ? BACKGROUND_RED : 0) |
388 colors |= BACKGROUND_INTENSITY;
389 colors |= fg_color(current);
391 colors = ((code&1) ? FOREGROUND_RED : 0) |
[all …]
/freebsd-11-stable/sys/dev/iwm/
HDif_iwm_binding.c154 int16_t colors[IWM_MAX_MACS_IN_BINDING]; member
177 data->colors[i])); in iwm_mvm_binding_cmd()
213 data.colors[0] = ivp->color; in iwm_mvm_binding_update()
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
HDerr.D_XLATE_SOU.BadTransDecl8.d44 enum colors enum
50 translator enum colors < struct input_struct *ivar >
/freebsd-11-stable/contrib/tcsh/
HDtw.color.c158 static char *colors = NULL; variable
229 colors = NULL; in init()
232 colors = extnum * sizeof(*extensions) + (char *)extensions; in init()
296 char *c = colors; in parseLSCOLORS()
347 c = colors; in parseLS_COLORS()
/freebsd-11-stable/sys/dev/fb/
HDvesa.c199 static int vesa_bios_save_palette(int start, int colors, u_char *palette,
201 static int vesa_bios_save_palette2(int start, int colors, u_char *r, u_char *g,
203 static int vesa_bios_load_palette(int start, int colors, u_char *palette,
205 static int vesa_bios_load_palette2(int start, int colors, u_char *r, u_char *g,
385 vesa_bios_save_palette(int start, int colors, u_char *palette, int bits) in vesa_bios_save_palette() argument
393 regs.R_CX = colors; in vesa_bios_save_palette()
406 for (i = 0; i < colors; ++i) { in vesa_bios_save_palette()
417 vesa_bios_save_palette2(int start, int colors, u_char *r, u_char *g, u_char *b, in vesa_bios_save_palette2() argument
426 regs.R_CX = colors; in vesa_bios_save_palette2()
439 for (i = 0; i < colors; ++i) { in vesa_bios_save_palette2()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDProcess.inc340 // colors.
349 // strategy here is just to query the baseline colors capability and if it
350 // supports colors at all to assume it will translate the escape codes into
351 // whatever range of colors it does support. We can add more detailed tests
355 // the terminfo says that no colors are supported.
356 bool HasColors = tigetnum(const_cast<char *>("colors")) > 0;
388 // A file descriptor has colors if it is displayed and the terminal has
389 // colors.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/enum/
HDtst.EnumSameValue.d42 enum colors { enum
HDerr.D_UNKNOWN.RepeatIdentifiers.d42 enum colors { enum
HDerr.D_DECL_IDRED.EnumSameName.d41 enum colors { enum
HDtst.EnumEquality.d39 enum colors { enum
HDtst.EnumValAssign.d41 enum colors { enum
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/tests/
HDcan_change_color2 # our test terminal can change colors so expect true.
/freebsd-11-stable/contrib/dialog/samples/
HDmenubox69 $DIALOG --clear --item-help --title "MENU BOX" --colors "$@" \
HDmsgbox4-8bit11 $DIALOG --title "MESSAGE BOX (width $width)" --no-collapse --colors "$@" \
HDchecklist69 $DIALOG --help-button --item-help --colors --backtitle "\Z1No Such\Zn Organization" \
HDchecklist810 --colors \

1234