/openbsd/sys/arch/hppa/spmath/ |
H A D | divu.S | 51 add quo,quo,quo ; shift msb bit into carry 54 addc quo,quo,quo ; shift quo with/into carry 56 addc quo,quo,quo ; shift quo with/into carry 58 addc quo,quo,quo ; shift quo with/into carry 60 addc quo,quo,quo ; shift quo with/into carry 62 addc quo,quo,quo ; shift quo with/into carry 64 addc quo,quo,quo ; shift quo with/into carry 66 addc quo,quo,quo ; shift quo with/into carry 68 addc quo,quo,quo ; shift quo with/into carry 70 addc quo,quo,quo ; shift quo with/into carry [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_quarantine_test.cpp | 44 QuarantineBatch into; in TEST() local 45 into.init(kFakePtr, 4UL); in TEST() 49 into.merge(&from); in TEST() 51 ASSERT_EQ(into.count, 2UL); in TEST() 52 ASSERT_EQ(into.batch[0], kFakePtr); in TEST() 53 ASSERT_EQ(into.batch[1], kFakePtr); in TEST() 55 ASSERT_EQ(into.quarantined_size(), 12UL); in TEST() 65 ASSERT_TRUE(into.can_merge(&from)); in TEST() 67 into.merge(&from); in TEST() 68 ASSERT_TRUE(into.count == QuarantineBatch::kSize); in TEST() [all …]
|
/openbsd/gnu/usr.bin/perl/t/lib/croak/ |
H A D | pp_ctl | 2 # NAME goto into foreach 7 Can't "goto" into the middle of a foreach loop at - line 3. 9 # NAME goto into given 14 Can't "goto" into a "given" block at - line 3. 20 Can't "goto" into a "given" block at - line 2. 22 # NAME goto into expression 29 Can't "goto" into a binary or list expression at - line 2. 30 Can't "goto" into a binary or list expression at - line 3. 31 Can't "goto" into a binary or list expression at - line 4. 32 Can't "goto" into a binary or list expression at - line 5.
|
H A D | pp | 8 # NAME [perl #119809] Attempt to bless into a reference (tied) 14 Attempt to bless into a reference at - line 4. 16 # NAME [perl #119809] Attempt to bless into a reference (magical) 20 Attempt to bless into a reference at - line 2. 22 # NAME Attempt to bless into a reference after method changes 25 Attempt to bless into a reference at - line 1.
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/ |
H A D | Squasher.pm | 70 my ($into) = @_; 77 my $fsig = $into ? $into->trace_signature : undef; 80 $self->squash($into, @$buffer); 118 my $into = $self->{+UP_INTO} or return; 130 $self->squash($into, $event); 137 my ($into, @from) = @_; 138 push @{$into->facet_data->{info}} => $_->info for @from;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/ |
H A D | HashBase.pm | 57 my $into = caller; 61 …2::Util::HashBase::VERSION{$into} = $ver if !$Test2::Util::HashBase::VERSION{$into} || $Test2::Uti… 63 my $isa = _isa($into); 64 my $attr_list = $Test2::Util::HashBase::ATTR_LIST{$into} ||= []; 65 my $attr_subs = $Test2::Util::HashBase::ATTR_SUBS{$into} ||= {}; 68 ($into->can('new') ? () : (new => \&_new)), 95 *{"$into\::$_"} = $subs{$_} for keys %subs;
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/ |
H A D | defined.c | 35 #error Macro expanding into defined operator test 1 45 #error Macro expanding into defined operator test 2 67 #error Macro expanding into defined operator test 1 77 #error Macro expanding into defined operator test 2
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | defined.c | 25 #error Macro expanding into defined operator test 1 35 #error Macro expanding into defined operator test 2 57 #error Macro expanding into defined operator test 1 67 #error Macro expanding into defined operator test 2
|
/openbsd/sys/lib/libkern/arch/hppa/ |
H A D | milli.S | 481 add arg0,arg0,retreg ; shift msb bit into carry 965 add arg0,arg0,temp ; shift msb bit into carry 967 addc temp,temp,temp ; shift temp with/into carry 969 addc temp,temp,temp ; shift temp with/into carry 971 addc temp,temp,temp ; shift temp with/into carry 973 addc temp,temp,temp ; shift temp with/into carry 975 addc temp,temp,temp ; shift temp with/into carry 977 addc temp,temp,temp ; shift temp with/into carry 979 addc temp,temp,temp ; shift temp with/into carry 981 addc temp,temp,temp ; shift temp with/into carry [all …]
|
/openbsd/regress/usr.bin/mandoc/roff/while/ |
H A D | Makefile | 3 REGRESS_TARGETS = basic badargs break into nesting outof 4 LINT_TARGETS = badargs into nesting outof 11 SKIP_GROFF = into nesting outof
|
H A D | into.out_lint | 1 mandoc: into.in:17:5: UNSUPP: end of .while loop in inner scope 2 mandoc: into.in:20:1: UNSUPP: end of scope with open .while loop
|
/openbsd/gnu/usr.bin/perl/dist/constant/t/ |
H A D | constant.t | 199 qr/^Constant name 'STDIN' is forced into package main:: a/, 200 qr/^Constant name 'STDOUT' is forced into package main:: at/, 201 qr/^Constant name 'STDERR' is forced into package main:: at/, 202 qr/^Constant name 'ARGV' is forced into package main:: at/, 203 qr/^Constant name 'ARGVOUT' is forced into package main:: at/, 204 qr/^Constant name 'ENV' is forced into package main:: at/, 205 qr/^Constant name 'INC' is forced into package main:: at/, 206 qr/^Constant name 'SIG' is forced into package main:: at/,
|
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | 118_boolean_values.t | 58 ok $should_true->isa($true_class), "JSON true turns into a $true_class object"; 61 ok $should_false->isa($false_class), "JSON false turns into a $false_class object"; 66 is $should_true_json => 'true', "A $true_class object turns into JSON true"; 69 is $should_false_json => 'false', "A $false_class object turns into JSON false"; 77 ok $should_true->isa('JSON::PP::Boolean'), "JSON true turns into a JSON::PP::Boolean object"; 80 ok $should_false->isa('JSON::PP::Boolean'), "JSON false turns into a JSON::PP::Boolean object";
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | InstructionSelect.rst | 7 This pass transforms generic machine instructions into equivalent 32 possibly-generic MI into a fully target-specific equivalent. 33 It is also responsible for doing the necessary constraining of gvregs into the 37 The ``InstructionSelector`` can fold other instructions into the selected MI, 67 been baked into TableGen but this should not generally be done. 90 * isObviouslySafeToFold() - Check for reasons an instruction can't be sunk and folded into another.
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | JustPod01.t | 83 'utf8'->import::into($target); 84 'open'->import::into($target, qw{:encoding(UTF-8) :std}); 85 'charnames'->import::into($target, qw{:full :short}); 86 'warnings'->import::into($target, qw{FATAL utf8}); 87 'feature'->import::into($target, qw{unicode_strings}) if $^V >= v5.11.0; 88 'feature'->import::into($target, qw{unicode_eval fc}) if $^V >= v5.16.0;
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | README-SSE.txt | 50 into: 103 into: 213 This compiles into: 258 "fold" it into the uses, producing something like this: 458 Non-SSE4 insert into 16 x i8 is atrociously bad. 564 We compile vector multiply-by-constant into poor code: 571 On targets without SSE4.1, this compiles into: 618 into: 730 In fpstack mode, this compiles into: 743 in SSE mode, it compiles into significantly slower code: [all …]
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | CallGraphSort.cpp | 140 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters() argument 142 int tail1 = into.prev, tail2 = from.prev; in mergeClusters() 143 into.prev = tail2; in mergeClusters() 147 into.size += from.size; in mergeClusters() 148 into.weight += from.weight; in mergeClusters()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | CallGraphSort.cpp | 167 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters() argument 169 int tail1 = into.prev, tail2 = from.prev; in mergeClusters() 170 into.prev = tail2; in mergeClusters() 174 into.size += from.size; in mergeClusters() 175 into.weight += from.weight; in mergeClusters()
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ClangRepl.rst | 8 high level programming language into LLVM IR. Then the LLVM IR is executed by 42 Clang-Repl data flow can be divided into roughly 8 phases: 50 3. Clang compiles the input into an AST representation. 59 into machine code targeting the underlying device architecture (eg. Intel 69 into a service which incrementally can consume and execute code. The
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-v850.texi | 222 Moves the offset into the current section to the specified amount. 271 the result into register 6. 275 Computes the lower 16 bits of the given expression and stores it into 282 register 5, putting the result into register 6. 288 and stores the result into the immediate operand field of the given 290 address of the label 'here' and store it into register 6: 300 it to 32 bits, 0xFFFFFFFF, and then add it into r6 giving 0xFFFEFFFF 303 stores 0 into r6 (0xFFFF + 1 = 0x0000), so that the movea instruction 304 stores 0xFFFFFFFF into r6 - the right value. 308 Computes the 32 bit value of the given expression and stores it into [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-v850.texi | 222 Moves the offset into the current section to the specified amount. 271 the result into register 6. 275 Computes the lower 16 bits of the given expression and stores it into 282 register 5, putting the result into register 6. 288 and stores the result into the immediate operand field of the given 290 address of the label 'here' and store it into register 6: 300 it to 32 bits, 0xFFFFFFFF, and then add it into r6 giving 0xFFFEFFFF 303 stores 0 into r6 (0xFFFF + 1 = 0x0000), so that the movea instruction 304 stores 0xFFFFFFFF into r6 - the right value. 308 Computes the 32 bit value of the given expression and stores it into [all …]
|
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/ |
H A D | CompilerRTCompile.cmake | 11 # Make space separated -D and -U flags into joined flags. 46 # Write out architecture-specific flags into TARGET_CFLAGS variable. 59 # Compile a source into an object file with COMPILER_RT_TEST_COMPILER using 114 # therefore not able to compile C++ files unless they are copied/symlinked into 127 … " echo 'You should copy or symlink your system C++ headers into ${LLVM_BINARY_DIR}/include/c++'" 136 " echo 'into your build directory:'"
|
/openbsd/gnu/llvm/lldb/examples/test/ |
H A D | .lldbtest-config | 5 split_stderr = True # This will split the stderr into configuration-specific file 6 split_stdout = True # This will split the stdout into configuration-specific file
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlopentut.pod | 287 into a single, alphabetically sorted list of unique lines before it 290 You could do this through opening an ordinary filehandle into each of 295 opening a pipe directly into its output, and get to work that much 301 or die "Couldn't open a pipe into sort: $!"; 310 The second argument to C<open>, C<"-|">, makes it a read-pipe into a 311 separate program, rather than an ordinary filehandle into a file. 333 or die "Couldn't open a pipe into cat: $!"; 357 elements, rather than combining them into a single string as in the 362 or die "Couldn't open a pipe into sort: $!"; 375 its argument into a list of filenames — and we can safely pass that [all …]
|
/openbsd/games/wump/ |
H A D | wump.info | 11 Pits -- If you fall into one of the bottomless pits, you find yourself 16 These are a bit more potent, however, and if you stumble into 20 Wumpus -- If you happen to walk into the room the Wumpus is in you'll find 26 there's also a chance that he'll up and move himself into another room,
|