Home
last modified time | relevance | path

Searched refs:wide (Results 1 – 25 of 1213) sorted by relevance

12345678910>>...49

/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c338 int c, todo, verbose, wide; in main() local
346 reps = todo = verbose = wide = 0; in main()
406 wide++; in main()
484 dopool(verbose, wide); in main()
1442 dopool_sysctl(int verbose, int wide) in dopool_sysctl() argument
1471 wide ? 16 : 11, "Name", in dopool_sysctl()
1472 wide ? 9 : 5, "Size", in dopool_sysctl()
1473 wide ? 13 : 9, "Requests", in dopool_sysctl()
1474 wide ? 8 : 5, "Fail", in dopool_sysctl()
1475 wide ? 13 : 9, "Releases", in dopool_sysctl()
[all …]
/netbsd-src/external/bsd/blocklist/bin/
H A Dblocklistctl.c88 int all, blocked, remain, wide, noheader; in main() local
91 noheader = wide = blocked = all = remain = 0; in main()
122 wide = 1; in main()
133 wide = wide ? 8 * 4 + 7 : 4 * 3 + 3; in main()
135 printf("%*.*s/ma:port\tid\tnfail\t%s\n", wide, wide, in main()
150 printf("%*.*s/%s:%s\t", wide, wide, buf, in main()
/netbsd-src/sys/dev/pci/
H A Dtga_conf.c143 int deep, addrmask, wide; in tga_identify() local
151 wide = (gder & 0x200) == 0; /* XXX */ in tga_identify()
162 if (!wide) in tga_identify()
169 if (wide) /* sanity */ in tga_identify()
174 if (wide) /* sanity */ in tga_identify()
179 if (addrmask == 0x00 && tga2 && wide) { in tga_identify()
187 if (!wide) in tga_identify()
194 if (wide && !tga2) /* sanity */ in tga_identify()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dquadmath-printf.h106 unsigned int wide:1; /* Nonzero for wide character streams. */ member
131 size_t __quadmath_do_pad (struct __quadmath_printf_file *fp, int wide,
135 __quadmath_do_put (struct __quadmath_printf_file *fp, int wide, in __quadmath_do_put() argument
141 if (wide) in __quadmath_do_put()
161 __quadmath_do_putc (struct __quadmath_printf_file *fp, int wide, in __quadmath_do_putc() argument
165 return wide ? (int) putwc (c, fp->fp) : putc (c, fp->fp); in __quadmath_do_putc()
175 #define PUT(f, s, n) __quadmath_do_put (f, wide, s, n)
176 #define PAD(f, c, n) __quadmath_do_pad (f, wide, c, n)
177 #define PUTC(c, f) __quadmath_do_putc (f, wide, c)
H A Dprintf_fphex.c49 if (wide) \
118 int wide = info->wide; in __quadmath_printf_fphex() local
433 width -= wide ? 1 : strlen (decimal); in __quadmath_printf_fphex()
459 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal)); in __quadmath_printf_fphex()
H A Dprintf_fp.c68 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \
79 if (wide) \
182 int wide = info->wide; in __quadmath_printf_fp() local
287 if (wide) in __quadmath_printf_fp()
310 if (info->group && !wide) in __quadmath_printf_fp()
333 if (info->group && !wide) in __quadmath_printf_fp()
357 if (grouping != NULL && !wide) in __quadmath_printf_fp()
1159 if (! wide) in __quadmath_printf_fp()
1220 PRINT (tmpptr, wstartp, wide ? wcp - wstartp : cp - tmpptr); in __quadmath_printf_fp()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dquadmath-printf.h106 unsigned int wide:1; /* Nonzero for wide character streams. */ member
131 size_t __quadmath_do_pad (struct __quadmath_printf_file *fp, int wide,
135 __quadmath_do_put (struct __quadmath_printf_file *fp, int wide, in __quadmath_do_put() argument
141 if (wide) in __quadmath_do_put()
161 __quadmath_do_putc (struct __quadmath_printf_file *fp, int wide, in __quadmath_do_putc() argument
165 return wide ? (int) putwc (c, fp->fp) : putc (c, fp->fp); in __quadmath_do_putc()
175 #define PUT(f, s, n) __quadmath_do_put (f, wide, s, n)
176 #define PAD(f, c, n) __quadmath_do_pad (f, wide, c, n)
177 #define PUTC(c, f) __quadmath_do_putc (f, wide, c)
H A Dprintf_fphex.c49 if (wide) \
118 int wide = info->wide; in __quadmath_printf_fphex() local
432 width -= wide ? 1 : strlen (decimal); in __quadmath_printf_fphex()
458 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal)); in __quadmath_printf_fphex()
H A Dprintf_fp.c68 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \
79 if (wide) \
182 int wide = info->wide; in __quadmath_printf_fp() local
287 if (wide) in __quadmath_printf_fp()
310 if (info->group && !wide) in __quadmath_printf_fp()
333 if (info->group && !wide) in __quadmath_printf_fp()
357 if (grouping != NULL && !wide) in __quadmath_printf_fp()
1159 if (! wide) in __quadmath_printf_fp()
1220 PRINT (tmpptr, wstartp, wide ? wcp - wstartp : cp - tmpptr); in __quadmath_printf_fp()
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A Dutfconv.txt18 and wide characters, and 4 functions for converting between UTF-8 and
32 However the advantage of using wchar_t is that all the standard wide character
35 int ldap_x_utf8_to_wc - Convert a single UTF-8 encoded character to a wide character.
36 int ldap_x_utf8s_to_wcs - Convert a UTF-8 string to a wide character string.
37 int ldap_x_wc_to_utf8 - Convert a single wide character to a UTF-8 sequence.
38 int ldap_x_wcs_to_utf8s - Convert a wide character string to a UTF-8 string.
41 2.1 ldap_x_utf8_to_wc - Convert a single UTF-8 encoded character to a wide character.
45 wchar (OUT) Points to a wide character code to receive the
60 2.2 ldap_x_utf8s_to_wcs - Convert a UTF-8 string to a wide character string.
64 wcstr (OUT) Points to a wide char buffer to receive the
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/iwmmxt/
H A Dwror.cgs17 # Test Halfword wide rotate right by register
43 # Test Halfword wide rotate right by CG register
67 # Test Word wide rotate right by register
93 # Test Word wide rotate right by CG register
117 # Test Double Word wide rotate right by register
143 # Test Double Word wide rotate right by CG register
H A Dwsad.cgs17 # Test Byte wide absolute accumulation
43 # Test Byte wide absolute accumulation with zeroing
69 # Test Halfword wide absolute accumulation
95 # Test Halfword wide absolute accumulation with zeroing
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmachmode.def76 declares MODE to be of class INT and BYTESIZE bytes wide.
80 declares MODE to be of class INT, BYTESIZE bytes wide in
84 declares MODE to be of class FLOAT and BYTESIZE bytes wide,
89 declares MODE to be of class FLOAT, BYTESIZE bytes wide in
95 wide. All of the bits of its representation are significant.
99 wide. All of the bits of its representation are significant.
102 declares MODE to be of class FRACT and BYTESIZE bytes wide
106 declares MODE to be of class UFRACT and BYTESIZE bytes wide
110 declares MODE to be of class ACCUM and BYTESIZE bytes wide
115 declares MODE to be of class UACCUM and BYTESIZE bytes wide
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmachmode.def76 declares MODE to be of class INT and BYTESIZE bytes wide.
80 declares MODE to be of class INT, BYTESIZE bytes wide in
84 declares MODE to be of class FLOAT and BYTESIZE bytes wide,
89 declares MODE to be of class FLOAT, BYTESIZE bytes wide in
95 wide. All of the bits of its representation are significant.
99 wide. All of the bits of its representation are significant.
102 declares MODE to be of class FRACT and BYTESIZE bytes wide
106 declares MODE to be of class UFRACT and BYTESIZE bytes wide
110 declares MODE to be of class ACCUM and BYTESIZE bytes wide
115 declares MODE to be of class UACCUM and BYTESIZE bytes wide
[all …]
H A Dtree-diagnostic.c248 int precision, bool wide, bool set_locus, bool hash, in default_tree_printer() argument
254 if (precision != 0 || wide || hash) in default_tree_printer()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dfilename.d1143 char[] toNarrowStringz(const(wchar)[] wide, char[] buffer = null) nothrow
1145 if (wide is null)
1148 …const requiredLength = WideCharToMultiByte(CodePage, 0, wide.ptr, cast(int) wide.length, buffer.pt…
1156 …const length = WideCharToMultiByte(CodePage, 0, wide.ptr, cast(int) wide.length, newBuffer, requir…
1181 wchar[] wide = toWStringz(str, buf);
1182 scope(exit) wide.ptr != buf.ptr && mem.xfree(wide.ptr);
1184 return F(wide);
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh_config4 # This is the ssh client system-wide configuration file. See
12 # 3. system-wide file
17 # Site-wide defaults for some commonly used options. For a comprehensive
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVERegisterInfo.td103 // Generic integer registers - 32 bits wide
107 // Generic floating point registers - 32 bits wide
114 // Generic integer registers - 64 bits wide
143 // Vector registers - 64 bits wide 256 elements
150 // Vector mask registers - 256 bits wide
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-modes.def21 /* Make TA and UTA 64 bits wide.
22 128 bit wide modes would be insane on a 8-bit machine.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-modes.def21 /* Make TA and UTA 64 bits wide.
22 128 bit wide modes would be insane on a 8-bit machine.
/netbsd-src/external/bsd/nvi/dist/
H A DChanges15 * ^T works in presence of wide chars
31 * various other wide character related changes
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dstdint.m429 AC_CACHE_CHECK([whether 'long' is 64 bit wide], gl_cv_long_bitsize_64, [
43 AC_CACHE_CHECK([whether 'long long' is 64 bit wide], gl_cv_longlong_bitsize_64, [
/netbsd-src/lib/libedit/
H A Dprompt.c152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) in prompt_set() argument
174 p->p_wide = wide; in prompt_set()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dtegra20-medcom-wide.dts8 compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20";
69 compatible = "ad,tegra-audio-wm8903-medcom-wide",
/netbsd-src/external/bsd/tre/dist/
H A Dconfigure.ac277 dnl Check whether wide character support should be enabled.
281 [disable the wide character (wchar_t) support @<:@default=detect@:>@]),
451 # Fail if wide character support was specifically requested but is
455 AC_MSG_ERROR([Cannot enable wide character support: $tre_wchar_reason])
461 [ Define to enable wide character (wchar_t) support. ])
479 AC_MSG_ERROR([Cannot enable multibyte character support because wide \
486 tre_multibyte="no (requires wide character support)"

12345678910>>...49