Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/openbsd/gnu/usr.bin/perl/t/uni/
H A Dcase.pl37 my %simple;
50 $simple{$k} = $invmap_ref->[$i] + $adjust++;
62 for my $i (sort keys %simple) {
65 print "# ", scalar keys %simple, " simple mappings\n";
85 for my $ord (sort { $a <=> $b } keys %simple) {
89 my $expected = pack("W", $simple{$ord});
124 ((scalar keys %simple) +
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DDOTGraphTraits.h38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple()
167 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt5.C10 void simple(const Array &an_array);
22 void simple(const A &a) in simple() function
24 s.simple(a.array); in simple()
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dt-frv79 #MULTILIB_OPTIONS = mcpu=fr500/mcpu=tomcat/mcpu=simple/mcpu=frv msoft-float mdword/mno-dword
80 #MULTILIB_DIRNAMES = fr500 tomcat simple frv nof dw no-dw
81 #MULTILIB_MATCHES = mcpu?simple=mcpu?fr300 mno-double=mcpu?fr500 mcpu?frv=mdouble
82 #MULTILIB_EXCEPTIONS = *mcpu=simple/*msoft-float* *mcpu=frv/*msoft-float*
85 MULTILIB_OPTIONS = mcpu=frv/mcpu=fr400/mcpu=simple mno-pack mlibrary-pic
86 MULTILIB_DIRNAMES = frv fr400 simple unpacked pic
87 MULTILIB_MATCHES = mcpu?simple=mcpu?fr300 mlibrary-pic=fpic mlibrary-pic=fPIC
88 MULTILIB_EXCEPTIONS = mcpu=frv/mno-pack* mcpu=simple/mno-pack*
/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Dregexp.t119 -; qr/foo/ ; "foo",!"fob" ; simple
120 -; qr/foo/i ; "foo","FOO",!"fob" ; simple case insensitive
125 8- ; qr/\x{100}/ ; "\x{100}" ; simple unicode
129 A22-; qr/f\w/a ; "fo", !"f\xff" ; simple /a flag
/openbsd/gnu/usr.bin/perl/t/op/
H A Dwantarray.t30 sub simple { wantarray ? 1 : 2 }
32 my $a = wantarray ? simple() : simple();
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Tools/
H A DCompare.t48 subtest simple => sub {
65 def ok => (is('a', 'a', "simple pass", 'diag'), 'simple pass');
66 def ok => (!is('a', 'b', "simple fail", 'diag'), 'simple fail');
1285 is([qw/a b c/], $simple, "simple exact match");
1286 is([qw/a b c d e/], $simple, "simple with extra");
1335 is([qw/a b c/], $simple, "simple exact match");
1336 is([qw/b c a/], $simple, "simple out of order");
1337 is([qw/a b c d e/], $simple, "simple with extra");
1456 is(bless({}, 'ObjectFoo'), $simple, "simple match hash");
1457 is(bless([], 'ObjectFoo'), $simple, "simple match array");
[all …]
/openbsd/gnu/gcc/gcc/config/frv/
H A Dt-frv79 #MULTILIB_OPTIONS = mcpu=fr500/mcpu=tomcat/mcpu=simple/mcpu=frv msoft-float mdword/mno-dword
80 #MULTILIB_DIRNAMES = fr500 tomcat simple frv nof dw no-dw
81 #MULTILIB_MATCHES = mcpu?simple=mcpu?fr300 mno-double=mcpu?fr500 mcpu?frv=mdouble
82 #MULTILIB_EXCEPTIONS = *mcpu=simple/*msoft-float* *mcpu=frv/*msoft-float*
87 MULTILIB_MATCHES = mcpu?simple=mcpu?fr300 \
90 MULTILIB_EXCEPTIONS = mcpu=frv/mno-pack* mcpu=simple/mno-pack*
/openbsd/regress/usr.bin/mandoc/mdoc/Mt/
H A DMakefile3 REGRESS_TARGETS = simple font
4 LINT_TARGETS = simple
/openbsd/etc/examples/
H A Dospfd.conf27 auth-type simple
32 auth-type simple
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-C.c12 #define simple no comments macro
18 #if !defined simple || !defined obj_like || !defined fun_like
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dcmdlne-C.c12 #define simple no comments macro
18 #if !defined simple || !defined obj_like || !defined fun_like
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
H A DSubtest.t20 is($one->summary, "foo", "simple summary");
22 is($one->summary, "foo (TODO)", "simple summary + TODO");
24 is($one->summary, "foo (TODO: foo)", "simple summary + TODO + Reason");
/openbsd/gnu/usr.bin/perl/Porting/
H A Dmake-rmg-checklist225 my $simple = Pod::Simple::HTML->new;
226 $simple->output_fh(*STDOUT);
227 $simple->parse_string_document($pod_output);
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dwait.t72 "simple", # cond var == lock var; implicit lock; e.g.: cond_wait($c)
79 my $test_type :shared; # simple|repeat|twain
117 cond_wait($cond), last if /simple/;
147 $ok = cond_timedwait($cond, time() + $to), last if /simple/;
180 $ok = cond_timedwait($cond, time() + $to), last if /simple/;
209 my $test_type :shared; # simple|repeat|twain
250 cond_wait($cond), last if /simple/;
280 $ok = cond_timedwait($cond, time() + $to), last if /simple/;
313 $ok = cond_timedwait($cond, time() + $to), last if /simple/;
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/acceptance/
H A DWorkflow-Acceptance4.t6 my $unit = tests simple => sub {
7 ok(1, "inside simple");
/openbsd/gnu/llvm/llvm/examples/ModuleMaker/
H A DREADME.txt5 This project is an extremely simple example of using some simple pieces of the
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/
H A Dbasic-data.tml2 # This is just a simple one key hash.
18 # This is just a simple one key hash.
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dlli.rst164 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
165 =simple-noitin: Simple two pass scheduling: Same as simple except using generic latency
179 =simple: simple register allocator
198 =simple: simple spiller
/openbsd/gnu/usr.bin/perl/cpan/Module-Metadata/t/
H A Dmetadata.t192 my $file = File::Spec->catfile('bin', 'simple.plx');
498 package simple;
505 is( $pm_info->version('simple'), '0.01', 'version for lower-case package' );
508 ok( $pm_info->is_indexable('simple'), 'the simple package is indexable' );
515 package simple;
526 is( $pm_info->version('simple'), '0.01', 'version for lower-case package' );
529 ok( $pm_info->is_indexable('simple'), 'the simple package is indexable' );
537 simple;
543 ok( !$pm_info->is_indexable('simple'), 'the simple package would not be indexed' );
/openbsd/gnu/llvm/clang/docs/
H A DLibASTImporter.rst150 |-MoveConstructor exists simple trivial needs_implicit
152 |-MoveAssignment exists simple trivial needs_implicit
153 `-Destructor simple irrelevant trivial needs_implicit
177 | |-MoveConstructor exists simple trivial needs_implicit
179 | |-MoveAssignment exists simple trivial needs_implicit
180 | `-Destructor simple irrelevant trivial needs_implicit
371 | |-MoveConstructor exists simple trivial needs_implicit
373 | |-MoveAssignment exists simple trivial needs_implicit
374 | `-Destructor simple irrelevant trivial needs_implicit
489 | |-MoveAssignment exists simple trivial needs_implicit
[all …]
/openbsd/usr.bin/patch/
H A Dbackupfile.c59 if (backup_type == simple) in find_backup_file_name()
227 none, simple, simple, numbered_existing, enumerator
/openbsd/usr.sbin/ospfd/
H A Dauth.c51 if (memcmp(ospf_hdr->auth_key.simple, iface->auth_key, in auth_validate()
52 sizeof(ospf_hdr->auth_key.simple))) { in auth_validate()
60 bzero(ospf_hdr->auth_key.simple, in auth_validate()
61 sizeof(ospf_hdr->auth_key.simple)); in auth_validate()
/openbsd/regress/usr.sbin/btrace/
H A Dif.bt14 printf("simple if\n");
16 printf("simple else\n");
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCScheduleG4Plus.td16 def G4P_IU1 : FuncUnit; // integer unit 1 (simple)
18 def G4P_IU3 : FuncUnit; // integer unit 3 (simple)
19 def G4P_IU4 : FuncUnit; // integer unit 4 (simple)
22 def G4P_VIU1 : FuncUnit; // vector integer unit 1 (simple)

12345678910>>...36