Searched refs:width (Results 26 - 50 of 921) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20071207-1.c4 void centerln (int width, int ch, char *s) argument
10 sidebar = (width - __builtin_strlen (s)) / 2;
H A Dpr17119.c2 _mesa_DrawPixels (int width, int height, unsigned format, argument
H A D20040317-2.c5 unsigned short *width; member in struct:__anon5236
20 (short) sw->scale.table.width[(int) *img_x] < x)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dpaper.cpp29 // length and width in mm
34 int width = start_width; local
44 papersizes[offset + i].width = (double)width / 25.4;
48 length = width;
49 width = tmp / 2;
53 // length and width in inch
55 double length, double width )
61 papersizes[idx].width = width;
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/sun/
H A Dpfour_subr.c53 int width, height; local
83 width = 1152;
88 width = 1024;
93 width = 1280;
98 width = 1600;
103 width = 1440;
108 width = 640;
121 fb->fb_type.fb_width = width;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dvbuf_print.c19 /* f and g format types, the l modifier, field width and precision,
88 * conversion that has no explicit width or precision specifiers. With
125 int width; /* width and numerical precision */ local
168 if (*cp == '*') { /* dynamic field width */
169 width = va_arg(ap, int);
170 VSTRING_ADDNUM(fmt, width);
172 } else { /* hard-coded field width */
173 for (width = 0; ch = *cp, ISDIGIT(ch); cp++) {
174 width
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dfontconv.c9 int width, height, ascent; variable
23 width = 8;
43 width_in_bytes = (width + 7) / 8;
47 fontname, width, height, code);
74 for (m = 0x80000000, j = 0; j < width; j++, m >>= 1) {
91 fontname, width, height);
96 fprintf(ofp, " %d,\t\t\t\t/* width */\n", width);
102 fontname, width, height);
115 width_in_bytes = (width
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dframebuffer.h36 int bpp, width, height, linebytes; member in struct:FrameBufferInfo::framebuffer_info
54 int width(void) { return _fb->width; } function in class:FrameBufferInfo
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators8.C18 width = width_;
25 int width; member in class:square
34 width = width_;
42 int width; member in class:triangle
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet19.C11 int width; member in class:Value
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators8.C18 width = width_;
25 int width; member in class:square
34 width = width_;
42 int width; member in class:triangle
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet19.C11 int width; member in class:Value
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr17119.c2 _mesa_DrawPixels (int width, int height, unsigned format, argument
H A D20040317-2.c5 unsigned short *width; member in struct:__anon3602
20 (short) sw->scale.table.width[(int) *img_x] < x)
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Dconvert.c124 int converted_length (buf, base, width)
127 unsigned int width;
137 if (width == 1)
139 else if (width == 2)
141 else if (width == 4)
159 int binary_to_ascii (outbuf, inbuf, base, width)
163 unsigned int width;
167 int power = converted_length (inbuf, base, width);
173 if (width == 1)
175 else if (width
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Dpr39335.c10 gs_devn_params * pdevn_params, int width, byte * in,
16 for (pixel_num = 0; pixel_num < width; pixel_num++)
9 devn_unpack_row(gx_device * dev, int num_comp, gs_devn_params * pdevn_params, int width, byte * in, byte * out) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr23376.c14 simple_block_diff_up_mmx_4 (const int width, __m64 ref1) argument
17 int count = width >>1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-20.c8 unsigned long width; local
17 for( ; x < width; x++)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A Dpr23376.c14 simple_block_diff_up_mmx_4 (const int width, __m64 ref1) argument
17 int count = width >>1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-20.c8 unsigned long width; local
17 for( ; x < width; x++)
/netbsd-6-1-5-RELEASE/lib/libform/
H A Dtype_alnum.c45 unsigned width; member in struct:__anon5280
60 new->width = va_arg(*args, int);
76 new->width = ((alnum_args *) (void *)args)->width;
97 int width, start, cur, end; local
100 width = ((alnum_args *) (void *) field->args)->width;
121 /* no good if it exceeds the width */
122 if ((cur - start) > width)
H A Dtype_alpha.c47 unsigned width; member in struct:__anon5281
62 new->width = va_arg(*args, int);
78 new->width = ((alpha_args *) (void *) args)->width;
99 int width, start, cur, end; local
102 width = ((alpha_args *) (void *) field->args)->width;
123 /* no good if it exceeds the width */
124 if ((cur - start) > width)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c87 int width = UTF8_WIDTH(*p); local
97 if (width == 0 || len < width)
104 w = width;
110 return (width);
119 int width; local
130 width = UTF8_WIDTH(c);
132 switch (width) {
164 if (len < width)
167 rest = width
243 int width; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-list-keys.c51 int width, keywidth; local
56 width = 0;
72 if (keywidth > width)
73 width = keywidth;
90 flags, (int) (width - strlen(flags)), key);
109 int width, keywidth, any_mode; local
117 width = 0;
128 if (keywidth > width)
129 width = keywidth;
144 mtab->name, (int) width, ke
[all...]
H A Dpaste.c149 paste_print(struct paste_buffer *pb, size_t width) argument
154 if (width < 3)
155 width = 3;
156 buf = xmalloc(width * 4 + 1);
159 if (len > width)
160 len = width;
163 if (pb->size > width || used > width) {
164 buf[width - 3] = '\0';
165 strlcat(buf, "...", width);
[all...]

Completed in 233 milliseconds

1234567891011>>