Home
last modified time | relevance | path

Searched refs:ran (Results 1 – 25 of 6145) sorted by relevance

12345678910>>...246

/dports/math/abs/abs-src-0.908/Database/
H A Drange.c64 Range *ran; local
132 ran->plage[i].r2, ran->plage[i].c2);
183 ran->plage[i].r2 = ran->plage[i].r1;
184 ran->plage[i].c2 = ran->plage[i].c1;
200 ran->plage[i].r2 = ran->plage[i].r1;
201 ran->plage[i].c2 = ran->plage[i].c1;
205 if (ran->plage[i].r1 > ran->plage[i].r2)
208 ran->plage[i].r1 = ran->plage[i].r2;
211 if (ran->plage[i].c1 > ran->plage[i].c2)
214 ran->plage[i].c1 = ran->plage[i].c2;
[all …]
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdavl.c37 #define RD_AVL_NODE_HEIGHT(ran) ((ran) ? (ran)->ran_height : 0) argument
39 #define RD_AVL_NODE_DELTA(ran) \ argument
56 n = ran->ran_p[odir]; in rd_avl_rotate()
83 ran->ran_height = 0; in rd_avl_balance_node()
85 if ((h = RD_AVL_NODE_HEIGHT(ran->ran_p[RD_AVL_LEFT])) > ran->ran_height) in rd_avl_balance_node()
88 if ((h = RD_AVL_NODE_HEIGHT(ran->ran_p[RD_AVL_RIGHT])) >ran->ran_height) in rd_avl_balance_node()
91 ran->ran_height++; in rd_avl_balance_node()
93 return ran; in rd_avl_balance_node()
104 return ran; in rd_avl_insert_node()
112 return ran; in rd_avl_insert_node()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdavl.c37 #define RD_AVL_NODE_HEIGHT(ran) ((ran) ? (ran)->ran_height : 0) argument
39 #define RD_AVL_NODE_DELTA(ran) \ argument
56 n = ran->ran_p[odir]; in rd_avl_rotate()
83 ran->ran_height = 0; in rd_avl_balance_node()
85 if ((h = RD_AVL_NODE_HEIGHT(ran->ran_p[RD_AVL_LEFT])) > ran->ran_height) in rd_avl_balance_node()
88 if ((h = RD_AVL_NODE_HEIGHT(ran->ran_p[RD_AVL_RIGHT])) >ran->ran_height) in rd_avl_balance_node()
91 ran->ran_height++; in rd_avl_balance_node()
93 return ran; in rd_avl_balance_node()
104 return ran; in rd_avl_insert_node()
112 return ran; in rd_avl_insert_node()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdavl.c37 #define RD_AVL_NODE_HEIGHT(ran) ((ran) ? (ran)->ran_height : 0)
39 #define RD_AVL_NODE_DELTA(ran) \
56 n = ran->ran_p[odir];
83 ran->ran_height = 0;
85 if ((h = RD_AVL_NODE_HEIGHT(ran->ran_p[RD_AVL_LEFT])) > ran->ran_height)
88 if ((h = RD_AVL_NODE_HEIGHT(ran->ran_p[RD_AVL_RIGHT])) >ran->ran_height)
91 ran->ran_height++;
93 return ran;
104 return ran;
112 return ran;
[all …]
/dports/audio/snd/snd-21.2/sndins/samples/
H A Dfmviolin.fth305 vln-one-sin-ran
311 vln-one-sin-ran
317 vln-one-sin-ran
323 vln-one-sin-ran
728 vln-one-sin-ran
734 vln-one-sin-ran
740 vln-one-sin-ran
746 vln-one-sin-ran
752 vln-one-sin-ran
758 vln-one-sin-ran
[all …]
/dports/devel/p5-Devel-Declare-Parser/Devel-Declare-Parser-0.020/t/
H A DSublike.t14 our $ran;
17 is( $ran, 1, "ran enclosed" );
20 $ran++;
23 is( $ran, 2, "ran multiline block no semicolon" );
26 $ran++;
31 test a { $ran++; is( $_[0], 'a', "got name" ); };
34 test a { $ran++; is( $_[0], 'a', "got name" ); }
38 $ran++;
44 $ran++;
50 $ran++;
[all …]
H A DMethod.t14 our $ran = 1;
17 $ran++;
20 is( $ran, 2, "ran multiline block no semicolon" );
23 $ran++;
26 is( $ran, 3, "ran multiline block with semicolon" );
35 $ran++;
41 $ran++;
47 $ran++;
50 is( $ran, 8, "ran with no name" );
53 $ran++;
[all …]
H A DCodeblock.t23 our $ran;
25 test( sub { $ran++ });
26 ok( $ran, "ran enclosed" );
28 test { $ran++ }
32 test { $ran++ };
40 $ran++
52 sub { $ran++ }
54 is( $ran, 5, "ran enclosed" );
58 $ran++
61 is( $ran, 6, "ran enclosed" );
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/deferred/
H A DMWCallableUpdateTest.php9 $ran = 0;
11 $ran++;
13 $this->assertSame( 0, $ran );
15 $this->assertSame( 1, $ran );
22 $ran = 0;
24 $ran++;
33 $this->assertSame( 0, $ran );
42 $ran = 0;
44 $ran++;
65 $ran = 0;
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/deferred/
H A DMWCallableUpdateTest.php9 $ran = 0;
11 $ran++;
13 $this->assertSame( 0, $ran );
15 $this->assertSame( 1, $ran );
22 $ran = 0;
24 $ran++;
33 $this->assertSame( 0, $ran );
42 $ran = 0;
44 $ran++;
65 $ran = 0;
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/unit/includes/deferred/
H A DMWCallableUpdateTest.php9 $ran = 0;
11 $ran++;
13 $this->assertSame( 0, $ran );
15 $this->assertSame( 1, $ran );
22 $ran = 0;
24 $ran++;
33 $this->assertSame( 0, $ran );
42 $ran = 0;
44 $ran++;
65 $ran = 0;
[all …]
/dports/devel/p5-Moo/Moo-2.005004/t/
H A Dbuildall-subconstructor.t6 my @ran;
27 sub BUILD { push @ran, 'Odd1' }
50 ran => [qw( Foo )],
53 ran => [qw( Foo Bar )],
56 ran => [qw( Foo Bar )],
66 ran => [qw( Odd1 )],
69 ran => [qw( Odd1 )],
76 ran => [],
79 ran => [qw( sub2 )],
86 is_deeply(\@ran, $conf->{ran}, 'BUILDs ran in order');
[all …]
H A Dbuildall.t6 my @ran;
27 sub BUILD { push @ran, 'Odd1' }
35 sub BUILD { push @ran, 'Odd3' }
51 is_deeply(\@ran, [ qw(Foo Bar Quux) ], 'BUILDs ran in order');
53 @ran = ();
58 is_deeply(\@ran, [ qw(Foo Bar Quux Fleem1 Fleem2) ], 'BUILDs ran in order');
60 @ran = ();
65 is_deeply(\@ran, [ qw(Odd1 Odd3) ], 'BUILDs ran in order');
67 @ran = ();
72 is_deeply(\@ran, [ qw(sub2) ], 'BUILD ran');
[all …]
/dports/math/cln/cln-1.3.6/src/integer/random/
H A Dcl_I_trandom.cc21 var bool negative = (ran & 1); in testrandom_I()
22 var bool algo = ((ran>>1) & 1); in testrandom_I()
23 ran = ran >> 2; in testrandom_I()
24 ran = ran & ((1<<8)-1); in testrandom_I()
26 (ran == 0 ? 0 : in testrandom_I()
27 ran <= 80 ? 1 : in testrandom_I()
28 ran <= 128 ? 2 : in testrandom_I()
29 ran <= 158 ? 3 : in testrandom_I()
30 ran <= 172 ? 4 : in testrandom_I()
31 ran <= 200 ? (ran-153)/4 : // 5..11 in testrandom_I()
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Simple/t/Test2/modules/Hub/
H A DSubtest.t39 my $ran = 0;
60 def is => ($ran, 1, "ran the mocked process");
73 def is => ($ran, 1, "ran the mocked process");
85 $ran = 0;
87 $ran++;
89 $ran++;
93 $ran = 0;
95 $ran++;
97 $ran++;
104 $ran = 0;
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Simple/t/Test2/modules/Hub/
H A DSubtest.t39 my $ran = 0;
60 def is => ($ran, 1, "ran the mocked process");
73 def is => ($ran, 1, "ran the mocked process");
85 $ran = 0;
87 $ran++;
89 $ran++;
93 $ran = 0;
95 $ran++;
97 $ran++;
104 $ran = 0;
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Simple/t/Test2/modules/Hub/
H A DSubtest.t39 my $ran = 0;
60 def is => ($ran, 1, "ran the mocked process");
73 def is => ($ran, 1, "ran the mocked process");
85 $ran = 0;
87 $ran++;
89 $ran++;
93 $ran = 0;
95 $ran++;
97 $ran++;
104 $ran = 0;
[all …]
/dports/devel/p5-Test-Simple/Test-Simple-1.302188/t/Test2/modules/Hub/
H A DSubtest.t39 my $ran = 0;
60 def is => ($ran, 1, "ran the mocked process");
73 def is => ($ran, 1, "ran the mocked process");
85 $ran = 0;
87 $ran++;
89 $ran++;
93 $ran = 0;
95 $ran++;
97 $ran++;
104 $ran = 0;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Simple/t/Test2/modules/Hub/
H A DSubtest.t39 my $ran = 0;
60 def is => ($ran, 1, "ran the mocked process");
73 def is => ($ran, 1, "ran the mocked process");
85 $ran = 0;
87 $ran++;
89 $ran++;
93 $ran = 0;
95 $ran++;
97 $ran++;
104 $ran = 0;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/testing/
H A Dpanic_test.go50 ran inner cleanup 1
52 ran outer cleanup
62 ran inner cleanup 1
64 ran outer cleanup
72 ran inner cleanup 1
74 ran outer cleanup
86 ran outer cleanup
98 ran outer cleanup
110 ran outer cleanup
120 ran outer cleanup
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/testing/
H A Dpanic_test.go50 ran inner cleanup 1
52 ran outer cleanup
62 ran inner cleanup 1
64 ran outer cleanup
72 ran inner cleanup 1
74 ran outer cleanup
86 ran outer cleanup
98 ran outer cleanup
110 ran outer cleanup
120 ran outer cleanup
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/testing/
H A Dpanic_test.go50 ran inner cleanup 1
52 ran outer cleanup
62 ran inner cleanup 1
64 ran outer cleanup
72 ran inner cleanup 1
74 ran outer cleanup
86 ran outer cleanup
98 ran outer cleanup
110 ran outer cleanup
120 ran outer cleanup
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/testing/
H A Dpanic_test.go50 ran inner cleanup 1
52 ran outer cleanup
62 ran inner cleanup 1
64 ran outer cleanup
72 ran inner cleanup 1
74 ran outer cleanup
86 ran outer cleanup
98 ran outer cleanup
110 ran outer cleanup
120 ran outer cleanup
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/testing/
H A Dpanic_test.go50 ran inner cleanup 1
52 ran outer cleanup
62 ran inner cleanup 1
64 ran outer cleanup
72 ran inner cleanup 1
74 ran outer cleanup
86 ran outer cleanup
98 ran outer cleanup
110 ran outer cleanup
120 ran outer cleanup
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/testing/
H A Dpanic_test.go50 ran inner cleanup 1
52 ran outer cleanup
62 ran inner cleanup 1
64 ran outer cleanup
72 ran inner cleanup 1
74 ran outer cleanup
86 ran outer cleanup
98 ran outer cleanup
110 ran outer cleanup
120 ran outer cleanup
[all …]

12345678910>>...246