Searched refs:ran (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Darith-rand-ll.c15 long long ran; local
21 ran = simple_rand ();
22 n_bits = (ran >> 1) % 16;
30 if (ran & 1)
H A Darith-rand.c15 long ran; local
21 ran = simple_rand ();
22 n_bits = (ran >> 1) % 16;
30 if (ran & 1)
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dnested.t15 Bail out! We ran out of foobar.
27 is $bailout->as_string, 'We ran out of foobar.',
29 is $bailout->raw, ' Bail out! We ran out of foobar.',
31 is $bailout->explanation, 'We ran out of foobar.',
H A Dbailout.t19 Bail out! We ran out of foobar.
110 is $bailout->as_string, 'We ran out of foobar.',
112 is $bailout->raw, 'Bail out! We ran out of foobar.',
114 is $bailout->explanation, 'We ran out of foobar.',
H A Dpremature-bailout.t26 Bail out! We ran out of foobar.
93 is $bailout->as_string, 'We ran out of foobar.',
97 is( $bailout->raw, 'Bail out! We ran out of foobar.',
102 is( $bailout->explanation, 'We ran out of foobar.',
/openbsd-current/games/sail/
H A Ddr_2.c152 int row, col, dir, total, ran; local
164 ran = range(ship, to);
165 total = -50 * ran;
166 if (ran < 4 && gunsbear(ship, to))
168 if ((ran = portside(ship, to, 1) - fp->dir) == 4 || ran == -4)
/openbsd-current/games/adventure/
H A Dwizard.c124 ran(int range) function
H A Dextern.h125 int ran(int);
H A Dsubr.c128 if (ran(100) < n)
162 j = 1 + ran(5);
193 j = 1 + ran(j);
246 if (ran(1000) < 95 * (dflag - 2))
865 if (ran(3) == 0 || saved != -1) {
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
H A Dbasic.t35 $tb->$diag("We ran $_");
52 # We ran 1
54 # We ran 2
56 # We ran 3
73 $tb->$diag("We ran $_");
96 # We ran 1
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/t/
H A Dtestutil.pl81 my $ran = $test - 1;
83 if (defined $planned && $planned != $ran) {
85 "# Looks like you planned $planned tests but ran $ran.\n";
87 _print "1..$ran\n";
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h293 DescriptorMapUpdateResult(bool ran, bool retry, uint32_t found) { argument
294 m_update_ran = ran;
/openbsd-current/gnu/usr.bin/perl/lib/
H A DBenchmark.t288 cmp_ok($end - $start, '>', 1, "benchmarked code ran for over 1 second");
377 cmp_ok($end-$start, '>', 0.1, "benchmarked code ran for over 0.1 seconds");
491 "benchmarked code ran for over 0.05 seconds");
515 "benchmarked code ran for over 0.05 seconds");
H A Dperl5db.pl7008 is STDOUT from the I<commands> we ran) to get the TTY we want to use.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/
H A DHarness.pm448 max Number of individual tests ran
453 files Number of test files ran
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dmagic.t270 $::NO_ENDING = 1; # silence "Looks like you only ran..."
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dtest-dist-modules.pl375 my $ran = $test - 1;
377 if (defined $planned && $planned != $ran) {
379 "# Looks like you planned $planned tests but ran $ran.\n";
381 _print "1..$ran\n";
H A Dbisect-runner.pl1116 appeared. But when we ran that code against what was then the HEAD of blead
2478 ????|????????) echo "(The test program ran ok.)";;
/openbsd-current/gnu/usr.bin/perl/t/
H A Dtest.pl79 my $ran = $test - 1;
81 if (defined $planned && $planned != $ran) {
83 "# Looks like you planned $planned tests but ran $ran.\n";
85 _print "1..$ran\n";
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm533 Bail out! We ran out of foobar!
1058 Once the parser is done, this will return the exit status. If the parser ran
1065 Once the parser is done, this will return the wait status. If the parser ran
1505 my $ran = $self->tests_run;
1507 "Bad plan. You planned $planned tests but ran $ran.");
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm307 Looks like you planned $plan test$s but ran $count.
1684 # But if the tests ran, handle exit code.
1728 Looks like you planned $plan test$s but ran $count.
H A DMore.pm234 you ran doesn't matter, just the fact that your tests ran to
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm798 The number of seconds the program ran for before being terminated, or 0 if no timeout occurred.
1171 $err_msg .= "ran more than [$o->{'timeout'}] seconds\n";
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm2225 C<extract_bracketed>, C<extract_quotelike> or C<extract_codeblock> ran

Completed in 530 milliseconds