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

1234567891011>>

/freebsd-11.0-release/usr.bin/localedef/
H A Dwide.c484 int width = 2; local
506 width = 2;
508 width = cs2width;
510 width = cs3width;
513 if ((int)n < width) {
518 for (i = 1; i < width; i++) {
525 return (width);
547 * Code set 2 (half-width katakana): 0x8EA1-0x8EDF
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp360 unsigned width = 0; local
391 width = 1;
394 width = 1;
397 width = 2;
400 width = 2;
403 width = 3;
406 width = 4;
409 width = 4;
412 width = 8;
415 width
[all...]
/freebsd-11.0-release/contrib/dialog/
H A Deditbox.c314 int width)
334 int old_width = width;
375 dlg_auto_size(title, "", &height, &width, 3 * LINES / 4, mincols);
376 dlg_print_size(height, width);
377 dlg_ctl_size(height, width);
379 x = dlg_box_x_ordinate(width);
382 dialog = dlg_new_window(height, width, y, x);
388 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr);
397 box_width = width - 2 - (2 * MARGIN);
476 width);
310 dlg_editbox(const char *title, char ***list, int *rows, int height, int width) argument
721 dialog_editbox(const char *title, const char *file, int height, int width) argument
[all...]
H A Dfselect.c553 dlg_fselect(const char *title, const char *path, int height, int width, int dselect) argument
573 int old_width = width;
615 dlg_auto_size(title, (char *) 0, &height, &width, 6, 25);
617 if (width < min_wide)
618 width = min_wide;
619 dlg_print_size(height, width);
620 dlg_ctl_size(height, width);
622 dialog = dlg_new_window(height, width,
624 dlg_box_x_ordinate(width));
630 dlg_draw_box2(dialog, 0, 0, height, width, dialog_att
916 dialog_fselect(const char *title, const char *path, int height, int width) argument
925 dialog_dselect(const char *title, const char *path, int height, int width) argument
[all...]
H A Dbuildlist.c415 int width,
454 int old_width = width;
510 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width);
514 &height, &width,
517 dlg_button_layout(buttons, &width);
518 dlg_print_size(height, width);
519 dlg_ctl_size(height, width);
526 x = dlg_box_x_ordinate(width);
529 dialog = dlg_new_window(height, width, y, x);
535 dlg_draw_box2(dialog, 0, 0, height, width, dialog_att
412 dlg_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int order_mode, int *current_item) argument
1015 dialog_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int order_mode) argument
[all...]
/freebsd-11.0-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-11.0-release/usr.sbin/i2c/
H A Di2c.c50 int width; member in struct:options
290 if (i2c_opt.width) {
291 bufsize = i2c_opt.width / 8;
307 if (i2c_opt.width) {
347 if (i2c_opt.width) {
438 if (i2c_opt.width) {
448 bufsize = i2c_opt.width / 8;
543 i2c_opt.width = 8;
572 i2c_opt.width = atoi(optarg);
630 !(i2c_opt.width
[all...]
/freebsd-11.0-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-11.0-release/sys/amd64/vmm/
H A Dx86.c93 int error, enable_invpcid, level, width, x2apic_id; local
389 width = log2(logical_cpus);
397 width = log2(logical_cpus);
403 width = 0;
409 regs[0] = width & 0x1f;
/freebsd-11.0-release/sys/contrib/v4l/
H A Dvideodev.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-11.0-release/usr.bin/rwho/
H A Drwho.c91 int width; local
178 width = 0;
184 if (j > width)
185 width = j;
201 mp->myutmp.out_name, width, buf, cbuf);
/freebsd-11.0-release/usr.bin/who/
H A Dwho.c297 long width; local
302 width = strtol(cols, &ep, 10);
303 if (errno || width <= 0 || width > INT_MAX || ep == cols ||
307 return (width);
/freebsd-11.0-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-11.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp129 // assume same bit-width single-word case is already handled
610 assert(bitPosition < BitWidth && "Out of the bit-width range!");
677 "SplatSizeInBits must divide width!");
828 APInt llvm::APIntOps::RoundDoubleToAPInt(double Double, unsigned width) {
843 return APInt(width, 0u);
850 return isNeg ? -APInt(width, mantissa >> (52 - exp)) :
851 APInt(width, mantissa >> (52 - exp));
855 if (width <= exp - 52)
856 return APInt(width, 0);
859 APInt Tmp(width, mantiss
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbstowcs.c80 int width; member in struct:test
195 if (wcswidth(wbuf, SIZE-1) != t->width) {
197 (void)printf(" expected: %d\n", t->width);
/freebsd-11.0-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-11.0-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-11.0-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-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig150 f_dialog_menu_size height width rows \"Regdomain selection\" \
161 $height $width $rows $regdomains"`
163 f_dialog_menu_size height width rows \"Country selection\" \
173 $height $width $rows $countries"`
/freebsd-11.0-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-11.0-release/usr.bin/column/
H A Dcolumn.c67 static int width(const wchar_t *);
69 static 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
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Drtbl.c46 int width; member in struct:column_data
141 col->width = 0;
189 column->width = 0;
191 column->width = strlen (column->header);
193 column->width = max (column->width, (int) strlen (column->rows[i].data));
380 fprintf (f, "%-*s", (int)c->width, c->header);
408 w = c->width;
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dostream_insert.h89 const streamsize __w = __out.width();
104 __out.width(0);
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h29 /// APSInt ctor - Create an APSInt with the specified width, default to
40 /// The interpretation stops at the end of the string. The bit width of the
81 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const {
82 return APSInt(APInt::trunc(width), IsUnsigned);
85 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extend(uint32_t width) const {
87 return APSInt(zext(width), IsUnsigned);
89 return APSInt(sext(width), IsUnsigned);
92 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extOrTrunc(uint32_t width) const {
94 return APSInt(zextOrTrunc(width), IsUnsigned);
96 return APSInt(sextOrTrunc(width), IsUnsigne
[all...]

Completed in 173 milliseconds

1234567891011>>