HomeSort by: relevance | last modified time | path
    Searched defs:fg (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/sys/dev/rasops/
rasops15.c 134 uint32_t bg, fg; local
140 fg = ATTR_FG(ri, attr) & 0xffff;
144 stamp[i] = (i & 16 ? fg : bg);
145 stamp[i] |= (i & 8 ? fg : bg) << 16;
146 stamp[i + 1] = (i & 4 ? fg : bg);
147 stamp[i + 1] |= (i & 2 ? fg : bg) << 16;
149 stamp[i] = (i & 8 ? fg : bg);
150 stamp[i] |= (i & 16 ? fg : bg) << 16;
151 stamp[i + 1] = (i & 2 ? fg : bg);
152 stamp[i + 1] |= (i & 4 ? fg : bg) << 16
    [all...]
rasops1_putchar_width.h 67 uint32_t bg, fg; local
94 fg = ATTR_FG(ri, attr);
96 /* If fg and bg match this becomes a space character */
97 if (uc == ' ' || __predict_false(fg == bg)) {
135 *rp = fg;
138 *hp = fg;
rasops2.c 127 uint32_t bg, fg; local
133 fg = ATTR_FG(ri, attr) & 3;
143 stamp[i] = (i & 8 ? fg : bg);
144 stamp[i] |= (i & 4 ? fg : bg) << 2;
145 stamp[i] |= (i & 2 ? fg : bg) << 4;
146 stamp[i] |= (i & 1 ? fg : bg) << 6;
149 stamp[i] = (i & 1 ? fg : bg);
150 stamp[i] |= (i & 2 ? fg : bg) << 2;
151 stamp[i] |= (i & 4 ? fg : bg) << 4;
152 stamp[i] |= (i & 8 ? fg : bg) << 6
    [all...]
rasops32.c 134 uint32_t fg, bg; local
141 fg = ATTR_FG(ri, attr);
144 stamp[i + 0] = i & 32 ? fg : bg;
145 stamp[i + 1] = i & 16 ? fg : bg;
146 stamp[i + 2] = i & 8 ? fg : bg;
147 stamp[i + 3] = i & 4 ? fg : bg;
rasops4.c 121 uint32_t bg, fg; local
127 fg = ATTR_FG(ri, attr) & 0xf;
137 stamp[i] = (i & 1 ? fg : bg) << 12;
138 stamp[i] |= (i & 2 ? fg : bg) << 8;
139 stamp[i] |= (i & 4 ? fg : bg) << 4;
140 stamp[i] |= (i & 8 ? fg : bg) << 0;
143 stamp[i] = (i & 1 ? fg : bg) << 0;
144 stamp[i] |= (i & 2 ? fg : bg) << 4;
145 stamp[i] |= (i & 4 ? fg : bg) << 8;
146 stamp[i] |= (i & 8 ? fg : bg) << 12
    [all...]
rasops8.c 133 uint32_t bg, fg; local
139 fg = ATTR_FG(ri, attr) & 0xff;
149 stamp[i] = (i & 8 ? fg : bg);
150 stamp[i] |= (i & 4 ? fg : bg) << 8;
151 stamp[i] |= (i & 2 ? fg : bg) << 16;
152 stamp[i] |= (i & 1 ? fg : bg) << 24;
155 stamp[i] = (i & 1 ? fg : bg);
156 stamp[i] |= (i & 2 ? fg : bg) << 8;
157 stamp[i] |= (i & 4 ? fg : bg) << 16;
158 stamp[i] |= (i & 8 ? fg : bg) << 24
    [all...]
rasops1-4_putchar.h 92 uint32_t bg, fg, lbg, rbg, clr[2], lmask, rmask, tmp; local
124 fg = ATTR_FG(ri, attr);
126 /* If fg and bg match this becomes a space character */
127 if (uc == ' ' || __predict_false(fg == bg)) {
153 clr[1] = fg & COLOR_MASK;
186 tmp = (*rp & lmask) | (fg & rmask);
236 clr[1] = fg & COLOR_MASK;
288 *bp = (*bp & lmask) | (fg & ~lmask);
292 *bp++ = fg;
294 *bp = (*bp & rmask) | (fg & ~rmask)
    [all...]
rasops1.c 97 uint32_t bg, fg, lbg, rbg, fb, lmask, rmask, tmp, tmp0, tmp1; local
129 fg = ATTR_FG(ri, attr);
131 /* If fg and bg match this becomes a space character */
132 if (uc == ' ' || __predict_false(fg == bg)) {
185 tmp = (*rp & lmask) | (fg & rmask);
254 tmp0 = (rp[0] & lmask) | (fg & ~lmask);
255 tmp1 = (rp[1] & rmask) | (fg & ~rmask);
rasops24.c 166 uint32_t bg, fg, c1, c2, c3, c4; local
172 fg = ATTR_FG(ri, attr) & 0xffffff;
176 c1 = i & 32 ? fg : bg;
177 c2 = i & 16 ? fg : bg;
178 c3 = i & 8 ? fg : bg;
179 c4 = i & 4 ? fg : bg;
181 c1 = i & 8 ? fg : bg;
182 c2 = i & 4 ? fg : bg;
183 c3 = i & 16 ? fg : bg;
184 c4 = i & 32 ? fg : bg
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nv04_fbcon.c 87 uint32_t fg; local
102 fg = ((uint32_t *) info->pseudo_palette)[image->fg_color];
105 fg = image->fg_color;
114 OUT_RING(chan, fg);
  /src/sys/arch/hp300/dev/
diofb.c 336 diofb_allocattr(void *cookie, int fg, int bg, int flg, long *attr)
343 fg = WSCOL_WHITE;
349 swap = fg;
350 fg = bg;
354 *attr = (bg << 16) | (fg << 24) | (flg & WSATTR_UNDERLINE);
396 int fg, bg; local
400 rasops_unpack_attr(attr, &fg, &bg, NULL);
420 int fg, bg; local
424 rasops_unpack_attr(attr, &fg, &bg, NULL);
  /src/external/bsd/ntp/dist/ntpd/
ntp_filegen.c 627 FILEGEN * fg; local
638 fg = pfe->filegen;
641 filegen_uninit(fg);
  /src/external/bsd/nvi/dist/motif_l/
m_ruler.c 169 Pixel fg, bg;
221 XmNforeground, &fg,
224 XSetForeground( XtDisplay(db_ruler), gc_ruler, fg );
165 Pixel fg, bg; local
220 XSetForeground( XtDisplay(db_ruler), gc_ruler, fg ); local
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-style.c 138 ui_file_style::basic_color fg,
142 m_foreground (cli_colors[fg - ui_file_style::NONE]),
178 int fg = color_number (m_foreground); local
191 return ui_file_style (fg, bg, intensity);
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-style.c 130 ui_file_style::basic_color fg,
134 m_foreground (cli_colors[fg - ui_file_style::NONE]),
170 int fg = color_number (m_foreground); local
183 return ui_file_style (fg, bg, intensity);
  /src/sys/arch/amiga/dev/
mntva.c 413 int x, y, wi, he, fg, bg, ul; local
420 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
463 int x, y, w, h, fg, bg, ul; local
474 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
zz9k_fb.c 600 int x, y, w, h, fg, bg, ul; local
607 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
636 int x, y, w, h, fg, bg, ul; local
643 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
  /src/external/bsd/less/dist/
optfunc.c 538 int fg, bg; local
554 if (parse_color(s, &fg, &bg) == CT_NULL)
561 if (fg == CV_NOCHANGE)
562 fg = nm_fg_color;
566 fg |= ul;
568 *fg_color = fg;
output.c 102 static int fg, fgi, bg, bgi; local
124 if (fg == 0 && bg == 0)
126 fg = nm_fg_color & 7;
157 fg = nm_fg_color & 7;
208 fg = nm_fg_color & 7;
264 fg = screen_color[code - 30];
267 case 39: /* default fg */
268 fg = nm_fg_color & 7;
298 b = fg | fgi;
301 f = fg | fgi
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
infinite-loop.cc 398 std::unique_ptr<feasible_graph> fg; local
402 fg = ::make_unique<feasible_graph> ();
409 if (fg)
410 curr_fnode = fg->add_node (&enode, state, 0);
436 if (fg)
444 fg->dump_dot (filename, nullptr, dump_args);
514 if (fg)
516 feasible_node *next_fnode = fg->add_node (out_eedge->m_dest,
518 fg->m_nodes.length ());
519 fg->add_edge (new feasible_edge (curr_fnode, next_fnode, out_eedge))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/text-art/
style.cc 82 bool fg,
132 if (fg)
147 if (fg)
157 if (fg)
413 #define ASSERT_NAMED_COL_STREQ(NAMED_COLOR, FG, BRIGHT, EXPECTED_STR) \
418 if (FG) \
434 const bool fg = true; local
437 ASSERT_NAMED_COL_STREQ (style::named_color::DEFAULT, fg, bright, "");
438 ASSERT_NAMED_COL_STREQ (style::named_color::BLACK, fg, bright,
440 ASSERT_NAMED_COL_STREQ (style::named_color::RED, fg, bright
480 const bool fg = false; local
546 const bool fg = true; local
559 const bool fg = false; local
593 const bool fg = true; local
600 const bool fg = false; local
    [all...]
styled-string.cc 225 const bool fg = (param == 38); local
237 if (fg)
254 if (fg)
  /src/external/gpl3/gdb/dist/gdb/
mingw-hdep.c 288 const ui_file_style::color &fg = style.get_foreground (); local
291 if (fg.is_none ())
293 else if (fg.is_basic ())
294 fgcolor = fg_color[fg.get_value () & 15];
296 fgcolor = rgb_to_16colors (fg);
  /src/external/gpl3/gdb.old/dist/gdb/
mingw-hdep.c 288 const ui_file_style::color &fg = style.get_foreground (); local
291 if (fg.is_none ())
293 else if (fg.is_basic ())
294 fgcolor = fg_color[fg.get_value () & 15];
296 fgcolor = rgb_to_16colors (fg);
  /src/external/bsd/ipf/dist/tools/
ipftest.c 709 frgroup_t *fg; local
714 for (fg = softc->ipf_groups[i][0]; fg != NULL;
715 fg = fg->fg_next) {
717 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
718 dumprules(fg->fg_start);
723 for (fg = softc->ipf_groups[i][1]; fg != NULL
    [all...]

Completed in 43 milliseconds

1 2 3 4