| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | mg_vtable.pl | 412 my @widths = (0, 0); 415 $widths[$_] = length $row->[$_] 416 if length $row->[$_] > $widths[$_]; 421 = sprintf "$indent%%-%ds%%-%ds%%s\n", $widths[0] + 1, $widths[1] + 1; 423 79 - 7 - (length $indent) - $widths[0] - $widths[1] - 2;
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | bench.pl | 1640 my @widths = map length, @perl_labels; 1645 for my $i (0..$#widths) { 1648 $widths[$i] = $l if $l > $widths[$i]; 1676 for (0..$#widths) { 1677 printf " %*s", $widths[$_], 1678 $i ? ('-' x$widths[$_]) : $perl_labels[$_]; 1704 for my $i (0..$#widths) { 1706 $widths[$i]); 1757 my @widths = map length, @fields; 1764 $widths[$i] = $l if $l > $widths[$i]; [all …]
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Ranges.rst | 32 :widths: auto 40 :widths: auto 48 :widths: auto
|
| H A D | Cxx14.rst | 39 :widths: auto 50 :widths: auto
|
| H A D | Format.rst | 33 :widths: auto 49 :widths: auto
|
| H A D | Spaceship.rst | 33 :widths: auto 53 :widths: auto
|
| H A D | Cxx2b.rst | 38 :widths: auto 54 :widths: auto
|
| H A D | Cxx17.rst | 39 :widths: auto 55 :widths: auto
|
| H A D | Cxx20.rst | 39 :widths: auto 61 :widths: auto
|
| H A D | Zip.rst | 29 :widths: auto
|
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | generate_feature_test_macro_components.py | 1140 widths = [] 1143 widths += [cell_width] 1144 return widths 1163 def add_divider(widths, header_flag): argument 1165 return ' '.join(['='*w for w in widths]) 1167 return '-'.join(['-'*w for w in widths]) 1169 return ' '.join(['-'*w for w in widths])
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | multi.c | 368 int *widths = xmalloc (ncolumns * sizeof (int)); in do_multitable() local 371 widths[i] = envs[i+1].fill_column; in do_multitable() 372 xml_begin_multitable (ncolumns, widths); in do_multitable() 373 free (widths); in do_multitable()
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | FeatureTestMacroTable.rst | 22 :widths: auto
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GettingInvolved.rst | 154 :widths: 25 25 25 25 251 :widths: 15 40 15 15 15
|
| H A D | TypeMetadata.rst | 264 :widths: 10 90
|
| H A D | CompileCudaWithLLVM.rst | 76 always have the same pointer widths, so if you're compiling 64-bit code for
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | InputFiles.cpp | 501 static SmallVector<StringRef, 4> widths{"0", "4", "8", "4 or 8"}; in validateRelocationInfo() local 504 widths[(static_cast<int>(relocAttrs.bits) >> 2) & 3] + in validateRelocationInfo()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-xtensa.texi | 251 instruction fetch widths.) An 281 different fetch widths, the assembler conservatively assumes a 32-bit
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCV.td | 16 // Atomic Intrinsics have multiple versions for different access widths, which 19 // specific integer widths, rather than using `llvm_anyint_ty`.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlunicook.pod | 674 sorting, Unicode casing, and managing print widths when some of the
|
| H A D | perl5320delta.pod | 1724 Extraordinarily large (over 2GB) floating point format widths could 1726 resulting in an assertion. Formatted floating point widths are now
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrArithmetic.td | 588 // FIXME: Support immediates with different widths.
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | mktables | 5992 my %widths; 5999 # Fill in the %widths hash 6023 $widths{$this_width} += $count; 6033 # Otherwise go through %widths until we have included 6036 foreach my $width (sort { $a <=> $b } keys %widths) 6038 $running_total += $widths{$width}; 16014 # associated first-column widths
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 304 // VFP register widths.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 1248 def ASMOperandWidths : DiagGroup<"asm-operand-widths">;
|