/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | primary32.h | 83 Time ^ (reinterpret_cast<uptr>(SizeClassInfoArray) >> 6)); in init() 136 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 137 // `BG::Batches` are `TransferBatches`. +1 for `BatchGroup`. in verifyAllBlocksAreReleasedTestOnly() 138 BatchClassUsedInFreeLists += BG.Batches.size() + 1; in verifyAllBlocksAreReleasedTestOnly() 139 for (const auto &It : BG.Batches) in verifyAllBlocksAreReleasedTestOnly() 151 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 152 if (LIKELY(!BG.Batches.empty())) { in verifyAllBlocksAreReleasedTestOnly() 153 for (const auto &It : BG.Batches) in verifyAllBlocksAreReleasedTestOnly() 517 BatchGroupT *BG = Sci->FreeListInfo.BlockList.front(); in pushBatchClassBlocks() local 519 if (BG == nullptr) { in pushBatchClassBlocks() [all …]
|
H A D | primary64.h | 182 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 183 // `BG::Batches` are `TransferBatches`. +1 for `BatchGroup`. in verifyAllBlocksAreReleasedTestOnly() 184 BatchClassUsedInFreeLists += BG.Batches.size() + 1; in verifyAllBlocksAreReleasedTestOnly() 185 for (const auto &It : BG.Batches) in verifyAllBlocksAreReleasedTestOnly() 199 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) { in verifyAllBlocksAreReleasedTestOnly() 200 if (LIKELY(!BG.Batches.empty())) { in verifyAllBlocksAreReleasedTestOnly() 201 for (const auto &It : BG.Batches) in verifyAllBlocksAreReleasedTestOnly() 670 BatchGroupT *BG = Region->FreeListInfo.BlockList.front(); in pushBatchClassBlocks() local 672 if (BG == nullptr) { in pushBatchClassBlocks() 674 BG = reinterpret_cast<BatchGroupT *>( in pushBatchClassBlocks() [all …]
|
/freebsd/contrib/expat/doc/ |
H A D | ok.min.css | 2 …6:2.5rem;--ok-lh-body:1.5;--ok-lh-heading:1.25;--ok-t-hl:#ffcf30;--ok-accent-0:#3e67fa;--ok-accent…
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | AnsiTerminal.h | 57 #define ANSI_CTRL_FAST_BLINK 6 110 {"bg.black}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_BLACK) ANSI_ESC_END}, 111 {"bg.red}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_RED) ANSI_ESC_END}, 112 {"bg.green}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_GREEN) ANSI_ESC_END}, 113 {"bg.yellow}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_YELLOW) ANSI_ESC_END}, 114 {"bg.blue}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_BLUE) ANSI_ESC_END}, 115 {"bg.purple}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_PURPLE) ANSI_ESC_END}, 116 {"bg.cyan}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_CYAN) ANSI_ESC_END}, 117 {"bg.white}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_WHITE) ANSI_ESC_END}, 118 {"bg.bright.black}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_BRIGHT_BLACK) ANSI_ESC_END}, [all …]
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 142 /* Fudge bg brightness as TF_BLINK (shifted). */ 166 int fg, bg; in terminal_init() local 173 fg = bg = -1; in terminal_init() 175 TUNABLE_INT_FETCH("teken.bg_color", &bg); in terminal_init() 181 if (bg != -1) { in terminal_init() 182 default_message.ta_bgcolor = bg; in terminal_init() 183 kernel_message.ta_bgcolor = bg; in terminal_init() 327 0xc0 | (c >> 6), in terminal_input_char() 335 0x80 | ((c >> 6) & 0x3f), in terminal_input_char() 344 0x80 | ((c >> 6) & 0x3f), in terminal_input_char() [all …]
|
/freebsd/contrib/less/ |
H A D | output.c | 116 /* attr/fg/bg/all 0 is the default attr/fg/bg/all, respectively */ 120 t_color bg; member 141 case 6: /* fast-blink, fallthrough */ in update_sgr() 152 case 49: sgr->bg = C_DEFAULT; break; in update_sgr() 161 sgr->bg = C_ANSI(code - 40); in update_sgr() 191 int fg, bg, tmp; /* Windows colors */ in set_win_colors() local 193 /* Not "SGR mode": apply -D<x> to default fg+bg with one attribute */ in set_win_colors() 194 if (!sgr_mode && sgr->fg == C_DEFAULT && sgr->bg == C_DEFAULT) in set_win_colors() 225 bg = sgr->bg == C_DEFAULT ? nm_bg_color in set_win_colors() 226 : screen_color[CGET_ANSI(sgr->bg)]; in set_win_colors() [all …]
|
/freebsd/contrib/mandoc/ |
H A D | term_ascii.c | 308 "0", "1", "2", "3", "4", "5", "6", "7", in ascii_uc2str() 337 "E", "e", "E", "e", "^\bG", "^\bg", "G", "g", in ascii_uc2str() 338 "G", "g", ",\bG", ",\bg", "^\bH", "^\bh", "/\bH", "/\bh", in ascii_uc2str() 350 "b", "B", "B", "b", "6", "6", "O", "C", in ascii_uc2str() 362 "A", "a", "AE", "ae", "/\bG", "/\bg", "G", "g", in ascii_uc2str() 364 "j", "DZ", "Dz", "dz", "'\bG", "'\bg", "HV", "W", in ascii_uc2str()
|
/freebsd/contrib/libxo/xohtml/ |
H A D | xohtml.css | 265 padding: 6px 1px 6px 0px; 984 border-bottom-left-radius: 6px; 985 border-bottom-right-radius: 6px; 986 border-top-left-radius: 6px; 987 border-top-right-radius: 6px; 1027 div.color-bg-black { background-color: black; } 1028 div.color-bg-red { background-color: red; } 1029 div.color-bg-green { background-color: green; } 1030 div.color-bg-yellow { background-color: yellow; } 1031 div.color-bg-blue { background-color: blue; } [all …]
|
/freebsd/contrib/tcsh/ |
H A D | tw.color.c | 138 ANSI_BG_BLACK = 40, /* bg black */ 139 ANSI_BG_RED = 41, /* bg red */ 140 ANSI_BG_GREEN = 42, /* bg green */ 141 ANSI_BG_YELLOW = 43, /* bg yellow */ 142 ANSI_BG_BLUE = 44, /* bg blue */ 143 ANSI_BG_MAGENTA = 45, /* bg magenta */ 144 ANSI_BG_CYAN = 46, /* bg cyan */ 145 ANSI_BG_WHITE = 47, /* bg white */ 146 ANSI_BG_DEFAULT = 49, /* bg default (black) */ 252 makecolor(char **c, int fg, int bg, Str *v) in makecolor() argument [all …]
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_color.c | 164 * SVr4 curses is known to interchange color codes (1,4) and (3,6), possibly 173 {0, 4, 2, 6, 1, 5, 3, 7, in toggled_colors() 182 set_background_color(NCURSES_SP_DCLx int bg, NCURSES_SP_OUTC outc) in set_background_color() argument 185 CallDriver_3(SP_PARM, td_color, FALSE, bg, outc); in set_background_color() 190 TIPARM_1(set_a_background, bg), in set_background_color() 195 TIPARM_1(set_background, toggled_colors(bg)), in set_background_color() 666 ("initializing pair: pair = %d, fg=(%d,%d,%d), bg=(%d,%d,%d)", in _nc_init_pair() 938 int bg; in _nc_pair_content() local 942 bg = BACK_OF(sp->_color_pairs[pair]); in _nc_pair_content() 946 if (isDefaultColor(bg)) in _nc_pair_content() [all …]
|
/freebsd/sys/dev/syscons/ |
H A D | scterm-sc.c | 51 u_short bg; /* background color */ member 140 tcp->dflt_std_color.bg = (SC_NORM_ATTR >> 4) & 0x0f; in scterm_init() 142 tcp->dflt_rev_color.bg = (SC_NORM_REV_ATTR >> 4) & 0x0f; in scterm_init() 455 case 40: case 41: /* set ansi bg color */ in scterm_scan_esc() 459 tcp->cur_color.bg = ansi_col[n - 40]; in scterm_scan_esc() 462 case 49: /* restore bg color back to normal */ in scterm_scan_esc() 464 tcp->cur_color.bg = tcp->std_color.bg; in scterm_scan_esc() 497 tcp->cur_color.bg = tcp->std_color.bg in scterm_scan_esc() 511 tcp->cur_color.bg = tcp->std_color.bg in scterm_scan_esc() 516 tcp->rev_color.bg = ansi_col[tcp->param[1] & 0x0f]; in scterm_scan_esc() [all …]
|
H A D | scvgarndr.c | 362 u_short bg, bgmask, fg, newbg; in vga_cursorattr_adj() local 366 * with only the bg changed, to the first preferred color that in vga_cursorattr_adj() 367 * differs from both the fg and bg. If there is no such color, in vga_cursorattr_adj() 371 bg = a & bgmask; in vga_cursorattr_adj() 373 for (i = 0; i < nitems(scp->curs_attr.bg); i++) { in vga_cursorattr_adj() 374 newbg = (scp->curs_attr.bg[i] << 12) & bgmask; in vga_cursorattr_adj() 375 if (newbg != bg && newbg != (fg << 4)) in vga_cursorattr_adj() 378 if (i == nitems(scp->curs_attr.bg)) in vga_cursorattr_adj() 664 !(inb(crtc_addr + 6) & 0x08)) in draw_txtmouse() 685 6, 6, 6, 6, 2, 2, 2, 6, 14, 14, 14, 14, 10, 10, 10, 14 in draw_txtmouse() [all …]
|
/freebsd/tools/tools/vt/keymaps/ |
H A D | KBDFILES.map | 13 ISO8859-5 bg.bds.ctrlcaps.kbd bg.bds.kbd 14 ISO8859-5 bg.phonetic.ctrlcaps.kbd bg.phonetic.kbd 16 #ISO8859-1 br275.iso.kbd br.kbd.from-iso1 (only AltGr-Shift-6 differs from CP850)
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 397 envvar hint.fdc.0.irq="6" 429 # iwi: Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters 446 device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs. 463 # Intel PRO/Wireless 2200BG/2225BG/2915ABG firmware: 631 options KBD_MAXWAIT=6 636 options TIMER_FREQ=((14318182+6)/12)
|
/freebsd/sys/i386/conf/ |
H A D | NOTES | 72 # of Cyrix 6x86 and 6x86MX CPUs by setting the NO_LOCK bit of CCR1. 99 # I/O clock delay time on Cyrix 5x86 and 6x86 are 0 and 7,respectively 123 # CPU_WT_ALLOC enables write allocation on Cyrix 6x86/6x86MX and AMD 131 # Cyrix 6x86 whose revision < 2.7 (NOTE 2). 148 # 6x86 >= 2.7, CPU cache is always enabled in write-back mode. 235 # Adaptec by PMC RAID controllers, Series 6/7/8 and upcoming families
|
/freebsd/contrib/bsddialog/lib/ |
H A D | theme.c | 34 #define GET_COLOR(bg, fg) (COLOR_PAIR(bg * 8 + fg +1)) argument 37 #define NFLAGS 6 265 short fg, bg; in bsddialog_color_attrs() local 275 if (pair_content(PAIR_NUMBER(color), &fg, &bg) != OK) in bsddialog_color_attrs() 280 *background = bg; in bsddialog_color_attrs()
|
/freebsd/contrib/bsddialog/utility/ |
H A D | util_theme.c | 47 #define NATTR 6 161 enum bsddialog_color bg, fg; in savetheme() local 204 bsddialog_color_attrs(*(int*)p[i].value, &fg, &bg, in savetheme() 206 fprintf(fp, " %s %s", color[fg].name, color[bg].name); in savetheme() 228 enum bsddialog_color bg, fg; in loadtheme() local 301 bg = color[j].value; in loadtheme() 307 *((int*)p[i].value) = bsddialog_color(fg, bg, flags); in loadtheme() 372 enum bsddialog_color col[6]; in bikeshed() 381 for (i = 0; i < 6; i++) { in bikeshed()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | tinfo_driver.c | 287 * SVr4 curses is known to interchange color codes (1,4) and (3,6), possibly 296 {0, 4, 2, 6, 1, 5, 3, 7, in toggled_colors() 318 drv_defaultcolors(TERMINAL_CONTROL_BLOCK * TCB, int fg, int bg) in drv_defaultcolors() argument 328 sp->_default_color = isDefaultColor(fg) || isDefaultColor(bg); in drv_defaultcolors() 333 sp->_default_bg = isDefaultColor(bg) ? COLOR_DEFAULT : bg; in drv_defaultcolors() 340 (short)bg); in drv_defaultcolors() 777 ("initializing pair: pair = %d, fg=(%d,%d,%d), bg=(%d,%d,%d)", in drv_initpair() 832 int bg = COLOR_DEFAULT; in drv_do_color() local 848 _nc_pair_content(SP_PARM, pair, &fg, &bg); in drv_do_color() 856 || (isDefaultColor(bg) && !isDefaultColor(old_bg))) { in drv_do_color() [all …]
|
/freebsd/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 86 0, 4, 2, 6, 1, 5, 3, 7, 136 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) in ofwfb_bitblt_bitmap() 162 bgc = sc->fb_cmap[bg]; in ofwfb_bitblt_bitmap() 167 bg = ofw_colors[bg]; in ofwfb_bitblt_bitmap() 185 ch1.l = ch2.l = (bg << 24) | (bg << 16) | in ofwfb_bitblt_bitmap() 186 (bg << 8) | bg; in ofwfb_bitblt_bitmap() 231 b & 0x80 ? fg : bg; in ofwfb_bitblt_bitmap() 134 ofwfb_bitblt_bitmap(struct vt_device * vd,const struct vt_window * vw,const uint8_t * pattern,const uint8_t * mask,unsigned int width,unsigned int height,unsigned int x,unsigned int y,term_color_t fg,term_color_t bg) ofwfb_bitblt_bitmap() argument 252 term_color_t fg, bg; ofwfb_bitblt_text() local [all...] |
/freebsd/tools/boot/ |
H A D | rootgen.sh | 107 fs=$6 129 fs=$6 152 fs=$6 211 fs=$6 238 fs=$6 258 fs=$6 285 fs=$6 294 echo ${passphrase} | geli init -bg -e AES-XTS -i ${iterations} -J - -l 256 -s 4096 ${md}p2 319 fs=$6 328 echo ${passphrase} | geli init -bg -e AES-XTS -i ${iterations} -J - -l 256 -s 4096 ${md}p2 [all …]
|
/freebsd/crypto/openssh/contrib/ |
H A D | gnome-ssh-askpass3.c | 110 if (n != 3 && n != 6) in parse_env_hex_color() 142 GdkColor fg, bg; in passphrase_dialog() local 153 bg_set = parse_env_hex_color("GNOME_SSH_ASKPASS_BG_COLOR", &bg); in passphrase_dialog() 186 gtk_widget_modify_bg(dialog, GTK_STATE_NORMAL, &bg); in passphrase_dialog() 193 gtk_widget_modify_bg(entry, GTK_STATE_NORMAL, &bg); in passphrase_dialog()
|
H A D | gnome-ssh-askpass2.c | 126 if (n != 3 && n != 6) in parse_env_hex_color() 158 GdkColor fg, bg; in passphrase_dialog() local 166 bg_set = parse_env_hex_color("GNOME_SSH_ASKPASS_BG_COLOR", &bg); in passphrase_dialog() 199 gtk_widget_modify_bg(dialog, GTK_STATE_NORMAL, &bg); in passphrase_dialog() 206 gtk_widget_modify_bg(entry, GTK_STATE_NORMAL, &bg); in passphrase_dialog()
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 174 { 0xaa, 0x55, 0x00 }, /* 6 2/3 1/3 0 Brown */ 811 u_char *p, fg, bg; in ofwfb_putc8() local 826 bg = ofwfb_background(a); in ofwfb_putc8() 835 ch1.l = ch2.l = (bg << 24) | (bg << 16) | (bg << 8) | bg; in ofwfb_putc8() 866 uint32_t *addr, fg, bg; in ofwfb_putc32() local 878 bg = ofwfb_pix32(sc, ofwfb_background(a)); in ofwfb_putc32() 883 *(addr + j) = bg; in ofwfb_putc32() 933 u_char fg, bg; in ofwfb_putm8() local 941 bg = ofwfb_background(SC_NORM_ATTR); in ofwfb_putm8() 953 addr[j] = (addr[j] == fg) ? bg : fg; in ofwfb_putm8() [all …]
|
/freebsd/contrib/libxo/doc/ |
H A D | xolint-errors.rst | 142 'Field has color without fg- or bg- (role: C)' 145 The message "Field has color without fg- or bg- (role: C)" can be caused by code like: 157 Colors must be prefixed by either "fg-" or "bg-". 178 be prefixed by either "fg-" or "bg-". Effects are 432 xo_emit("{:tag/%2.4.6d}", 55); 444 like "{:tag/%6..6d}" where only one period should be used.
|
/freebsd/sys/teken/ |
H A D | teken_subr_compat.h | 84 static const teken_color_t cons25_revcolors[8] = { 0, 4, 2, 6, 1, 5, 3, 7 }; 87 teken_get_defattr_cons25(const teken_t *t, int *fg, int *bg) in teken_get_defattr_cons25() argument 93 *bg = cons25_revcolors[teken_256to8(t->t_defattr.ta_bgcolor)]; in teken_get_defattr_cons25()
|