/src/sys/arch/atari/dev/ |
font.h | 35 unsigned char width; member in struct:__anon192550030108
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_utils.h | 17 int drm_get_panel_orientation_quirk(int width, int height);
|
/src/usr.bin/mkcsmapper/ |
ldef.h | 32 u_int32_t width; member in struct:__anonc97882b00108
|
/src/lib/libc/stdlib/ |
lsearch.c | 54 lsearch(const void *key, void *base, size_t *nelp, size_t width, 62 return(linear_base(key, base, nelp, width, compar, 1)); 66 lfind(const void *key, const void *base, size_t *nelp, size_t width, 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, 87 end = (char *)base + *nelp * width; 88 for (element = (char *)base; element < end; element += width) 105 memcpy(end, key, width);
|
/src/sys/dev/sun/ |
pfour_subr.c | 53 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/ |
fontconv.c | 9 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 + 7) / 8 [all...] |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
svga_overlay.h | 141 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;
|
/src/sys/arch/hpc/stand/hpcboot/ |
framebuffer.h | 36 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/ |
drm_panel_orientation_quirks.c | 32 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 = 720 [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx6q-display5-tianma-tm070-1280x768.dts | 49 fsl,data-width = <18>;
|
sun8i-h3-orangepi-pc-plus.dts | 58 bus-width = <4>; 75 bus-width = <8>;
|
imx6ul-tx6ul-0011.dts | 63 bus-width = <4>;
|
/src/lib/libform/ |
type_alnum.c | 45 unsigned width; member in struct:__anonc4070a3c0108 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)
|
type_alpha.c | 47 unsigned width; member in struct:__anonc423e7450108 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/ |
diofb_mono.c | 122 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...] |
maskbits.h | 51 * 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/ |
floatunditf_ieee754.c | 73 unsigned int width = 64; local in function:__floatunditf 83 width >>= 1; 84 mask <<= width; 86 tmp <<= width; 87 bit += width;
|
/src/sys/arch/hp300/stand/common/ |
ite_tvrx.c | 53 int width; local in function:tvrx_init 57 width = ((ip->ftwidth + 7) / 8) * 8; 58 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
|
maskbits.h | 49 * 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/ |
fold.c | 69 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); [all...] |
/src/sys/arch/vax/vsa/ |
maskbits.h | 53 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ 64 FASTGETBITS(psrc, srcbit, width, _tmpdst); \ 67 FASTPUTBITS(_tmpdst, dstbit, width, pdst); \
|
/src/bin/ps/ |
print.c | 179 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, prec, val) 1232 int width, vok, fmtlen; local in function:printval [all...] |
/src/lib/libc/stdio/ |
vfscanf.c | 163 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/arm/dts/ |
meson8b-odroidc1.dts | 43 bus-width = <8>;
|
/src/sys/arch/epoc32/include/ |
bootinfo.h | 61 int width; member in struct:btinfo_video
|