| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | pc98 | 18 >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 …]
|
| HD | x68000 | 18 >>>>&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/ |
| HD | mem.c | 96 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()
|
| HD | pmap.c | 138 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/ |
| HD | options.rst | 39 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/ |
| HD | star_saver.c | 63 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/ |
| HD | test_10.c | 96 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/ |
| HD | print.c | 107 } 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/ |
| HD | cxgbei_ulp2_ddp.h | 162 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/ |
| HD | Process.inc | 305 // 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/ |
| HD | if_iwm_binding.c | 154 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/ |
| HD | err.D_XLATE_SOU.BadTransDecl8.d | 44 enum colors enum 50 translator enum colors < struct input_struct *ivar >
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | tw.color.c | 158 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/ |
| HD | vesa.c | 199 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/ |
| HD | Process.inc | 340 // 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/ |
| HD | tst.EnumSameValue.d | 42 enum colors { enum
|
| HD | err.D_UNKNOWN.RepeatIdentifiers.d | 42 enum colors { enum
|
| HD | err.D_DECL_IDRED.EnumSameName.d | 41 enum colors { enum
|
| HD | tst.EnumEquality.d | 39 enum colors { enum
|
| HD | tst.EnumValAssign.d | 41 enum colors { enum
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/tests/ |
| HD | can_change_color | 2 # our test terminal can change colors so expect true.
|
| /freebsd-11-stable/contrib/dialog/samples/ |
| HD | menubox6 | 9 $DIALOG --clear --item-help --title "MENU BOX" --colors "$@" \
|
| HD | msgbox4-8bit | 11 $DIALOG --title "MESSAGE BOX (width $width)" --no-collapse --colors "$@" \
|
| HD | checklist6 | 9 $DIALOG --help-button --item-help --colors --backtitle "\Z1No Such\Zn Organization" \
|
| HD | checklist8 | 10 --colors \
|