| /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 | 4 /// \brief Get the field width for printf() e.g. to align table columns 20 const size_t width = tuklib_mbstr_width(str, &len); local 21 if (width == (size_t)-1) 24 if (width > (size_t)columns_min) 27 if (width < (size_t)columns_min) 28 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--)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_decoder.c | 67 unsigned width = templat->width, height = templat->height; local 72 assert(width > 0 && height > 0); 83 temp.width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_copytex.c | 40 * \param fbWidth width of the source framebuffer 53 GLint readFBOSave, readBufSave, width, height; local 69 GL_TEXTURE_WIDTH, &width); 70 if (width == fbWidth) { 88 GL_TEXTURE_WIDTH, &width); 91 if (width == fbWidth && height == fbHeight) { 112 GL_TEXTURE_WIDTH, &width); 115 if (width == fbWidth && height == fbHeight) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_decoder.c | 67 unsigned width = templat->width, height = templat->height; local 72 assert(width > 0 && height > 0); 83 temp.width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_copytex.c | 40 * \param fbWidth width of the source framebuffer 53 GLint readFBOSave, readBufSave, width, height; local 69 GL_TEXTURE_WIDTH, &width); 70 if (width == fbWidth) { 88 GL_TEXTURE_WIDTH, &width); 91 if (width == fbWidth && height == fbHeight) { 112 GL_TEXTURE_WIDTH, &width); 115 if (width == fbWidth && height == fbHeight) {
|
| /xsrc/external/mit/libXinerama/dist/include/X11/extensions/ |
| Xinerama.h | 36 short width; member in struct:__anon5923
|
| /xsrc/external/mit/libXpm/dist/src/ |
| CrBufFrP.c | 50 unsigned int width = 0; local 56 width = attributes->width; 61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height); 64 &width, &height);
|
| CrDatFrP.c | 50 unsigned int width = 0; local 56 width = attributes->width; 61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height); 64 &width, &height);
|
| WrFFrP.c | 50 unsigned int width = 0; local 56 width = attributes->width; 61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height); 64 &width, &height);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| no_s3tc.c | 52 GLuint width; local 75 width = 4; 80 width = 8; 89 glCompressedTexImage2D( GL_TEXTURE_2D, 0, format, width, 4, 0,
|
| /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
|
| /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;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_resource.c | 40 unsigned width = res->width0; local 58 util_format_get_stride(res->format, width) * slices * samples); 60 width = u_minify(width, 1);
|