Home
last modified time | relevance | path

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

12345

/freebsd/contrib/file/magic/Magdir/
H A Dpc9818 >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 …]
H A Dx6800018 >>>>&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/sys/contrib/dev/iwlwifi/mvm/
H A Dquota.c16 int colors[MAX_BINDINGS]; member
69 if (data->colors[id] < 0) in iwl_mvm_quota_iterator()
70 data->colors[id] = mvmvif->deflink.phy_ctxt->color; in iwl_mvm_quota_iterator()
72 WARN_ON_ONCE(data->colors[id] != in iwl_mvm_quota_iterator()
136 .colors = { -1, -1, -1, -1 }, in iwl_mvm_update_quotas()
214 if (data.colors[i] < 0) in iwl_mvm_update_quotas()
220 cpu_to_le32(FW_CMD_ID_AND_COLOR(i, data.colors[i])); in iwl_mvm_update_quotas()
H A Dbinding.c18 u16 colors[MAX_MACS_IN_BINDING]; member
51 data->colors[i])); in iwl_mvm_binding_cmd()
86 data->colors[data->idx] = mvmvif->color; in iwl_mvm_iface_iterator()
125 data.colors[data.idx] = mvmvif->color; in iwl_mvm_binding_update()
/freebsd/contrib/libxo/doc/
H A Doptions.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/contrib/libxo/tests/core/
H A Dtest_10.c97 static const char *colors[] = in main() local
101 for (i = 0; colors[i]; i++) { in main()
103 xo_emit("{C:/bg-%s}", colors[i-1]); in main()
104 xo_emit("{C:/fg-%s}{T:/%s}", colors[i], colors[i]); in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Derr.D_XLATE_SOU.BadTransDecl8.d44 enum colors enum
50 translator enum colors < struct input_struct *ivar >
/freebsd/sys/dev/iwm/
H A Dif_iwm_binding.c153 int16_t colors[IWM_MAX_MACS_IN_BINDING]; member
176 data->colors[i])); in iwm_binding_cmd()
212 data.colors[0] = ivp->color; in iwm_binding_update()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc310 // The terminal always has colors.
368 WORD colors = DefaultColors::GetCurrentColor();
370 colors |= BACKGROUND_INTENSITY;
372 colors |= FOREGROUND_INTENSITY;
373 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/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp18 bool colors) in StreamAsynchronousIO() argument
19 : Stream(0, 4, eByteOrderBig, colors), m_debugger(debugger), m_data(), in StreamAsynchronousIO()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h71 bool colors = false);
76 Stream(bool colors = false);
451 RawOstreamForward(Stream &target, bool colors = false)
453 enable_colors(colors);
H A DStreamTee.h22 StreamTee(bool colors = false) : Stream(colors) {} in Stream() argument
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp43 CommandReturnObject::CommandReturnObject(bool colors) in CommandReturnObject() argument
44 : m_out_stream(colors), m_err_stream(colors) {} in CommandReturnObject()
/freebsd/contrib/tcsh/
H A Dtw.color.c158 static char *colors = NULL; variable
229 colors = NULL; in init()
232 colors = extnum * sizeof(*extensions) + (char *)extensions; in init()
298 char *c = colors; in parseLSCOLORS()
349 c = colors; in parseLS_COLORS()
/freebsd/sys/dev/fb/
H A Dvesa.c200 static int vesa_bios_save_palette(int start, int colors, u_char *palette,
202 static int vesa_bios_save_palette2(int start, int colors, u_char *r, u_char *g,
204 static int vesa_bios_load_palette(int start, int colors, u_char *palette,
206 static int vesa_bios_load_palette2(int start, int colors, u_char *r, u_char *g,
386 vesa_bios_save_palette(int start, int colors, u_char *palette, int bits) in vesa_bios_save_palette() argument
394 regs.R_CX = colors; in vesa_bios_save_palette()
407 for (i = 0; i < colors; ++i) { in vesa_bios_save_palette()
418 vesa_bios_save_palette2(int start, int colors, u_char *r, u_char *g, u_char *b, in vesa_bios_save_palette2() argument
427 regs.R_CX = colors; in vesa_bios_save_palette2()
440 for (i = 0; i < colors; ++i) { in vesa_bios_save_palette2()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp28 bool colors) in Stream()
30 m_forwarder(*this, colors) {} in Stream() argument
32 Stream::Stream(bool colors) in Stream()
34 m_forwarder(*this, colors) {}
26 Stream(uint32_t flags,uint32_t addr_size,ByteOrder byte_order,bool colors) Stream() argument
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/enum/
H A Dtst.EnumSameValue.d42 enum colors { enum
H A Derr.D_UNKNOWN.RepeatIdentifiers.d42 enum colors { enum
H A Derr.D_DECL_IDRED.EnumSameName.d41 enum colors { enum
H A Dtst.EnumEquality.d39 enum colors { enum
/freebsd/tools/build/options/
H A DWITHOUT_LS_COLORS3 without support for colors to distinguish file types.
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dcan_change_color2 # our test terminal can change colors so expect true.
/freebsd/contrib/dialog/samples/
H A Dmenubox69 $DIALOG --clear --item-help --title "MENU BOX" --colors "$@" \
H A Dchecklist69 $DIALOG --help-button --item-help --colors --backtitle "\Z1No Such\Zn Organization" \
H A Dchecklist810 --colors \

12345