Searched refs:width (Results 1 - 25 of 1918) sorted by relevance

1234567891011>>

/src/sys/arch/atari/dev/
H A Dfont.h35 unsigned char width; member in struct:__anonfdc636290108
/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_utils.h17 int drm_get_panel_orientation_quirk(int width, int height);
/src/usr.bin/mkcsmapper/
H A Dldef.h32 u_int32_t width; member in struct:__anonae1968d60108
/src/lib/libc/stdlib/
H A Dlsearch.c54 lsearch(const void *key, void *base, size_t *nelp, size_t width, argument
62 return(linear_base(key, base, nelp, width, compar, 1));
66 lfind(const void *key, const void *base, size_t *nelp, size_t width, argument
74 return(linear_base(key, __UNCONST(base), nelp, width, compar, 0));
78 linear_base(const void *key, void *base, size_t *nelp, size_t width, argument
87 end = (char *)base + *nelp * width;
88 for (element = (char *)base; element < end; element += width)
105 memcpy(end, key, width);
/src/sys/dev/sun/
H A Dpfour_subr.c53 int width, height; local in function:fb_setsize_pfour
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;
/src/sys/dev/hpc/
H A Dfontconv.c9 int width, height, ascent; variable in typeref:typename:int
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...]
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga_overlay.h141 uint32 *width, /* IN / OUT */
149 *width = (*width + 1) & ~1;
158 *size = (*width) * (*height);
161 pitches[0] = *width;
168 tmp = *width >> 1;
186 *size = *width * 2;
140 VMwareVideoGetAttributes(const SVGAOverlayFormat format,uint32 * width,uint32 * height,uint32 * size,uint32 * pitches,uint32 * offsets) argument
/src/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
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_panel_orientation_quirks.c32 int width; member in struct:drm_dmi_panel_orientation_data
39 .width = 800,
45 .width = 800,
51 .width = 720,
59 .width = 1200,
67 .width = 1200,
75 .width = 720,
84 .width = 720,
92 .width = 800,
99 .width
242 drm_get_panel_orientation_quirk(int width,int height) argument
277 drm_get_panel_orientation_quirk(int width,int height) argument
[all...]
/src/lib/libform/
H A Dtype_alnum.c45 unsigned width; member in struct:__anonbb70c3a20108
60 new->width = va_arg(*args, int);
76 new->width = ((alnum_args *) (void *)args)->width;
97 int width, start, cur, end; local in function:alnum_check_field
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:__anonbb8da0ab0108
62 new->width = va_arg(*args, int);
78 new->width = ((alpha_args *) (void *) args)->width;
99 int width, start, cur, end; local in function:alpha_check_field
102 width = ((alpha_args *) (void *) field->args)->width;
123 /* no good if it exceeds the width */
124 if ((cur - start) > width)
/src/sys/arch/hp300/dev/
H A Ddiofb_mono.c122 int width; /* add to get to same position in next line */ local in function:diofb_mono_windowmove
140 width = fb->fbwidth >> 5;
143 psrcLine = ((uint32_t *)fb->fbkva) + ((sy + cy - 1) * width);
144 pdstLine = ((uint32_t *)fb->fbkva) + ((dy + cy - 1) * width);
145 width = -width;
147 psrcLine = ((uint32_t *)fb->fbkva) + (sy * width);
148 pdstLine = ((uint32_t *)fb->fbkva) + (dy * width);
165 pdst += width;
166 psrc += width;
[all...]
H A Dmaskbits.h51 * for a span of width w starting at position x, returns
76 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \
82 FASTGETBITS(psrc, srcbit, width, _tmpdst); \
83 FASTPUTBITS(_tmpdst, dstbit, width, pdst); \
/src/lib/libc/quad/
H A Dfloatunditf_ieee754.c73 unsigned int width = 64; local in function:__floatunditf
83 width >>= 1;
84 mask <<= width;
86 tmp <<= width;
87 bit += width;
/src/sys/arch/vax/vsa/
H A Dmaskbits.h53 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \
64 FASTGETBITS(psrc, srcbit, width, _tmpdst); \
67 FASTPUTBITS(_tmpdst, dstbit, width, pdst); \
/src/sys/arch/hp300/stand/common/
H A Dite_tvrx.c53 int width; local in function:tvrx_init
57 width = ((ip->ftwidth + 7) / 8) * 8;
58 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
H A Dmaskbits.h49 * for a span of width w starting at position x, returns
74 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \
77 FASTGETBITS(pdst, dstbit, width, _tmpdst); \
78 FASTGETBITS(psrc, srcbit, width, _tmpsrc); \
80 FASTPUTBITS(_tmpdst, dstbit, width, pdst); \
83 #define getandputrop0(psrc, srcbit, width, pdst, rop) \
84 getandputrop(psrc, srcbit, 0, width, pdst, rop)
/src/usr.bin/fold/
H A Dfold.c69 int width; local in function:main
75 width = -1;
85 if ((width = atoi(optarg)) <= 0)
86 errx(1, "illegal width value");
90 if (width == -1) {
93 width = atoi(++p);
95 width = atoi(argv[optind] + 1);
104 if (width == -1)
105 width = DEFLINEWIDTH;
108 fold(width);
130 fold(int width) argument
[all...]
/src/bin/ps/
H A Dprint.c179 if (len > v->width)
180 v->width = len;
181 totwidth += v->width + 1; /* +1 for space */
187 (void)printf("%-*s", v->width,
190 (void)printf("%*s", v->width, v->header);
247 if (fmtlen > v->width)
248 v->width = fmtlen;
252 if (fmtlen > v->width)
253 v->width = fmtlen;
256 (void)printf("%*.*f", v->width, pre
1232 int width, vok, fmtlen; local in function:printval
[all...]
/src/lib/libc/stdio/
H A Dvfscanf.c163 size_t width; /* field width, or 0 */ local in function:__svfscanf_unlocked_l
204 width = 0;
258 width = width * 10 + c - '0';
393 if (width == 0)
394 width = 1;
401 while (width != 0) {
420 width--;
438 if ((n = fp->_r) < width) {
[all...]
/src/sys/arch/usermode/include/
H A Dmainbus.h59 unsigned int width; member in struct:thunkbus_attach_args::__anonad7e4499010a::__anonad7e44990608
/src/sys/arch/epoc32/include/
H A Dbootinfo.h61 int width; member in struct:btinfo_video
/src/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front.h118 int width, height; member in struct:xen_drm_front_drm_pipeline
145 u32 x, u32 y, u32 width, u32 height,
149 u64 dbuf_cookie, u32 width, u32 height,
153 u64 dbuf_cookie, u64 fb_cookie, u32 width,
H A Dxen_drm_front_cfg.h21 int width; member in struct:xen_drm_front_cfg_connector
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dmodesetting.c27 * @width: The mode width.
34 u32 pitch, u32 width, u32 height,
49 p->width = width;
67 * @width: Rectangle width.
71 u32 width, u32 height)
82 p->cx = width;
32 hgsmi_process_display_info(struct gen_pool * ctx,u32 display,s32 origin_x,s32 origin_y,u32 start_offset,u32 pitch,u32 width,u32 height,u16 bpp,u16 flags) argument
70 hgsmi_update_input_mapping(struct gen_pool * ctx,s32 origin_x,s32 origin_y,u32 width,u32 height) argument

Completed in 12 milliseconds

1234567891011>>