Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 1141) sorted by relevance

12345678910>>...46

/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-objcopy.rst44 specified multiple times to add multiple sections.
97 Can be specified multiple times to keep multiple sections.
105 multiple times to rename multiple symbols.
113 multiple files.
131 multiple times to update multiple sections.
193 multiple times to remove multiple symbols.
200 specified multiple times to read names from multiple files.
213 multiple times to read names from multiple files.
287 Can be specified multiple times to add multiple symbols.
327 Can be specified multiple times to mark multiple symbols.
[all …]
H A Dllvm-extract.rst32 specified multiple times to extract multiple alias at once.
38 specified multiple times.
43 specified multiple times. Each <function:bb[;bb]> specifier pair will create
44 a function. If multiple basic blocks are specified in one pair, the first
61 specified multiple times to extract multiple functions at once.
67 specified multiple times.
72 specified multiple times to extract multiple global variables at once.
78 extracted. May be specified multiple times.
H A Dllvm-install-name-tool.rst29 Add an rpath named ``<rpath>`` to the specified binary. Can be specified multiple
30 times to add multiple rpaths. Throws an error if ``<rpath>`` is already listed in
36 specified binary. Can be specified multiple times to change multiple dependent shared
42 Delete an rpath named ``<rpath>`` from the specified binary. Can be specified multiple
43 times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in
57 specified binary. If specified multiple times, only the last :option:`-id` option is
63 multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
H A Dllvm-strip.rst31 multiple file formats.
78 Remove the specified section from the output. Can be specified multiple times
79 to remove multiple sections simultaneously.
102 multiple times to remove multiple symbols.
164 ``<section>``. Can be specified multiple times to keep multiple sections.
169 ``<symbol>``. Can be specified multiple times to keep multiple symbols.
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/
H A Ddefine-multiple-exact.txt1 # DEFINE: %{global:multiple-exact} = @
2 # RUN: echo '%{global:multiple-exact}'
4 # CHECK: ValueError: Substitution whose pattern contains '%{global:multiple-exact}' is already…
5 # CHECK-NEXT: Existing pattern: %{global:multiple-exact}
6 # CHECK-NEXT: Existing pattern: %{global:multiple-exact}
H A Ddefine-multiple-once-exact.txt1 # DEFINE: %{global:multiple-once-exact} = @
2 # RUN: echo '%{global:multiple-once-exact}'
4 # CHECK: ValueError: Substitution whose pattern contains '%{global:multiple-once-exact}' is al…
5 # CHECK-NEXT: Existing pattern: <%{global:multiple-once-exact}>
6 # CHECK-NEXT: Existing pattern: %{global:multiple-once-exact}
H A Dredefine-multiple-once-exact.txt4 # REDEFINE: %{global:multiple-once-exact}=foo
5 # RUN: echo %{global:multiple-once-exact}
7 # CHECK: ValueError: Multiple substitutions whose patterns contain '%{global:multiple-once-exa…
8 # CHECK-NEXT: Existing pattern: <%{global:multiple-once-exact}>
9 # CHECK-NEXT: Existing pattern: %{global:multiple-once-exact}
H A Dredefine-multiple-exact.txt5 # REDEFINE: %{global:multiple-exact}=foo
6 # RUN: echo %{global:multiple-exact}
8 # CHECK: ValueError: Multiple substitutions whose patterns contain '%{global:multiple-exact}' …
9 # CHECK-NEXT: Existing pattern: %{global:multiple-exact}
10 # CHECK-NEXT: Existing pattern: %{global:multiple-exact}
/openbsd/gnu/usr.bin/perl/cpan/Text-Tabs/t/
H A Dsep.t16 This is a test of a very long line. It should be broken up and put onto multiple lines.
17 This is a test of a very long line. It should be broken up and put onto multiple lines.
19 This is a test of a very long line. It should be broken up and put onto multiple lines.
21multiple lines.= This is a test of a very long line. It should be broken up and put onto= multipl…
24 This is a test of a very long line. It should be broken up and put onto multiple lines.
26 This is a test of a very long line. It should be broken up and put onto= multiple lines.
29 This is a test of a very long line. It should be broken up and put onto multiple lines.
32 This is a test of a very long line. It should be broken up and put onto= multiple lines.
36 This is a test of a very long line. It should be broken up and put onto multiple This is a test of …
38 …This is a test of a very long line. It should be broken up and put onto= multiple This is a test o…
H A Dsep2.t19 This is a test of a very long line. It should be broken up and put onto multiple lines.
20 This is a test of a very long line. It should be broken up and put onto multiple lines.
22 This is a test of a very long line. It should be broken up and put onto multiple lines.
24 This is a test of a very long line. It should be broken up and put onto= multiple lines.
25 This is a test of a very long line. It should be broken up and put onto= multiple lines.
27 This is a test of a very long line. It should be broken up and put onto= multiple lines.
30 This is a test of a very long line. It should be broken up and put onto multiple lines.
32 This is a test of a very long line. It should be broken up and put onto= multiple lines.
35 This is a test of a very long line. It should be broken up and put onto multiple lines.
38 This is a test of a very long line. It should be broken up and put onto= multiple lines.
[all …]
H A Dwrap.t19 This is a test of a very long line. It should be broken up and put onto multiple lines.
20 This is a test of a very long line. It should be broken up and put onto multiple lines.
22 This is a test of a very long line. It should be broken up and put onto multiple lines.
25 multiple lines.
27 multiple lines.
30 multiple lines.
33 This is a test of a very long line. It should be broken up and put onto multiple lines.
36 multiple lines.
39 This is a test of a very long line. It should be broken up and put onto multiple lines.
43 multiple lines.
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_utils.h63 constexpr size_t nearest_boundary(size_t number, size_t multiple) { in nearest_boundary() argument
64 return multiple * ((number / multiple) + (number % multiple ? 1 : 0)); in nearest_boundary()
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h126 unsigned int multiple, in dml_round_to_multiple() argument
131 if (multiple == 0) in dml_round_to_multiple()
134 remainder = num % multiple; in dml_round_to_multiple()
140 return (num + multiple - remainder); in dml_round_to_multiple()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet34.C24 class multiple : public bar_1, public bar_2 {
26 multiple(int i1, int i2) : bar_1(i1), bar_2(i2) {} in multiple() function
36 multiple m(1,2); in main()
/openbsd/gnu/usr.bin/perl/dist/constant/lib/
H A Dconstant.pm59 my $multiple = ref $_[0];
69 if ( $multiple ) {
144 if ($multiple || @_ == 1) {
145 my $scalar = $multiple ? $constants->{$orig_name} : $_[0];
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dlit.cfg39 config.substitutions.insert(0, ('%{global:multiple-exact}', 'first'))
40 config.substitutions.insert(0, ('%{global:multiple-exact}', 'second'))
42 # Even though '%{global:multiple-once-exact}' is the exact pattern of only one
45 config.substitutions.insert(0, ('%{global:multiple-once-exact}', '@'))
46 config.substitutions.insert(0, ('<%{global:multiple-once-exact}>', '<@>'))
/openbsd/regress/usr.sbin/btrace/
H A Dif.ok3 multiple statements in else-if branch
4 multiple (4) statements
H A Dif.bt21 printf("multiple statements in ");
30 printf("multiple ");
/openbsd/sbin/pdisk/
H A Dpdisk.c317 unsigned long multiple; in get_size_argument() local
323 multiple = get_multiplier(map->sbBlkSize); in get_size_argument()
324 if (multiple == 0) { in get_size_argument()
326 } else if (multiple != 1) { in get_size_argument()
327 *number *= multiple; in get_size_argument()
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dstrings.t54 # Test multiple requirements
61 # Test multiple requirements with implicit minimum
101 # Test multiple requirements
108 # Test multiple requirements with implicit minimum
119 "multiple requirements with implicit minimum",
/openbsd/gnu/llvm/llvm/utils/docker/
H A Dbuild_docker_image.sh34 -c|--cherrypick revision to cherry-pick. Can be specified multiple times.
40 Can be specified multiple times.
46 the resulting archive. Can be specified multiple times.
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Denc-chars.t57 # Test multiple =encoding declarations.
71 Confirm that the parser detects multiple encodings and complains.
76 like($output, qr/Cannot have multiple =encoding directives/);
/openbsd/regress/sbin/pfctl/
H A Dpf55.in4 set timeout { udp.first 356, udp.single 73, udp.multiple 34 }
6 set timeout { other.first 455, other.single 54, other.multiple 324 }
H A Dpf55.ok11 set timeout udp.multiple 34
16 set timeout other.multiple 324
/openbsd/usr.bin/ssh/
H A DPROTOCOL.krl79 This section may appear multiple times.
92 This section may appear multiple times.
105 This section may appear multiple times.
117 multiple times.
154 This section may appear multiple times.
170 This section may appear multiple times.
215 This section must appear last in the KRL. If multiple signature sections

12345678910>>...46