Home
last modified time | relevance | path

Searched refs:widths (Results 1 – 25 of 62) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/regen/
H A Dmg_vtable.pl412 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 Dbench.pl1640 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 DRanges.rst32 :widths: auto
40 :widths: auto
48 :widths: auto
H A DCxx14.rst39 :widths: auto
50 :widths: auto
H A DFormat.rst33 :widths: auto
49 :widths: auto
H A DSpaceship.rst33 :widths: auto
53 :widths: auto
H A DCxx2b.rst38 :widths: auto
54 :widths: auto
H A DCxx17.rst39 :widths: auto
55 :widths: auto
H A DCxx20.rst39 :widths: auto
61 :widths: auto
H A DZip.rst29 :widths: auto
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py1140 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 Dmulti.c368 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 DFeatureTestMacroTable.rst22 :widths: auto
/openbsd-src/gnu/llvm/llvm/docs/
H A DGettingInvolved.rst154 :widths: 25 25 25 25
251 :widths: 15 40 15 15 15
H A DTypeMetadata.rst264 :widths: 10 90
H A DCompileCudaWithLLVM.rst76 always have the same pointer widths, so if you're compiling 64-bit code for
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp501 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 Dc-xtensa.texi251 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 DIntrinsicsRISCV.td16 // 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 Dperlunicook.pod674 sorting, Unicode casing, and managing print widths when some of the
H A Dperl5320delta.pod1724 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 DM68kInstrArithmetic.td588 // FIXME: Support immediates with different widths.
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A Dmktables5992 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 DARM.td304 // VFP register widths.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticGroups.td1248 def ASMOperandWidths : DiagGroup<"asm-operand-widths">;

123