HomeSort by: relevance | last modified time | path
    Searched defs:width (Results 1 - 25 of 758) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/hp300/stand/common/
ite_tvrx.c 53 int width; local
57 width = ((ip->ftwidth + 7) / 8) * 8;
58 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
ite_hy.c 56 int width; local
60 width = ((ip->ftwidth + 7) / 8) * 8;
61 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
  /src/usr.bin/mkcsmapper/
ldef.h 32 u_int32_t width; member in struct:__anon8299
  /src/external/bsd/mdocml/dist/
test-wchar.c 27 int width; local
46 if ((width = wcwidth(L' ')) != 1) {
47 fprintf(stderr, "wcwidth(L' ') returned %d\n", width);
  /src/external/public-domain/xz/dist/src/common/
tuklib_mbstr_fw.c 6 /// \brief Get the field width for printf() e.g. to align table columns
19 const size_t width = tuklib_mbstr_width(str, &len); local
20 if (width == (size_t)-1)
23 if (width > (size_t)columns_min)
26 if (width < (size_t)columns_min)
27 len += (size_t)columns_min - width;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
xerror.c 41 static int width; local
51 width = 0;
55 width += mbswidth (program_name, 0) + 2;
58 width += mbswidth (prefix, 0);
67 for (i = width; i > 0; i--)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
xerror.c 41 static int width; local
51 width = 0;
55 width += mbswidth (program_name, 0) + 2;
58 width += mbswidth (prefix, 0);
67 for (i = width; i > 0; i--)
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
xerror.c 41 static int width; local
51 width = 0;
55 width += mbswidth (program_name, 0) + 2;
58 width += mbswidth (prefix, 0);
67 for (i = width; i > 0; i--)
  /src/lib/libc/quad/
floatunditf_ieee754.c 73 unsigned int width = 64; local
83 width >>= 1;
84 mask <<= width; local
86 tmp <<= width; local
87 bit += width;
  /src/sys/arch/atari/dev/
font.h 35 unsigned char width; member in struct:__anon1206
viewioctl.h 47 u_int width; member in struct:view_size
  /src/sys/dev/sun/
pfour_subr.c 53 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;
  /src/external/gpl2/groff/dist/src/include/
paper.h 26 double width; // in PS points member in struct:paper
  /src/external/gpl2/groff/dist/src/libs/libgroff/
paper.cpp 29 // 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...]
  /src/external/gpl2/groff/dist/src/roff/troff/
reg.h 46 int width; member in class:general_reg
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int-print.cc 114 int width = val.get_precision () - start; local
118 unsigned HOST_WIDE_INT uhwi = wi::extract_uhwi (val, i, width);
126 width = HOST_BITS_PER_WIDE_INT;
  /src/lib/libform/
type_alnum.c 45 unsigned width; member in struct:__anon482
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)
type_alpha.c 47 unsigned width; member in struct:__anon483
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)
  /src/sys/arch/amiga/dev/
viewioctl.h 47 u_int width; member in struct:view_size
  /src/sys/arch/arm/nvidia/
tegra_drm_fb.c 125 const u_int width = sizes->surface_width; local
127 const u_int pitch = width * (32 / 8);
137 fb->width = width;
  /src/sys/arch/evbppc/pmppc/dev/
mainbus.h 48 u_int width; member in struct:mainbus_attach_args::__anon1333::__anon1334
  /src/sys/arch/hp300/dev/
diofb_mono.c 122 int width; /* add to get to same position in next line */ local
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...]
  /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/arch/m68k/fpe/
fpu_subr.c 69 int width = 32; local
70 for (offset = 0; width-- > 0 && (int)src >= 0; src <<= 1) {
  /src/sys/arch/powerpc/tools/chrpicon/
chrpicon.h 47 int width; member in struct:chrpi_spec_s

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>