Searched refs:width (Results 76 - 100 of 603) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_panel.c66 int x, y, width, height; local
68 x = y = width = height = 0;
77 width = mode->hdisplay;
79 x = (adjusted_mode->hdisplay - width + 1)/2;
89 width = scaled_height / mode->vdisplay;
90 if (width & 1)
91 width++;
92 x = (adjusted_mode->hdisplay - width + 1) / 2;
101 width = adjusted_mode->hdisplay;
104 width
[all...]
/freebsd-10.0-release/sys/xen/interface/io/
H A Dfbif.h49 int32_t width; /* rect width */ member in struct:xenfb_update
62 int32_t width; /* width in pixels */ member in struct:xenfb_resize
136 int32_t width; /* the width of the framebuffer (in pixels) */ member in struct:xenfb_page
173 * tab-width: 4
/freebsd-10.0-release/usr.bin/colrm/
H A Dcolrm.c65 int ch, width; local
116 if ((width = wcwidth(ch)) > 0)
117 column += width;
/freebsd-10.0-release/usr.sbin/bsdconfig/console/
H A Dconsole64 local height width rows
65 eval f_dialog_menu_size height width rows \
84 $height $width $rows \
H A Drepeat62 local height width rows
63 eval f_dialog_menu_size height width rows \
86 $height $width $rows \
H A Dscreenmap64 local height width rows
65 eval f_dialog_menu_size height width rows \
90 $height $width $rows \
/freebsd-10.0-release/usr.sbin/bsdconfig/mouse/
H A Dmouse63 local height width rows
64 eval f_dialog_menu_size height width rows \
83 $height $width $rows \
H A Dport64 local height width rows
65 eval f_dialog_menu_size height width rows \
90 $height $width $rows \
/freebsd-10.0-release/usr.sbin/bsdconfig/networking/
H A Dnetworking62 local height width rows
63 eval f_dialog_menu_size height width rows \
82 $height $width $rows \
/freebsd-10.0-release/usr.sbin/bsdconfig/security/
H A Dkern_securelevel64 local height width rows
65 eval f_dialog_menu_size height width rows \
95 $height $width $rows \
/freebsd-10.0-release/usr.sbin/bsdconfig/startup/
H A Drcadd67 local height width rows
68 eval f_dialog_menu_size height width rows \
83 $height $width $rows \
H A Dstartup61 local height width rows
62 eval f_dialog_menu_size height width rows \
81 $height $width $rows \
/freebsd-10.0-release/usr.sbin/bsdconfig/usermgmt/
H A Dusermgmt68 local height width rows
69 eval f_dialog_menu_size height width rows \
76 # When using Xdialog(1) we need to bump the width for the buttons
77 [ "$USE_XDIALOG" ] && width=40
94 $height $width $rows \
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectArgs.cpp174 int width = 0; local
196 width = 8;
198 width = 16;
200 width = 32;
202 width = 64;
210 clang_type = ast_context.GetBuiltinTypeForEncodingAndBitSize(encoding, width);
214 result.AppendErrorWithFormat ("Couldn't get Clang type for format %s (%s integer, width %d).\n",
217 width);
/freebsd-10.0-release/usr.sbin/bsdconfig/timezone/
H A Dtimezone89 local height width rows
90 eval f_dialog_menu_size height width rows \
109 $height $width $rows \
203 height=10 width=77
206 height=7 width=73
216 --yesno "$msg" $height $width
225 --yesno "$msg" $height $width
346 eval f_dialog_menu_size height width rows \
363 $height $width $rows \
408 eval f_dialog_menu_size height width row
[all...]
/freebsd-10.0-release/usr.sbin/timed/timedc/
H A Dtimedc.c208 int columns, width = 0, lines; local
215 if (len > width)
216 width = len;
218 width = (width + 8) &~ 7;
219 columns = 80 / width;
232 while (w < width) {
/freebsd-10.0-release/contrib/file/
H A Dvasprintf.c77 %[flag][width][.prec][modifier]type
84 width: n 0n *
241 static int type_s(xprintf_struct *s, int width, int prec, argument
255 if (width != -1 && string_len < (size_t)width)
256 string_len = (size_t)width;
301 int width, prec, modifier, approx_width; local
357 /* width */
358 if (*SRCTXT == '*') { /* width given by next argument */
360 width
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/mi/
H A Dmi-out.c43 static void mi_table_header (struct ui_out *uiout, int width,
49 static void mi_field_int (struct ui_out *uiout, int fldno, int width,
51 static void mi_field_skip (struct ui_out *uiout, int fldno, int width,
53 static void mi_field_string (struct ui_out *uiout, int fldno, int width,
57 int width, enum ui_align align,
111 mi_field_int (uiout, -1/*fldno*/, -1/*width*/, -1/*alin*/,
113 mi_field_int (uiout, -1/*fldno*/, -1/*width*/, -1/*alin*/,
145 mi_table_header (struct ui_out *uiout, int width, enum ui_align alignment, argument
153 mi_field_int (uiout, 0, 0, 0, "width", width);
190 mi_field_int(struct ui_out *uiout, int fldno, int width, enum ui_align alignment, const char *fldname, int value) argument
205 mi_field_skip(struct ui_out *uiout, int fldno, int width, enum ui_align alignment, const char *fldname) argument
218 mi_field_string(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *string) argument
240 mi_field_fmt(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *format, va_list args) argument
[all...]
/freebsd-10.0-release/sys/dev/altera/avgen/
H A Daltera_avgen.c88 u_int width; local
94 width = sc->avg_width;
95 if (uio->uio_offset < 0 || uio->uio_offset % width != 0 ||
96 uio->uio_resid % width != 0)
104 if (offset + width > size)
106 switch (width) {
131 panic("%s: unexpected widthment %u", __func__, width);
150 u_int width; local
156 width = sc->avg_width;
157 if (uio->uio_offset < 0 || uio->uio_offset % width !
[all...]
/freebsd-10.0-release/contrib/libyaml/src/
H A Dreader.c197 unsigned int width = 0; local
231 width = (octet & 0x80) == 0x00 ? 1 :
238 if (!width)
245 if (width > raw_unread) {
264 for (k = 1; k < width; k ++)
282 if (!((width == 1) ||
283 (width == 2 && value >= 0x80) ||
284 (width == 3 && value >= 0x800) ||
285 (width == 4 && value >= 0x10000)))
359 width
[all...]
/freebsd-10.0-release/usr.bin/procstat/
H A Dprocstat_files.c250 u_int count, i, width; local
253 width = 0;
256 width += strlen(cap_desc[i].cd_desc);
258 width++;
262 return (width);
268 u_int count, i, width; local
271 width = 0;
281 width += strlen(cap_desc[i].cd_desc);
283 width++;
297 u_int capwidth, width; local
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dui.cpp53 static size_t width = 0; local
59 width = atf::text::to_type< size_t >(cols);
64 width = ws.ws_col;
67 if (width >= 80)
68 width -= 5;
73 return width;
/freebsd-10.0-release/contrib/dialog/
H A Dcalendar.c31 #define MON_WIDE 4 /* width of a month-name */
33 #define DAY_WIDE (8 * MON_WIDE) /* width of the day-grid */
56 int width; member in struct:_box
230 data->height + (2 * MARGIN), data->width + (2 * MARGIN),
303 data->height + 2, data->width + 2,
325 data->height + 2, data->width + 2,
339 int width, int height,
346 data->width = width;
351 data->height, data->width,
336 init_object(BOX * data, WINDOW *parent, int x, int y, int width, int height, BOX_DRAW box_draw, int code) argument
387 dialog_calendar(const char *title, const char *subtitle, int height, int width, int day, int month, int year) argument
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c83 int width = -1; local
95 if (width < 0)
96 width = 0;
97 width = (width * 10) + num;
108 width = ival;
/freebsd-10.0-release/usr.bin/tabs/
H A Dtabs.c99 errx(1, "%s: invalid margin width",
227 int width; local
230 width = ws.ws_col;
231 else if ((width = tgetnum("co")) == 0) {
232 width = 80;
233 warnx("cannot find terminal width; defaulted to %d", width);
236 return (width);

Completed in 131 milliseconds

1234567891011>>