Home
last modified time | relevance | path

Searched refs:backwards (Results 1 – 25 of 256) sorted by relevance

1234567891011

/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Df_sort32 sub backwards { $b cmp $a }
37 print sort backwards @harry;
59 sub backwards ($$) { $_[1] cmp $_[0]; } # $a and $b are not set here
61 @new = sort other::backwards @old;
64 sub other::backwards ($$) { $_[1] cmp $_[0]; }
65 @new = sort other::backwards @old;
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dbackwds.t36 backwards => [ 1 ],
47 $backLevel1->change(backwards => []);
51 $backLevel1->change(backwards => 1);
55 $backLevel1->change(backwards => undef);
65 backwards => 2,
76 $backLevel2->change(backwards => undef);
81 $backLevel2->change(backwards => [2]);
86 $backLevel2->change(backwards => []);
97 backwards => undef,
113 backwards => [ ],
H A Dview.t116 $Collator->change(backwards => 1);
120 $Collator->change(backwards => 2);
124 $Collator->change(backwards => [1,3]);
128 $Collator->change(backwards => [2]);
132 $Collator->change(backwards => []);
H A Dloc_frca.t42 $objFrCa->change(backwards => undef);
H A Dloc_ca.t114 $objCa->change(backwards => 2, level => 2);
/openbsd/gnu/usr.bin/perl/regen/
H A Dregcharclass.pl507 my ( $self, $type, $maxlen, $backwards )= @_;
518 my @ordered_dat = ($backwards) ? reverse @$dat : @$dat;
590 elsif ($backwards) {
679 my $low= $self->make_trie( 'low', $opt{max_depth}, $opt{backwards} );
740 elsif ($opt{backwards}) {
763 && ($utf8 = $self->make_trie($trie_type, 0, $opt{backwards})))
786 $latin1 = $self->make_trie( 'latin1', 1, $opt{backwards});
1490 $ext .= "_backwards" if $opts{backwards};
1553 my $backwards = 0;
1556 $backwards = 1;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A DCollate.pm215 if (! defined $self->{backwards}) {
217 } elsif (! ref $self->{backwards}) {
218 _checkLevel($self->{backwards}, 'backwards');
219 $self->{backwardsFlag} = 1 << $self->{backwards};
223 for my $b (@{ $self->{backwards} }) {
309 $self->{backwards} = $self->{backwardsTable}
310 if ! exists $self->{backwards};
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dprove.t126 backwards => 17,
151 backwards => 17,
432 backwards => 1,
435 backwards => 1,
763 expect => { backwards => 1 },
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/
H A Dfr_ca.pl3 backwards => 2,
H A Dcu.pl4 backwards => 2,
/openbsd/gnu/usr.bin/perl/t/class/
H A Dfield.t289 field $backwards = do { my $x; HERE: ; goto HERE if !$x++; 2 };
291 method values { return ($forwards, $backwards) }
/openbsd/sys/lib/libkern/arch/mips64/
H A Dmemmove.S72 lb v1, -1(t0) # copy bytes backwards,
/openbsd/games/quiz/datfiles/
H A Dposneg17 backwards:f[or|ront]wards
/openbsd/gnu/llvm/clang/docs/
H A DAPINotes.rst59 that behavior while still remaining backwards-compatible, API notes can be
99 Contains explicit information for backwards compatibility. Each entry in
229 declaration; it should ideally only be used for Swift backwards
247 should ideally only be used for Swift backwards compatibility, when existing
H A DSourceBasedCodeCoverage.rst291 * There are no backwards or forwards compatibility guarantees for the raw
296 * Tools must retain **backwards** compatibility with indexed profile formats.
300 * Tools must also retain **backwards** compatibility with the format of the
305 Only a major version increment indicates a backwards-incompatible change. A
/openbsd/distrib/special/more/
H A Dmore.help12 b or ctrl-B Skip backwards k screenfuls of text [1]
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/
H A DProve.pm223 'reverse' => \$self->{backwards},
524 @tests = reverse @tests if $self->backwards;
/openbsd/gnu/usr.bin/perl/
H A D.metaconf-exclusions.txt5 # we no longer need to probe for, but must define in perl.h for backwards
/openbsd/gnu/usr.bin/binutils/gprof/
H A DREADME69 The command-line interface is backwards compatible with earlier
332 -e <no long form---for backwards compatibility only>
333 -E <no long form---for backwards compatibility only>
334 -f <no long form---for backwards compatibility only>
335 -F <no long form---for backwards compatibility only>
336 -k <no long form---for backwards compatibility only>
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A DREADME69 The command-line interface is backwards compatible with earlier
332 -e <no long form---for backwards compatibility only>
333 -E <no long form---for backwards compatibility only>
334 -f <no long form---for backwards compatibility only>
335 -F <no long form---for backwards compatibility only>
336 -k <no long form---for backwards compatibility only>
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dt-hpux12 # to 80 bit conversions and were done for Linux backwards compatibility.
/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A DLLGSOptions.td62 def: F<"native-regs">; // Noop. Present for backwards compatibility only.
/openbsd/lib/libc/arch/mips64/string/
H A Dbcopy.S51 lb v0, -1(t0) # copy bytes backwards,
/openbsd/gnu/usr.bin/perl/dist/base/
H A DChanges74 - Removing uses of 'our' from tests for backwards compat.
/openbsd/gnu/llvm/llvm/docs/
H A DHowToUseAttributes.rst76 backwards compatibility and may be removed in a future release.

1234567891011