Searched refs:width (Results 201 - 225 of 921) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D980504-1.c11 void BiGL_B (OUTP,srcimg,width,sline,pedpvt,pvtband) pointer OUTP;
13 register int width;
/netbsd-6-1-5-RELEASE/sys/arch/shark/ofw/
H A Dchipsfb_ofbus.c173 int isconsole, width, height, linebytes, depth; local
190 if (OF_getprop(oba->oba_phandle, "width", &width, sizeof(width)) == 4) {
191 width = be32toh(width);
193 width = 640;
207 linebytes = width * (depth >> 3);
210 prop_dictionary_set_uint32(dict, "width", width);
[all...]
/netbsd-6-1-5-RELEASE/games/atc/
H A Dlex.l65 width { return(WidthOp); }
H A Dgrammar.y139 if (sp->width != 0)
140 return (yyerror("Redefinition of 'width'."));
142 return (yyerror("'width' is too small."));
144 sp->width = $3;
293 if (!(x == 0) && !(x == sp->width - 1) &&
301 if (x < 1 || x >= sp->width - 1)
310 if (x < 0 || x >= sp->width)
345 if (x == sp->width - 1)
377 if (sp->width == 0) {
378 yyerror("'width' undefine
[all...]
/netbsd-6-1-5-RELEASE/games/boggle/boggle/
H A Dprtable.c57 * width - max line width if not zero
66 prtable(const char *const base[], int num, int d_cols, int width, argument
80 cols = width / maxlen;
/netbsd-6-1-5-RELEASE/usr.bin/nl/
H A Dnl.c129 static int width = 6; variable
223 "invalid width value -- %s", optarg);
224 width = (int)val;
225 if (!(width > 0))
227 "width argument must be > 0 -- %d",
228 width);
260 intbuffersize = max((int)INT_STRLEN_MAXIMUM, width) + 1; /* NUL */
332 width, line);
334 intbuffer + max(0, consumed - width));
337 (void)printf("%*s", width, "");
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddf-byte-scan.c71 int width = DF_REF_EXTRACT_WIDTH (ref); local
73 if (width == -1 || offset == -1)
87 offset = GET_MODE_BITSIZE (m1_size) - (offset + width);
111 last = (width + offset) / BITS_PER_UNIT;
127 last = (width + offset + BITS_PER_UNIT - 1) / BITS_PER_UNIT;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D1.cc77 oss.width(20);
86 oss.width(20);
94 oss.width(20);
102 oss.width(20);
111 oss.width(20);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D1.cc79 oss.width(20);
88 oss.width(20);
96 oss.width(20);
104 oss.width(20);
113 oss.width(20);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/afmtodit/
H A Dafmtodit.pl6084 my (%width, %height, %depth);
6162 $width{$n} = $w;
6213 if ($field[1] >= 0 && defined $width{$field[0]}) {
6270 while (my $ch = each %width) {
6410 if (defined $width{$lig} && !defined $ligatures{$lig}) {
6424 printf("spacewidth %d\n", conv($width{"space"})) if defined $width{"space"};
6505 printf("%s\t%d", $map{$ch, "0"}, conv($width{$ch}));
6559 if (defined $ch && $ch eq "space" && defined $width{"space"}) {
6560 printf("space\t%d\t0\t%d\tspace\n", conv($width{"spac
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops2.c104 int height, width, fs, rs, fb, bg, fg, lmask, rmask; local
119 width = font->fontwidth << 1;
121 col *= width;
141 if ((col + width) <= 32) {
142 rmask = rasops_pmask[col][width];
168 rmask = ~rasops_rmask[(col + width) & 31];
172 width = bg & ~rmask;
176 rp[1] = (rp[1] & rmask) | width;
180 width = 32 - col;
191 | (MBE((u_int)fb << width)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dterm.c167 vend -= (*p->width)(p, p->buf[j - 1]);
177 vend += (*p->width)(p, p->buf[j]);
194 /* Remove the p->overstep width. */
210 dv = (size_t)(i - j) * (*p->width)(p, ' ');
216 vbl += (*p->width)(p, ' ');
233 p->viscol += (*p->width)(p, '-');
239 p->viscol -= (*p->width)(p, p->buf[i-1]);
241 p->viscol += (*p->width)(p, p->buf[i]);
264 p->overstep = (int)(vis - maxvis + (*p->width)(p, ' '));
285 ((TERMP_TWOSPACE & p->flags) ? (*p->width)(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dp-lang.c229 int width; local
233 width = TYPE_LENGTH (type);
239 && extract_unsigned_integer (string + (length - 1) * width, width,
266 current_char = extract_unsigned_integer (string + i * width, width,
272 && extract_unsigned_integer (string + rep1 * width, width,
H A Dvalprint.c1361 read_string (CORE_ADDR addr, int len, int width, unsigned int fetchlimit,
1394 *buffer = (gdb_byte *) xmalloc (len * width);
1397 nfetch = partial_memory_read (addr, bufptr, len * width, &errcode)
1398 / width;
1399 addr += nfetch * width;
1400 bufptr += nfetch * width;
1412 *buffer = (gdb_byte *) xmalloc (nfetch * width);
1415 (nfetch + bufsize) * width);
1417 bufptr = *buffer + bufsize * width;
1421 nfetch = partial_memory_read (addr, bufptr, nfetch * width,
1360 read_string(CORE_ADDR addr, int len, int width, unsigned int fetchlimit, enum bfd_endian byte_order, gdb_byte **buffer, int *bytes_read) argument
1492 int width = TYPE_LENGTH (elttype); local
[all...]
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dins_wstr.c139 int width, len, sx, x, y, cw, pcw, newx;
153 width = cw;
163 n--, len++, width += w;
167 __CTRACE(__CTRACE_INPUT, "wins_nwstr: width=%d,len=%d\n", width, len);
202 if (sx + width + pcw <= win->maxx) {
207 temp2 = temp1 - width;
216 while (temp1 > temp2 + width) {
/netbsd-6-1-5-RELEASE/usr.bin/rwho/
H A Drwho.c86 size_t width, n, i, nhosts, nusers, namount; local
177 width = 0;
180 if (j > width)
181 width = j;
187 UT_NAMESIZE, "USER", (int)width, "LINE", "WHEN",
188 (int)width, "IDLE");
205 mp->myutmp.out_name, (int)width, buf, cbuf + 4);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dlpc.c271 size_t columns, width = 0, lines; local
277 if (len > width)
278 width = len;
280 width = (width + 8) &~ 7;
281 columns = 80 / width;
294 while (w < width) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dcharset.c645 ret.width = -1;
659 ret.width = -1;
668 ret.width = -1;
689 ret.width = -1;
723 pfile->narrow_cset_desc.width = CPP_OPTION (pfile, char_precision);
725 pfile->utf8_cset_desc.width = CPP_OPTION (pfile, char_precision);
729 pfile->char16_cset_desc.width = 16;
733 pfile->char32_cset_desc.width = 32;
735 pfile->wide_cset_desc.width = CPP_OPTION (pfile, wchar_precision);
819 width_to_mask (size_t width)
818 width_to_mask(size_t width) argument
1120 size_t width = cvt.width; local
1173 size_t width = cvt.width; local
1223 size_t width = cvt.width; local
1478 size_t width = CPP_OPTION (pfile, char_precision); local
1549 size_t width = converter_for_type (pfile, type).width; local
[all...]
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dwscons54 # font name width height enc file
63 width=$arg2
69 case $width in
73 cmd="$cmd -w $width"
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dshm.c463 ** @param uint16_t width
478 uint16_t width /**< */,
499 xcb_out.width = width;
524 ** @param uint16_t width
539 uint16_t width /**< */,
560 xcb_out.width = width;
604 ** @param uint16_t width
617 uint16_t width /**< */,
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dwindow.h64 int width; /* Width of this window. */ member in struct:window_struct
113 extern void window_initialize_windows (int width, int height);
140 extern void window_new_screen_size (int width, int height);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/filters/
H A Dlpf.c63 static int width = 132; /* default line length */ variable
95 width = i;
175 if (col >= width || (!literal && ch < ' ')) {
232 "usage: lpf [-c] [-f] [-h host] [-i indent] [-l length] [-n name] [-w width] [acctfile]\n");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-layout.c753 TUI_SRC_WIN->generic.width,
754 TUI_SRC_WIN->detail.source_info.execution_info->width,
795 TUI_DISASM_WIN->generic.width,
796 TUI_DISASM_WIN->detail.source_info.execution_info->width,
825 TUI_CMD_WIN->generic.width,
880 tui_win_list[win_type]->generic.width,
881 tui_win_list[win_type]->detail.source_info.execution_info->width,
910 int height, int width,
916 win_info->width = width;
908 init_gen_win_info(struct tui_gen_win_info *win_info, enum tui_win_type type, int height, int width, int origin_x, int origin_y) argument
935 init_and_make_win(void *opaque_win_info, enum tui_win_type win_type, int height, int width, int origin_x, int origin_y, int box_it) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/tests/modetest/
H A Dmodetest.c229 crtc->width, crtc->height);
254 fb->width, fb->height);
280 int i, j, size, ret, width, height; local
347 int width, int height, int *stride_out, drm_intel_bo **bo_out)
358 surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, width, height);
364 for (i = 0; i < width * height; i++) {
365 d = div(i, width);
371 for (x = 0; x < width; x += 250)
418 int width, int height, int *stride_out, drm_intel_bo **bo_out)
426 stride = width *
346 create_test_buffer(drm_intel_bufmgr *bufmgr, int width, int height, int *stride_out, drm_intel_bo **bo_out) argument
417 create_test_buffer(drm_intel_bufmgr *bufmgr, int width, int height, int *stride_out, drm_intel_bo **bo_out) argument
469 int i, j, ret, width, height, x, stride; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dsfb.c65 * N.B., Bt459 registers are 8bit width. Some of TC framebuffers have
408 wsd_fbip->width = ri->ri_width;
906 int scanspan, height, width, align, x, y; local
917 width = ri->ri_font->fontwidth + align;
919 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
946 int scanspan, height, width, align, x, y; local
960 width = ri->ri_font->fontwidth + align;
962 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
1001 int scanspan, height, width, aligns, alignd, shift, w, y;
1043 width
1128 int scanspan, startx, height, width, align, w, y; local
1187 int scanspan, offset, srcy, height, width, align, w; local
1246 int scanspan, starty, height, width, align, w; local
[all...]

Completed in 276 milliseconds

1234567891011>>