Searched refs:width (Results 176 - 200 of 583) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_global.c248 | Return Values : the width
287 * Calculate the actual width of a menu entry for wide-characters.
293 int width = 0; local
311 if (check > width)
312 width = check;
317 width = (name ? menu->namelen : menu->desclen);
322 width,
324 return width;
334 | Description : Calculate the length of an item and the width of the
360 menu->width
[all...]
/freebsd-9.3-release/contrib/texinfo/info/
H A Ddisplay.c28 static DISPLAY_LINE **make_display (int width, int height);
43 display_initialize_display (int width, int height) argument
46 the_display = make_display (width, height);
131 int pl_ignore = 0; /* How many chars use zero width on screen. */
153 allocated_win_width = win->width + 1;
178 replen = win->width - pl_index + pl_ignore;
241 /* If this character can be printed without passing the width of
243 if (replen + pl_index < win->width + pl_ignore)
274 for (i = 0; pl_index < (win->width + pl_ignore - 1);)
331 if ((pl_index < win->width
612 make_display(int width, int height) argument
[all...]
/freebsd-9.3-release/sys/mips/rmi/
H A Dxlr_pci.c244 u_int reg, int width)
248 if ((width == 2) && (reg & 1))
250 else if ((width == 4) && (reg & 3))
255 if (width == 1)
257 else if (width == 2)
265 u_int reg, u_int32_t val, int width)
270 if ((width == 2) && (reg & 1))
272 else if ((width == 4) && (reg & 3))
275 if (width == 1) {
279 } else if (width
243 xlr_pcib_read_config(device_t dev, u_int b, u_int s, u_int f, u_int reg, int width) argument
264 xlr_pcib_write_config(device_t dev, u_int b, u_int s, u_int f, u_int reg, u_int32_t val, int width) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c541 int columns, width = 0, lines; local
547 if (len > width)
548 width = len;
550 width = (width + 8) &~ 7;
551 columns = 80 / width;
571 while (w < width) {
/freebsd-9.3-release/contrib/gdtoa/
H A Dprintf.c0690 len, prec, prec1, psign, rv, sign, width;
720 alt=dot=lead0=left=len=prec=psign=sign=width=0;
760 width = k;
791 width = k;
852 if ((width -= c) > 0) {
854 width -= prec;
856 width--;
858 width--;
869 while(--width >= 0)
873 if (width >
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_prf.c623 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
643 width = 0;
671 width = va_arg(ap, int);
672 if (width < 0) {
674 width = -width;
696 width = n;
727 if (!width)
728 width = 16;
729 while(width
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Deditbox.c311 int width)
331 int old_width = width;
371 dlg_auto_size(title, "", &height, &width, 3 * LINES / 4, mincols);
372 dlg_print_size(height, width);
373 dlg_ctl_size(height, width);
375 x = dlg_box_x_ordinate(width);
378 dialog = dlg_new_window(height, width, y, x);
384 dlg_draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
393 box_width = width - 2 - (2 * MARGIN);
472 width);
307 dlg_editbox(const char *title, char ***list, int *rows, int height, int width) argument
711 dialog_editbox(const char *title, const char *file, int height, int width) argument
[all...]
H A Dfselect.c531 dlg_fselect(const char *title, const char *path, int height, int width, int dselect) argument
551 int old_width = width;
592 dlg_auto_size(title, (char *) 0, &height, &width, 6, 25);
594 if (width < min_wide)
595 width = min_wide;
596 dlg_print_size(height, width);
597 dlg_ctl_size(height, width);
599 dialog = dlg_new_window(height, width,
601 dlg_box_x_ordinate(width));
607 dlg_draw_box(dialog, 0, 0, height, width, dialog_att
872 dialog_fselect(const char *title, const char *path, int height, int width) argument
881 dialog_dselect(const char *title, const char *path, int height, int width) argument
[all...]
H A Dbuttons.c230 int width = 1; local
234 while (!dlg_button_x_step(labels, width, &gap, &margin, &step))
235 ++width;
236 width += (4 * MARGIN);
237 if (width > COLS)
238 width = COLS;
239 if (width > *limit)
240 *limit = width;
H A Dmixedform.c46 int width,
84 width,
43 dialog_mixedform(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, char **items) argument
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.h67 virtual hunits width();
145 hunits width; member in struct:breakpoint
185 hunits width();
205 hunits width; member in struct:width_list
331 hunits width();
382 hunits width();
399 hunits width();
463 hunits width();
490 hunits width();
510 hunits width();
[all...]
H A Ddiv.h53 hunits width) = 0;
82 hunits width);
121 hunits width);
/freebsd-9.3-release/lib/libc/stdlib/
H A Dstrfmon.c113 int width; /* field width */ local
157 width = -1; /* no width specified */
195 GET_NUMBER(width);
197 * required width ?
199 if ((unsigned int)width >= maxsize - (dst - s))
373 if (dst - tmpptr < width) {
375 while (dst - tmpptr < width)
379 memmove(tmpptr + width
[all...]
/freebsd-9.3-release/lib/libc/stdio/
H A Dxprintf_float.c330 * padded out to `width' places. If flags&ZEROPAD, it should
347 prsize = pi->width > realsz ? pi->width : realsz;
351 ret += __printf_pad(io, pi->width - realsz, 0);
364 ret += __printf_pad(io, pi->width - realsz, 1);
418 ret += __printf_pad(io, pi->width - realsz, 0);
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev.h46 int maxwidth; /* Supported width */
48 int minwidth; /* Supported width */
143 __s32 width, height; member in struct:video_clip
150 __u32 width,height; /* Its size */ member in struct:video_window
165 __u32 width, height; /* Area to capture */ member in struct:video_capture
175 int height,width; member in struct:video_buffer
183 int height,width; member in struct:video_mmap
/freebsd-9.3-release/usr.bin/who/
H A Dwho.c287 long width; local
292 width = strtol(cols, &ep, 10);
293 if (errno || width <= 0 || width > INT_MAX || ep == cols ||
297 return (width);
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c628 bitsize = aux_ptr[index++].width;
654 qualifiers[i].stride = aux_ptr[index+4].width;
802 int width = 20;
809 printf(" %-*s %11s %11s %11s\n", width, "Info", "Offset", "Number", "Bytes");
810 printf(" %-*s %11s %11s %11s\n", width, "====", "======", "======", "=====\n");
812 printf(" %-*s %11ld %11ld %11ld [%d]\n", width, "Line numbers",
818 printf(" %-*s %11ld %11ld %11ld\n", width, "Dense numbers",
823 printf(" %-*s %11ld %11ld %11ld\n", width, "Procedures Tables",
828 printf(" %-*s %11ld %11ld %11ld\n", width, "Local Symbols",
833 printf(" %-*s %11ld %11ld %11ld\n", width, "Optimizatio
792 int width = 20; local
1101 int width = 20; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPInt.cpp128 // assume same bit-width single-word case is already handled
605 assert(bitPosition < BitWidth && "Out of the bit-width range!");
815 APInt llvm::APIntOps::RoundDoubleToAPInt(double Double, unsigned width) {
830 return APInt(width, 0u);
837 return isNeg ? -APInt(width, mantissa >> (52 - exp)) :
838 APInt(width, mantissa >> (52 - exp));
842 if (width <= exp - 52)
843 return APInt(width, 0);
846 APInt Tmp(width, mantissa);
918 // Truncate to new width
[all...]
/freebsd-9.3-release/lib/libvgl/
H A Dvgl.h107 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
108 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
132 int VGLMouseFreeze(int x, int y, int width, int hight, byte color);
/freebsd-9.3-release/sys/dev/pci/
H A Dpcib_private.h118 typedef uint32_t pci_read_config_fn(int b, int s, int f, int reg, int width);
138 uint32_t pcib_read_config(device_t dev, u_int b, u_int s, u_int f, u_int reg, int width);
139 void pcib_write_config(device_t dev, u_int b, u_int s, u_int f, u_int reg, uint32_t val, int width);
/freebsd-9.3-release/usr.sbin/bsdconfig/console/
H A Dfont72 local height width rows
73 eval f_dialog_menu_size height width rows \
106 $height $width $rows \
/freebsd-9.3-release/usr.sbin/bsdconfig/startup/
H A Drcdelete201 local height width rows
203 height width rows \
226 $height $width $rows \
283 local height width rows
284 eval f_dialog_menu_size height width rows \
302 $height $width $rows \
/freebsd-9.3-release/usr.sbin/pciconf/
H A Dpciconf.c625 read_config(int fd, struct pcisel *sel, long reg, int width) argument
631 pi.pi_width = width;
747 readone(int fd, struct pcisel *sel, long reg, int width) argument
750 printf("%0*x", width*2, read_config(fd, sel, reg, width));
754 readit(const char *name, const char *reg, int width) argument
774 for (i = 1, r = rstart; r <= rend; i++, r += width) {
775 readone(fd, &sel, r, width);
778 putchar(i % (16/width) ? ' ' : '\n');
780 if (i % (16/width) !
786 writeit(const char *name, const char *reg, const char *data, int width) argument
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_ioc32.c143 unsigned int width, height; member in struct:drm_radeon_tex_image32
151 int width; /* Texture image coordinates */ member in struct:drm_radeon_texture32
172 request.width = req32->width;
177 image.width = img32->width;
/freebsd-9.3-release/usr.bin/column/
H A Dcolumn.c67 int width(const wchar_t *);
69 int termwidth = 80; /* default terminal width */
162 chcnt += width(*lp);
195 chcnt += width(list[base]);
261 t->len[coloff] = width(cols[coloff]);
298 len = width(buf);
317 width(const wchar_t *wcs) function

Completed in 300 milliseconds

1234567891011>>