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

1 2 3 4 5 6 7 8 91011>>

  /src/external/mit/libcbor/dist/docs/doxygen/search/
all_12.js 3 ['width',['width',['../struct__cbor__int__metadata.html#a7a402d748e607c9942e5eefdb875582d',1,'_cbor_int_metadata::width()'],['../struct__cbor__float__ctrl__metadata.html#a19a1c5e96c662dd4781f0172052b194c',1,'_cbor_float_ctrl_metadata::width()']]]
variables_12.js 3 ['width',['width',['../struct__cbor__int__metadata.html#a7a402d748e607c9942e5eefdb875582d',1,'_cbor_int_metadata::width()'],['../struct__cbor__float__ctrl__metadata.html#a19a1c5e96c662dd4781f0172052b194c',1,'_cbor_float_ctrl_metadata::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/ibm-public/postfix/dist/mantools/
dehtml 6 /*) lynx -width=256 -dump file://$i;;
7 *) lynx -width=256 -dump file://`pwd`/$i;;
  /src/external/bsd/tmux/dist/
utf8.c 32 u_int width; member in struct:utf8_width_item
54 { .wc = 0x0261D, .width = 2 },
55 { .wc = 0x026F9, .width = 2 },
56 { .wc = 0x0270A, .width = 2 },
57 { .wc = 0x0270B, .width = 2 },
58 { .wc = 0x0270C, .width = 2 },
59 { .wc = 0x0270D, .width = 2 },
60 { .wc = 0x1F1E6, .width = 1 },
61 { .wc = 0x1F1E7, .width = 1 },
62 { .wc = 0x1F1E8, .width = 1 }
301 u_int width; local
576 int size, width; local
625 int width; local
799 u_int width = 0; local
862 u_int width; local
    [all...]
  /src/sys/arch/atari/dev/
font.h 35 unsigned char width; member in struct:__anon1206
  /src/external/mit/ctwm/libexec/
ctwm_font_size 32 width=$(xwininfo -root | awk '/Width:/{ print $2; }')
52 if [ "$width" -gt 6088 -a "$height" -gt 3656 ]; then
54 elif [ "$width" -gt 3048 -a "$height" -gt 1832 ]; then
56 elif [ "$width" -gt 2248 -a "$height" -gt 1400 ]; then
58 elif [ "$width" -gt 640 -a "$height" -gt 480 ]; then
  /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:__anon8299
  /src/external/gpl2/groff/dist/src/include/
paper.h 26 double width; // in PS points member in struct:paper
  /src/external/gpl3/gdb/dist/gdb/target/
target.c 64 target_read_string (CORE_ADDR addr, int len, int width,
85 buffer->reset ((gdb_byte *) xmalloc (fetchlen * width));
88 nfetch = partial_memory_read (addr, bufptr, fetchlen * width, &errcode)
89 / width;
90 addr += nfetch * width;
91 bufptr += nfetch * width;
114 buffer->reset ((gdb_byte *) xmalloc (nfetch * width));
117 (nfetch + bufsize) * width));
119 bufptr = buffer->get () + bufsize * width;
123 nfetch = partial_memory_read (addr, bufptr, nfetch * width, &errcode
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/target/
target.c 64 target_read_string (CORE_ADDR addr, int len, int width,
85 buffer->reset ((gdb_byte *) xmalloc (fetchlen * width));
88 nfetch = partial_memory_read (addr, bufptr, fetchlen * width, &errcode)
89 / width;
90 addr += nfetch * width;
91 bufptr += nfetch * width;
114 buffer->reset ((gdb_byte *) xmalloc (nfetch * width));
117 (nfetch + bufsize) * width));
119 bufptr = buffer->get () + bufsize * width;
123 nfetch = partial_memory_read (addr, bufptr, nfetch * width, &errcode
    [all...]
  /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
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/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6q-display5-tianma-tm070-1280x768.dts 49 fsl,data-width = <18>;
  /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/gpl3/gdb/dist/gdb/testsuite/gdb.base/
watchpoint-reuse-slot.exp 148 # Return true if the memory range [buf.byte + OFFSET, +WIDTH] can be
151 proc valid_addr_p {cmd offset width} {
168 if { $width != 2 && $width != 4 } {
173 if { [expr $width % 2] != 0 } {
178 if { [expr ($offset) % 8] == 0 && $width == 8 } {
179 # If WIDTH is 8 byte, the address should be 8-byte aligned.
183 } elseif { [expr ($offset) % 4] == 2 && $width == 2 } {
186 } elseif { [expr ($offset) % 4] == 1 && $width == 1 && $cmd != "hbreak" } {
197 # Watch WIDTH bytes at BASE + OFFSET. CMD specifices the specifi
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-command.c 32 width = width_;
48 wresize (handle.get (), height, width);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
watchpoint-reuse-slot.exp 148 # Return true if the memory range [buf.byte + OFFSET, +WIDTH] can be
151 proc valid_addr_p {cmd offset width} {
168 if { $width != 2 && $width != 4 } {
173 if { [expr $width % 2] != 0 } {
178 if { [expr ($offset) % 8] == 0 && $width == 8 } {
179 # If WIDTH is 8 byte, the address should be 8-byte aligned.
183 } elseif { [expr ($offset) % 4] == 2 && $width == 2 } {
186 } elseif { [expr ($offset) % 4] == 1 && $width == 1 && $cmd != "hbreak" } {
197 # Watch WIDTH bytes at BASE + OFFSET. CMD specifices the specifi
    [all...]
  /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/external/gpl3/gdb/dist/gdbsupport/
print-utils.cc 40 decimal2str (const char *sign, ULONGEST addr, int width)
53 width -= 9;
57 width += 9;
58 if (width < 0)
59 width = 0;
64 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu", sign, width, temp[0]);
67 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu", sign, width,
71 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu%09lu", sign, width,
82 octal2str (ULONGEST addr, int width)
93 width -= 10
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
print-utils.cc 40 decimal2str (const char *sign, ULONGEST addr, int width)
53 width -= 9;
57 width += 9;
58 if (width < 0)
59 width = 0;
64 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu", sign, width, temp[0]);
67 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu", sign, width,
71 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu%09lu", sign, width,
82 octal2str (ULONGEST addr, int width)
93 width -= 10
    [all...]
  /src/external/bsd/mdocml/dist/
out.c 114 * used for the actual width calculations.
127 size_t ewidth, min1, min2, wanted, width, xwidth; local
162 /* Handle explicit width specifications. */
165 dp->layout->width == 0 &&
168 dp->layout->width =
170 if (col->width < dp->layout->width)
171 col->width = dp->layout->width;
178 * Calculate an automatic width
    [all...]

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 91011>>