Searched refs:fib (Results 1 – 25 of 95) sorted by relevance
1234
/openbsd/gnu/usr.bin/perl/cpan/Memoize/t/ |
H A D | correctness.t | 8 while (@$fib < 23) { 9 push @$fib, $$fib[-1] + $$fib[-2]; 16 sub fib { 20 fib($n-1) + fib($n-2); 23 my @s1 = map 0+fib($_), 0 .. $#$fib; 24 is_deeply \@s1, $fib, 'unmemoized Fibonacci works'; 28 memoize 'fib'; 30 my @f1 = map 0+fib($_), 0 .. $#$fib; 31 my @f2 = map 0+fib($_), 0 .. $#$fib; 32 is_deeply \@f1, $fib, 'memoized Fibonacci works'; [all …]
|
/openbsd/gnu/usr.bin/cvs/vms/ |
H A D | vmsmunch.c | 216 Fib.fib$r_fid_overlay.fib$w_fid[i]=Nam.nam$w_fid[i]; 218 Fib.fib$w_fid[i]=Nam.nam$w_fid[i]; 222 Fib.fib$r_did_overlay.fib$w_did[i]=Nam.nam$w_did[i]; 224 Fib.fib$w_did[i]=Nam.nam$w_did[i]; 289 Fib.fib$r_acctl_overlay.fib$l_acctl = FIB$M_NORECORD; 291 Fib.fib$l_acctl = FIB$M_NORECORD; 295 Fib.fib$r_fid_overlay.fib$w_fid[i]=Nam.nam$w_fid[i]; 297 Fib.fib$w_fid[i]=Nam.nam$w_fid[i]; 301 Fib.fib$r_did_overlay.fib$w_did[i]=Nam.nam$w_did[i]; 303 Fib.fib$w_did[i]=Nam.nam$w_did[i];
|
/openbsd/sys/dev/ic/ |
H A D | aac.c | 311 struct aac_fib *fib; in aac_startup() local 550 struct aac_fib *fib; in aac_command_thread() local 597 AAC_PRINT_FIB(sc, fib); in aac_command_thread() 632 fib); in aac_command_thread() 652 struct aac_fib *fib; in aac_complete() local 661 &fib)) in aac_complete() 697 struct aac_fib *fib; in aac_bio_command() local 709 fib = cm->cm_fib; in aac_bio_command() 711 fib->Header.XferState = in aac_bio_command() 2323 struct aac_fib *fib; in aac_describe_controller() local [all …]
|
/openbsd/regress/usr.sbin/bgpd/config/ |
H A D | bgpd.conf.5.ok | 12 fib-update yes 17 fib-update yes 22 fib-update yes 30 fib-update no 35 rde rib Loc-RIB rtable 0 fib-update yes
|
/openbsd/gnu/usr.bin/perl/t/cmd/ |
H A D | subval.t | 53 sub fib { 61 $foo = &fib($arg-1) + &fib($arg-2); 71 if (&fib($i) == $good[$i]) {
|
/openbsd/gnu/usr.bin/perl/ext/B/t/ |
H A D | showlex.t | 85 $fib[$i] = $fib[$i-2] + $fib[$i-1];
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | Benchmark.t | 18 sub fib { 21 fib($n-1) + fib($n-2); 146 my $coderef = sub {$baz += fib($ballast)}; 282 $got = timethis(-2, sub {$foo+= fib($ballast)}, $title, 'none'); 358 my $code_to_test = { Foo => sub {$foo+=fib($ballast-2)}, 359 Bar => sub {$bar+=fib($ballast)}};
|
/openbsd/regress/usr.sbin/bgpd/integrationtests/ |
H A D | bgpd.as0.conf | 3 fib-update no
|
H A D | bgpd.med.conf | 3 fib-update no
|
H A D | bgpd.attr.conf | 3 fib-update no
|
H A D | bgpd.md5.rdomain1.conf | 3 fib-update no
|
H A D | bgpd.md5.rdomain2.conf | 3 fib-update no
|
H A D | lladdr.sh | 94 route -T11 exec bgpctl show fib | grep -v 'link#' | tee -a lladdr.rdomain1.out 99 route -T12 exec bgpctl show fib | grep -v 'link#' | tee -a lladdr.rdomain2.out
|
H A D | bgpd.maxprefix.rdomain1.conf | 3 fib-update no
|
H A D | bgpd.network_statement.rdomain1.conf | 3 fib-update no
|
H A D | bgpd.maxprefixout.rdomain2.conf | 3 fib-update no
|
H A D | bgpd.maxprefix.rdomain2.conf | 3 fib-update no
|
H A D | bgpd.maxprefixout.rdomain1.conf | 3 fib-update no
|
H A D | bgpd.ixp.rdomain2_1.conf | 4 fib-update no
|
H A D | bgpd.pftable.rdomain1.conf | 3 fib-update no
|
H A D | bgpd.ixp.rdomain2_4.conf | 4 fib-update no
|
H A D | bgpd.ovs.rdomain1.conf | 3 fib-update no
|
H A D | bgpd.ovs.rdomain2.conf | 3 fib-update no
|
H A D | bgpd.pftable.rdomain2_1.conf | 3 fib-update no
|
/openbsd/regress/usr.sbin/ospf6d/ |
H A D | ospf6d.network_statement.rdomain1.conf | 4 fib-priority 62
|
1234