Home
last modified time | relevance | path

Searched refs:ccs (Results 1 – 25 of 3782) sorted by relevance

12345678910>>...152

/dports/lang/ghc/ghc-8.10.7/rts/
H A DProfiling.c219 actualPush_(CCS_MAIN,ccs->cc,ccs); in refreshProfilingCCSs()
220 ccs->root = ccs; in refreshProfilingCCSs()
611 ccs = ccs->prevStack; in checkLoop()
781 ccs->inherited_ticks += ccs->time_ticks; in inheritCosts()
782 ccs->inherited_alloc += ccs->mem_alloc; in inheritCosts()
799 ccs->cc->mem_alloc += ccs->mem_alloc; in aggregateCCCosts()
800 ccs->cc->time_ticks += ccs->time_ticks; in aggregateCCCosts()
835 || ( ccs->scc_count || ccs->time_ticks || ccs->mem_alloc ) in pruneCCSTree()
904 for (; ccs && ccs != CCS_MAIN; ccs = ccs->prevStack ) { in fprintCCS()
923 ccs->cc->module, ccs->cc->label); in fprintCallStack()
[all …]
/dports/lang/ghc/ghc-8.10.7/docs/stg-spec/
H A DCostSem.ott35 | ccs' /= ccs :: :: Gccsneq
60 ccs, G : lit >-{}-> G : lit, ccs
64 ccs, G : x nil >-{}-> G : x, ccs
76 ccs ^ ccs0, G : e >-t-> D : z, ccs'
80 ccs, G : e >-t-> D : z, ccs'
92 ccs, G : K </ ai // i /> >- { ccs |-> alloc K } -> G [ z |- ccs -> K </ ai // i /> ] : z, ccs
101 ccs, G [ y |- ccs -> cl ] : e [ x / y ] >- t -> D : z, ccs'
103 ccs, G : let x = cl in e >- { ccs |-> alloc cl } <> t -> D : z, ccs'
106 ccs, G [ y |- ccs -> K </ ai // i /> ] : e [ x / y ] >- t -> D : z, ccs'
115 ccs, G : e >- t -> D : x , ccs'
[all …]
/dports/japanese/p5-Encode-ISO2022/Encode-ISO2022-0.04/lib/Encode/
H A DISO2022.pm39 my @ccs;
49 push @ccs, { %$ccs, encoding => $encoding };
219 foreach my $ccs (@ccs) {
222 $ccs->{range} ? $ccs->{range} : $ccs->{gr} ? '\xA0-\xFF' : undef;
417 my $g = $ccs->{g} || $ccs->{g_init};
437 } @ccs;
445 foreach my $ccs (@ccs) {
447 unless ($ccs->{ls} or $ccs->{ss}) {
488 my $g = $ccs->{g} || $ccs->{g_init};
490 my @ccs;
[all …]
/dports/biology/jalview/jalview/test/jalview/renderer/
H A DResidueShaderTest.java50 ccs.setThreshold(0, true); in testAboveThreshold()
51 assertTrue(ccs.aboveThreshold('a', 0)); in testAboveThreshold()
52 assertTrue(ccs.aboveThreshold('S', 0)); in testAboveThreshold()
53 assertTrue(ccs.aboveThreshold('W', 0)); in testAboveThreshold()
54 assertTrue(ccs.aboveThreshold('R', 1)); in testAboveThreshold()
62 ccs.setThreshold(60, false); in testAboveThreshold()
72 ccs.setThreshold(60, true); in testAboveThreshold()
105 ccs.setConservation(cons); in testApplyConservation()
116 ccs.setConservationInc(100); in testApplyConservation()
134 ccs.setConservationInc(0); in testApplyConservation()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/tests/
H A Drectclustershapecontainment.cpp5 CompoundConstraints ccs; in main() local
503 ccs.push_back(alignment140664475503328); in main()
511 ccs.push_back(alignment140664481097440); in main()
518 ccs.push_back(alignment140664483416688); in main()
525 ccs.push_back(alignment140664481096784); in main()
531 ccs.push_back(alignment140664475503952); in main()
538 ccs.push_back(alignment140664475504304); in main()
543 ccs.push_back(alignment140664475504496); in main()
550 ccs.push_back(alignment140664475504720); in main()
555 ccs.push_back(alignment140664483418000); in main()
[all …]
H A DStillOverlap02.cpp5 CompoundConstraints ccs; in main() local
520 ccs.push_back(alignment1114387328); in main()
525 ccs.push_back(alignment1103856272); in main()
530 ccs.push_back(alignment1102536224); in main()
534 ccs.push_back(alignment1113412976); in main()
538 ccs.push_back(alignment1103859296); in main()
542 ccs.push_back(alignment1108560576); in main()
546 ccs.push_back(alignment1102536400); in main()
550 ccs.push_back(alignment1102857472); in main()
554 ccs.push_back(alignment1103856000); in main()
[all …]
H A DrectangularClusters01.cpp6 CompoundConstraints ccs; in main() local
494 ccs.push_back(separation479625808); in main()
497 ccs.push_back(separation479626000); in main()
500 ccs.push_back(separation479625936); in main()
503 ccs.push_back(separation479626128); in main()
506 ccs.push_back(separation479626064); in main()
509 ccs.push_back(separation479626256); in main()
512 ccs.push_back(separation479626192); in main()
515 ccs.push_back(separation479626384); in main()
518 ccs.push_back(separation479626320); in main()
[all …]
H A DStillOverlap01.cpp5 CompoundConstraints ccs; in main() local
65 ccs.push_back(alignment140600592030544); in main()
69 ccs.push_back(alignment140600592030848); in main()
73 ccs.push_back(alignment140600592031040); in main()
77 ccs.push_back(alignment140600592031168); in main()
81 ccs.push_back(alignment140600592031296); in main()
85 ccs.push_back(alignment140600592031456); in main()
89 ccs.push_back(alignment140600592031616); in main()
93 ccs.push_back(alignment140600592031776); in main()
97 ccs.push_back(alignment140600592031936); in main()
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/libwc/
H A Dwtf.c199 cc.ccs = ccs; in wtf_push()
202 if ((ccs == WC_CCS_JOHAB || ccs == WC_CCS_JOHAB_1 || in wtf_push()
203 ccs == WC_CCS_JOHAB_2 || ccs == WC_CCS_JOHAB_3) && in wtf_push()
319 switch (cc.ccs) { in wtf_push()
396 cc.ccs = WC_CCS_US_ASCII; in wtf_parse1()
399 cc.ccs = wtf_gr_ccs; in wtf_parse1()
464 switch (cc.ccs) { in wtf_parse1()
508 if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_CP1258_1) && in wtf_parse()
516 } else if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_TCVN_5712_1) && in wtf_parse()
526 else if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_ISO_8859_1 || in wtf_parse()
[all …]
/dports/japanese/w3m/w3m-2b59b9e/libwc/
H A Dwtf.c199 cc.ccs = ccs; in wtf_push()
202 if ((ccs == WC_CCS_JOHAB || ccs == WC_CCS_JOHAB_1 || in wtf_push()
203 ccs == WC_CCS_JOHAB_2 || ccs == WC_CCS_JOHAB_3) && in wtf_push()
319 switch (cc.ccs) { in wtf_push()
396 cc.ccs = WC_CCS_US_ASCII; in wtf_parse1()
399 cc.ccs = wtf_gr_ccs; in wtf_parse1()
464 switch (cc.ccs) { in wtf_parse1()
508 if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_CP1258_1) && in wtf_parse()
516 } else if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_TCVN_5712_1) && in wtf_parse()
526 else if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_ISO_8859_1 || in wtf_parse()
[all …]
/dports/www/w3m/w3m-2b59b9e/libwc/
H A Dwtf.c199 cc.ccs = ccs; in wtf_push()
202 if ((ccs == WC_CCS_JOHAB || ccs == WC_CCS_JOHAB_1 || in wtf_push()
203 ccs == WC_CCS_JOHAB_2 || ccs == WC_CCS_JOHAB_3) && in wtf_push()
319 switch (cc.ccs) { in wtf_push()
396 cc.ccs = WC_CCS_US_ASCII; in wtf_parse1()
399 cc.ccs = wtf_gr_ccs; in wtf_parse1()
464 switch (cc.ccs) { in wtf_parse1()
508 if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_CP1258_1) && in wtf_parse()
516 } else if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_TCVN_5712_1) && in wtf_parse()
526 else if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_ISO_8859_1 || in wtf_parse()
[all …]
/dports/www/w3m-img/w3m-2b59b9e/libwc/
H A Dwtf.c199 cc.ccs = ccs; in wtf_push()
202 if ((ccs == WC_CCS_JOHAB || ccs == WC_CCS_JOHAB_1 || in wtf_push()
203 ccs == WC_CCS_JOHAB_2 || ccs == WC_CCS_JOHAB_3) && in wtf_push()
319 switch (cc.ccs) { in wtf_push()
396 cc.ccs = WC_CCS_US_ASCII; in wtf_parse1()
399 cc.ccs = wtf_gr_ccs; in wtf_parse1()
464 switch (cc.ccs) { in wtf_parse1()
508 if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_CP1258_1) && in wtf_parse()
516 } else if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_TCVN_5712_1) && in wtf_parse()
526 else if ((cc.ccs == WC_CCS_US_ASCII || cc.ccs == WC_CCS_ISO_8859_1 || in wtf_parse()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_alien_interest.cpp40 ccs.lastInterestIncreaseDelay = 0; in INT_ResetAlienInterest()
41 ccs.lastMissionSpawnedDelay = 0; in INT_ResetAlienInterest()
42 ccs.overallInterest = ccs.curCampaign->initialInterest; in INT_ResetAlienInterest()
45 ccs.interest[i] = 0; in INT_ResetAlienInterest()
46 ccs.interest[INTERESTCATEGORY_RECON] = ccs.curCampaign->initialInterest; in INT_ResetAlienInterest()
64 const int diff = ccs.overallInterest - ccs.interest[category]; in INT_ChangeIndividualInterest()
75 ccs.interest[category] = ccs.overallInterest + (int) (slowerIncreaseFraction * (gain - diff)); in INT_ChangeIndividualInterest()
81 ccs.interest[category] += (int) (interestFactor * ccs.interest[category]); in INT_ChangeIndividualInterest()
84 ccs.interest[category] = 0; in INT_ChangeIndividualInterest()
99 ccs.lastInterestIncreaseDelay++; in INT_IncreaseAlienInterest()
[all …]
H A Dcp_statistics.cpp39 const campaign_t* campaign = ccs.curCampaign; in CP_StatsUpdate_f()
48 …rintf(pos, MAX_STATS_BUFFER, _("Won:\t%i\nLost:\t%i\n\n"), ccs.campaignStats.missionsWon, ccs.camp… in CP_StatsUpdate_f()
54 ccs.campaignStats.basesBuilt, B_GetCount(), ccs.campaignStats.basesAttacked), in CP_StatsUpdate_f()
68 for (int i = 0; i < ccs.numNations; i++) { in CP_StatsUpdate_f()
125 if (ccs.credits < 0) { in CP_StatsUpdate_f()
126 const float interest = ccs.credits * campaign->salaries.debtInterest; in CP_StatsUpdate_f()
159 cgi->XML_AddIntValue(stats, SAVE_STATS_MISSIONS, ccs.campaignStats.missions); in STATS_SaveXML()
162 cgi->XML_AddIntValue(stats, SAVE_STATS_BASESBUILT, ccs.campaignStats.basesBuilt); in STATS_SaveXML()
198 ccs.campaignStats.missions = cgi->XML_GetInt(stats, SAVE_STATS_MISSIONS, 0); in STATS_LoadXML()
201 ccs.campaignStats.basesBuilt = cgi->XML_GetInt(stats, SAVE_STATS_BASESBUILT, 0); in STATS_LoadXML()
[all …]
/dports/editors/asedit/asedit-1.3.2/
H A Dexec_cmd.c544 if(ccs->out.fd >=0 || ccs->err.fd >= 0 || ccs->in.fd >= 0) return;
645 XmTextReplace(win->edit_text, ccs->left, ccs->right, ccs->out.txt);
662 ccs->left = ccs->right = (XmTextPosition) 0;
671 if(ccs->out.len > 0) showNewTextDialog(win, ccs->out.txt, ccs->dlgTitle);
693 if(ccs->in.txt) XtFree(ccs->in.txt);
694 if(ccs->out.txt) XtFree(ccs->out.txt);
695 if(ccs->err.txt) XtFree(ccs->err.txt);
698 if(ccs->dlgTitle) XtFree(ccs->dlgTitle);
1222 ccs->in.ccs = (void *)ccs;
1223 ccs->out.ccs = (void *)ccs;
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dcr_chains.go532 ccs.byOriginal[ptr] = chain
533 ccs.byMostRecent[ptr] = chain
685 err = ccs.addOp(ndr, co)
751 ccs.resOps = append(ccs.resOps, realOp)
953 ccs *crChains, err error) {
1026 toUnrefs := chain.collapse(ccs.createdOriginals, ccs.originals)
1046 return ccs, nil
1097 delete(ccs.byOriginal, ptr)
1222 ccs.makeObfuscator())
1272 ccs.makeObfuscator())
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeCommentStatementCollectionCas.cs44 private CodeCommentStatement ccs; field in MonoCasTests.System.CodeDom.CodeCommentStatementCollectionCas
50 ccs = new CodeCommentStatement (); in FixtureSetUp()
51 array = new CodeCommentStatement[1] { ccs }; in FixtureSetUp()
66 Assert.AreEqual (0, coll.Add (ccs), "Add"); in Constructor0_Deny_Unrestricted()
67 Assert.AreSame (ccs, coll[0], "this[int]"); in Constructor0_Deny_Unrestricted()
73 coll.Insert (0, ccs); in Constructor0_Deny_Unrestricted()
74 coll.Remove (ccs); in Constructor0_Deny_Unrestricted()
89 coll.Insert (0, ccs); in Constructor1_Deny_Unrestricted()
90 coll.Remove (ccs); in Constructor1_Deny_Unrestricted()
106 coll.Insert (0, ccs); in Constructor2_Deny_Unrestricted()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/pkgdefs/CSW/CSWsccs/
H A Dprototype5 s none bin/sccs=../ccs/bin/sccs
6 d none ccs 0755 root bin
7 d none ccs/lib 0755 root bin
11 d none ccs/lib/help 0755 root bin
33 d none ccs/bin 0755 root bin
39 f none ccs/bin/get 0755 root bin
41 f none ccs/bin/prs 0755 root bin
42 f none ccs/bin/prt 0755 root bin
44 l none ccs/bin/cdc=rmdel
50 l none ccs/bin/sact=unget
[all …]
/dports/devel/smake/schily-2021-09-18/pkgdefs/CSW/CSWsccs/
H A Dprototype5 s none bin/sccs=../ccs/bin/sccs
6 d none ccs 0755 root bin
7 d none ccs/lib 0755 root bin
11 d none ccs/lib/help 0755 root bin
33 d none ccs/bin 0755 root bin
39 f none ccs/bin/get 0755 root bin
41 f none ccs/bin/prs 0755 root bin
42 f none ccs/bin/prt 0755 root bin
44 l none ccs/bin/cdc=rmdel
50 l none ccs/bin/sact=unget
[all …]
/dports/devel/sccs/schily-2021-09-18/pkgdefs/CSW/CSWsccs/
H A Dprototype5 s none bin/sccs=../ccs/bin/sccs
6 d none ccs 0755 root bin
7 d none ccs/lib 0755 root bin
11 d none ccs/lib/help 0755 root bin
33 d none ccs/bin 0755 root bin
39 f none ccs/bin/get 0755 root bin
41 f none ccs/bin/prs 0755 root bin
42 f none ccs/bin/prt 0755 root bin
44 l none ccs/bin/cdc=rmdel
50 l none ccs/bin/sact=unget
[all …]
/dports/devel/schilybase/schily-2021-09-18/pkgdefs/CSW/CSWsccs/
H A Dprototype5 s none bin/sccs=../ccs/bin/sccs
6 d none ccs 0755 root bin
7 d none ccs/lib 0755 root bin
11 d none ccs/lib/help 0755 root bin
33 d none ccs/bin 0755 root bin
39 f none ccs/bin/get 0755 root bin
41 f none ccs/bin/prs 0755 root bin
42 f none ccs/bin/prt 0755 root bin
44 l none ccs/bin/cdc=rmdel
50 l none ccs/bin/sact=unget
[all …]
/dports/net/rscsi/schily-2021-09-18/pkgdefs/CSW/CSWsccs/
H A Dprototype5 s none bin/sccs=../ccs/bin/sccs
6 d none ccs 0755 root bin
7 d none ccs/lib 0755 root bin
11 d none ccs/lib/help 0755 root bin
33 d none ccs/bin 0755 root bin
39 f none ccs/bin/get 0755 root bin
41 f none ccs/bin/prs 0755 root bin
42 f none ccs/bin/prt 0755 root bin
44 l none ccs/bin/cdc=rmdel
50 l none ccs/bin/sact=unget
[all …]
/dports/archivers/star/schily-2021-09-18/pkgdefs/CSW/CSWsccs/
H A Dprototype5 s none bin/sccs=../ccs/bin/sccs
6 d none ccs 0755 root bin
7 d none ccs/lib 0755 root bin
11 d none ccs/lib/help 0755 root bin
33 d none ccs/bin 0755 root bin
39 f none ccs/bin/get 0755 root bin
41 f none ccs/bin/prs 0755 root bin
42 f none ccs/bin/prt 0755 root bin
44 l none ccs/bin/cdc=rmdel
50 l none ccs/bin/sact=unget
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/pkgdefs/CSW/CSWsccs/
H A Dprototype5 s none bin/sccs=../ccs/bin/sccs
6 d none ccs 0755 root bin
7 d none ccs/lib 0755 root bin
11 d none ccs/lib/help 0755 root bin
33 d none ccs/bin 0755 root bin
39 f none ccs/bin/get 0755 root bin
41 f none ccs/bin/prs 0755 root bin
42 f none ccs/bin/prt 0755 root bin
44 l none ccs/bin/cdc=rmdel
50 l none ccs/bin/sact=unget
[all …]
/dports/editors/ved/schily-2021-09-18/pkgdefs/CSW/CSWsccs/
H A Dprototype5 s none bin/sccs=../ccs/bin/sccs
6 d none ccs 0755 root bin
7 d none ccs/lib 0755 root bin
11 d none ccs/lib/help 0755 root bin
33 d none ccs/bin 0755 root bin
39 f none ccs/bin/get 0755 root bin
41 f none ccs/bin/prs 0755 root bin
42 f none ccs/bin/prt 0755 root bin
44 l none ccs/bin/cdc=rmdel
50 l none ccs/bin/sact=unget
[all …]

12345678910>>...152