| /src/sys/dev/pci/ |
| tga_conf.c | 143 int deep, addrmask, wide; local 151 wide = (gder & 0x200) == 0; /* XXX */ 162 if (!wide) 169 if (wide) /* sanity */ 174 if (wide) /* sanity */ 179 if (addrmask == 0x00 && tga2 && wide) { 187 if (!wide) 194 if (wide && !tga2) /* sanity */
|
| /src/external/bsd/blocklist/bin/ |
| blocklistctl.c | 91 int all, blocked, remain, wide, noheader; local 94 noheader = wide = blocked = all = remain = 0; 125 wide = 1; 136 wide = wide ? 8 * 4 + 7 : 4 * 3 + 3; 138 printf("rulename\t%*.*s/ma:port\tid\tnfail\t%s\n", wide, wide, 153 printf("%s\t%*.*s/%s:%s\t", c.c_name, wide, wide, buf,
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| printf_fphex.c | 50 if (wide) \ 119 /* Nonzero if this is output on a wide character stream. */ 120 int wide = info->wide; 435 width -= wide ? 1 : strlen (decimal); 461 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal)); 118 int wide = info->wide; local
|
| quadmath-printf.h | 106 unsigned int wide:1; /* Nonzero for wide character streams. */ member in struct:printf_info 131 size_t __quadmath_do_pad (struct __quadmath_printf_file *fp, int wide, 135 __quadmath_do_put (struct __quadmath_printf_file *fp, int wide, 141 if (wide) 161 __quadmath_do_putc (struct __quadmath_printf_file *fp, int wide, 165 return wide ? (int) putwc (c, fp->fp) : putc (c, fp->fp); 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 [all...] |
| printf_fp.c | 69 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \ 80 if (wide) \ 183 /* Nonzero if this is output on a wide character stream. */ 184 int wide = info->wide; 289 if (wide) 312 if (info->group && !wide) 335 if (info->group && !wide) 359 if (grouping != NULL && !wide) 362 we must ensure the wide character thousands separato 182 int wide = info->wide; local [all...] |
| /src/sbin/gpt/ |
| show.c | 750 int wide = 0; local 799 if (wide < 10) /* avoid overflow! */ 800 wide++; 810 switch (wide) {
|
| /src/sys/dev/ic/ |
| bha.c | 486 int wide, period, offset, rlen; local 490 * sync and wide information from here. 505 * First check for wide. On later boards, we can check 506 * directly in the setup info if wide is currently active. 513 wide = 516 wide = 519 if (wide) 522 /* XXX Check `wide permitted' in the config info. */ 1288 aprint_normal(", wide LUN support"); 1309 * Poll targets 8 - 15 if we have a wide bus [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| mep-asm.c | 521 int wide = 0; 539 wide = 1; 549 if (wide) 565 return (wide ? _("Immediate is out of range -512 to 511") 520 int wide = 0; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mep-asm.c | 521 int wide = 0; 539 wide = 1; 549 if (wide) 565 return (wide ? _("Immediate is out of range -512 to 511") 520 int wide = 0; local
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_execbuffer.c | 1268 bool wide = eb->reloc_cache.use_64bit_reloc; local 1279 if (wide) 1291 if (wide) { 1339 if (wide) { 1342 wide = false;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| pretty-print.cc | 1269 bool wide = false; variable 1297 gcc_assert (!wide); 1298 wide = true; 1310 gcc_assert (!wide || precision == 0); 1341 if (wide) 1349 if (wide) 1369 if (wide) 1399 if (wide) 1476 precision, wide, plus, hash, "e,
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| charset.cc | 34 Both are required by 5.2.1.2p1 to be multibyte encodings, not wide 37 5.2.1p3) is to be encoded in each with values one byte wide, and is 40 It is not explicitly mentioned, but there is also a "wide execution 41 character set" used to encode wide character constants and wide 139 not meet the requirements of the C standard for a wide character 726 /* This effectively means that wide strings are not supported, 1329 string buffer TBUF and update the end-of-string pointer therein. WIDE 1330 is true if it's a wide string that's being assembled in TBUF. This 1638 concatenated. WIDE indicates whether or not to produce a wid 2067 bool wide = (token->type != CPP_CHAR && token->type != CPP_UTF8CHAR); local [all...] |
| /src/usr.bin/vmstat/ |
| vmstat.c | 338 int c, todo, verbose, wide; local 346 reps = todo = verbose = wide = 0; 406 wide++; 484 dopool(verbose, wide); 1458 dopool_sysctl(int verbose, int wide) 1487 wide ? 16 : 11, "Name", 1488 wide ? 9 : 5, "Size", 1489 wide ? 13 : 9, "Requests", 1490 wide ? 8 : 5, "Fail", 1491 wide ? 13 : 9, "Releases" [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| mach-o.c | 2005 unsigned int wide = bfd_mach_o_wide_p (abfd); local 2040 if (wide) 2711 unsigned int wide = bfd_mach_o_wide_p (abfd); local 2713 symlen = wide ? BFD_MACH_O_NLIST_64_SIZE : BFD_MACH_O_NLIST_SIZE; 2716 mdata->filelen = FILE_ALIGN (mdata->filelen, wide ? 3 : 2); 3070 unsigned wide = mach_o_wide_p (&mdata->header); local 3077 hdrlen = wide ? BFD_MACH_O_HEADER_64_SIZE : BFD_MACH_O_HEADER_SIZE; 3078 align = wide ? 8 - 1 : 4 - 1; 3153 unsigned wide = mach_o_wide_p (&mdata->header); local 3156 cmd->type = wide ? BFD_MACH_O_LC_SEGMENT_64 : BFD_MACH_O_LC_SEGMENT 3182 unsigned wide = mach_o_wide_p (&mdata->header); local 3730 unsigned int wide = mach_o_wide_p (&mdata->header); local 3943 unsigned int wide = mach_o_wide_p (&mdata->header); local 4344 int wide = bfd_mach_o_wide_p (abfd); local [all...] |
| elf32-xtensa.c | 4353 const char *wide; 4412 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); 4414 if (opcode == xtensa_opcode_lookup (isa, narrowable[opi].wide)) 4552 return the instruction buffer holding the wide instruction. Otherwise, 4576 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); 4577 bool is_branch = (strcmp ("beqz", widenable[opi].wide) == 0 4578 || strcmp ("bnez", widenable[opi].wide) == 0); 4590 o_opcode = xtensa_opcode_lookup (isa, widenable[opi].wide); 5409 "ta_narrow_insn" narrow a wide instruction 8118 narrow all wide instructions, and remove all no-ops unless the en 4343 const char *wide; member in struct:string_pair [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| mach-o.c | 2004 unsigned int wide = bfd_mach_o_wide_p (abfd); local 2039 if (wide) 2710 unsigned int wide = bfd_mach_o_wide_p (abfd); local 2712 symlen = wide ? BFD_MACH_O_NLIST_64_SIZE : BFD_MACH_O_NLIST_SIZE; 2715 mdata->filelen = FILE_ALIGN (mdata->filelen, wide ? 3 : 2); 3069 unsigned wide = mach_o_wide_p (&mdata->header); local 3076 hdrlen = wide ? BFD_MACH_O_HEADER_64_SIZE : BFD_MACH_O_HEADER_SIZE; 3077 align = wide ? 8 - 1 : 4 - 1; 3152 unsigned wide = mach_o_wide_p (&mdata->header); local 3155 cmd->type = wide ? BFD_MACH_O_LC_SEGMENT_64 : BFD_MACH_O_LC_SEGMENT 3181 unsigned wide = mach_o_wide_p (&mdata->header); local 3729 unsigned int wide = mach_o_wide_p (&mdata->header); local 3942 unsigned int wide = mach_o_wide_p (&mdata->header); local 4343 int wide = bfd_mach_o_wide_p (abfd); local [all...] |
| elf32-xtensa.c | 4353 const char *wide; 4412 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0); 4414 if (opcode == xtensa_opcode_lookup (isa, narrowable[opi].wide)) 4552 return the instruction buffer holding the wide instruction. Otherwise, 4576 bool is_or = (strcmp ("or", widenable[opi].wide) == 0); 4577 bool is_branch = (strcmp ("beqz", widenable[opi].wide) == 0 4578 || strcmp ("bnez", widenable[opi].wide) == 0); 4590 o_opcode = xtensa_opcode_lookup (isa, widenable[opi].wide); 5409 "ta_narrow_insn" narrow a wide instruction 8118 narrow all wide instructions, and remove all no-ops unless the en 4343 const char *wide; member in struct:string_pair [all...] |