Searched refs:scc (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Graph-0.94/util/
H A Dgrand.pl9 my @TEST = qw(apsp mstp mstk sptd sptb cc bcc scc);
18 my @DTEST = qw(scc);
106 } elsif ($OPT{test} eq 'scc') {
107 my @scc = $g->strongly_connected_components;
/macosx-10.10/CPANInternal-159.1/Graph-0.96/util/
H A Dgrand.pl9 my @TEST = qw(apsp mstp mstk sptd sptb cc bcc scc);
18 my @DTEST = qw(scc);
106 } elsif ($OPT{test} eq 'scc') {
107 my @scc = $g->strongly_connected_components;
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/txn/
H A DDBWriter.java42 DBWriter(Environment env, Database db, StoredClassCatalog scc, argument
48 dataBinding = new SerialBinding(scc, PayloadData.class);
54 DBWriter(Environment env, Database db, StoredClassCatalog scc) argument
59 dataBinding = new SerialBinding(scc, PayloadData.class);
/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c149 static char scc; /* scanner - count of remaining arguments */ variable
186 scc = argc;
214 if (scc < 1)
218 scc--;
666 if (scc < 1) {
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c1588 int scc; local
1593 scc = 0;
1596 if (scc == 0) {
1603 scc = ring_full_consecutive(&netiring);
1604 if (scc == 0) {
1610 c = *sbp++ & 0xff, scc--; count++;
1642 if (scc > 0) {
1649 sbp++, scc--; count++;
1654 sbp++, scc--; count++;
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dtelnet.c1657 int scc;
1662 scc = 0;
1665 if (scc == 0) {
1672 scc = ring_full_consecutive(&netiring);
1673 if (scc == 0) {
1679 c = *sbp++ & 0xff, scc--; count++;
1711 if (scc > 0) {
1718 sbp++, scc--; count++;
1723 sbp++, scc--; count++;
1652 int scc; local
/macosx-10.10/files-662.1.1/private/etc/
H A Dprotocols106 scc-sp 96 SCC-SP # Semaphore Communications Sec. Pro.
H A Dservices1479 scc-security 582/udp # SCC Security
1480 scc-security 582/tcp # SCC Security
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/
H A DGraph.pm2908 my $scc = _check_cache($g, $type,
2910 return defined $scc ? @$scc : ( );
2923 my @scc = $g->_strongly_connected_components( next_alphabetic => 1, @_ );
2924 for (my $i = 0; $i <= $#scc; $i++) {
2925 for (my $j = 0; $j <= $#{ $scc[$i] }; $j++) {
2926 return $i if $scc[$i]->[$j] eq $v;
2943 my @scc = $g->_strongly_connected_components( next_alphabetic => 1, @_ );
2947 for (my $i = 0; $i <= $#scc; $i++) {
2948 for (my $j = 0; $j <= $#{ $scc[
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/
H A DGraph.pm2917 my $scc = _check_cache($g, $type,
2919 return defined $scc ? @$scc : ( );
2932 my @scc = $g->_strongly_connected_components( next_alphabetic => 1, @_ );
2933 for (my $i = 0; $i <= $#scc; $i++) {
2934 for (my $j = 0; $j <= $#{ $scc[$i] }; $j++) {
2935 return $i if $scc[$i]->[$j] eq $v;
2952 my @scc = $g->_strongly_connected_components( next_alphabetic => 1, @_ );
2956 for (my $i = 0; $i <= $#scc; $i++) {
2957 for (my $j = 0; $j <= $#{ $scc[
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dasm68k.vim40 syn keyword asm68kReg cal val scc crp srp drp tc ac psr pcsr

Completed in 262 milliseconds