Home
last modified time | relevance | path

Searched refs:Total (Results 1 – 25 of 144) sorted by relevance

123456

/openbsd/gnu/usr.bin/perl/lib/unicore/extracted/
H A DDJoinGroup.txt28 # Total code points: 9
34 # Total code points: 1
46 # Total code points: 29
59 # Total code points: 27
66 # Total code points: 2
76 # Total code points: 15
84 # Total code points: 4
90 # Total code points: 1
105 # Total code points: 1
126 # Total code points: 3
[all …]
H A DDNumValues.txt38 # Total code points: 1
135 # Total code points: 2
142 # Total code points: 2
148 # Total code points: 1
154 # Total code points: 1
161 # Total code points: 2
167 # Total code points: 1
174 # Total code points: 2
180 # Total code points: 1
187 # Total code points: 2
[all …]
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DScriptExtensions.txt46 # Total code points: 1
60 # Total code points: 18
68 # Total code points: 4
78 # Total code points: 4
118 # Total code points: 1
126 # Total code points: 1
143 # Total code points: 1
152 # Total code points: 2
170 # Total code points: 2
184 # Total code points: 9
[all …]
H A DScripts.txt804 # Total code points: 96
937 # Total code points: 88
945 # Total code points: 50
1013 # Total code points: 96
1040 # Total code points: 80
1069 # Total code points: 91
1100 # Total code points: 91
1191 # Total code points: 91
1255 # Total code points: 86
1275 # Total code points: 83
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A DTimer.cpp218 if (Total.getUserTime()) in print()
220 if (Total.getSystemTime()) in print()
222 if (Total.getProcessTime()) in print()
228 if (Total.getMemUsed()) in print()
362 TimeRecord Total; in PrintQueuedTimers() local
364 Total += Record.Time; in PrintQueuedTimers()
379 Total.getProcessTime(), Total.getWallTime()); in PrintQueuedTimers()
382 if (Total.getUserTime()) in PrintQueuedTimers()
384 if (Total.getSystemTime()) in PrintQueuedTimers()
389 if (Total.getMemUsed()) in PrintQueuedTimers()
[all …]
H A DTimeProfiler.cpp210 for (const auto &Total : AllCountAndTotalPerName) in write() local
211 SortedTotals.emplace_back(std::string(Total.getKey()), Total.getValue()); in write()
220 for (const NameAndCountAndDurationType &Total : SortedTotals) { in write() local
221 auto DurUs = duration_cast<microseconds>(Total.second.second).count(); in write()
222 auto Count = AllCountAndTotalPerName[Total.first].first; in write()
230 J.attribute("name", "Total " + Total.first); in write()
H A DTarWriter.cpp75 int Total = Len + Twine(Len).str().size(); in formatPax() local
76 Total = Len + Twine(Total).str().size(); in formatPax()
77 return (Twine(Total) + " " + Key + "=" + Val + "\n").str(); in formatPax()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DFunctionSummary.cpp19 unsigned Total = 0; in getTotalNumBasicBlocks() local
21 Total += I.second.TotalBasicBlocks; in getTotalNumBasicBlocks()
22 return Total; in getTotalNumBasicBlocks()
26 unsigned Total = 0; in getTotalNumVisitedBasicBlocks() local
28 Total += I.second.VisitedBasicBlocks.count(); in getTotalNumVisitedBasicBlocks()
29 return Total; in getTotalNumVisitedBasicBlocks()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp143 uint64_t Total = 0; in countBodySamples() local
145 Total += I.second.getSamples(); in countBodySamples()
152 Total += countBodySamples(CalleeSamples, PSI); in countBodySamples()
155 return Total; in countBodySamples()
164 unsigned Total) const { in computeCoverage()
165 assert(Used <= Total && in computeCoverage()
167 return Total > 0 ? Used * 100 / Total : 100; in computeCoverage()
/openbsd/gnu/usr.bin/texinfo/util/
H A Dfix-info-dir47 Total="0"
250 Total=`expr "$Total" + "1"`
295 Total=`expr "$Total" + "1"`
304 Total=`expr "$Total" + "1"`
311 echo "$Total $DONE_MSG"
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DErrorHandling.h49 inline void emitWarningSummary(uint64_t Num, uint64_t Total, StringRef Msg) { in emitWarningSummary() argument
50 if (!Total || !Num) in emitWarningSummary()
52 WithColor::warning() << format("%.2f", static_cast<double>(Num) * 100 / Total) in emitWarningSummary()
53 << "%(" << Num << "/" << Total << ") " << Msg << "\n"; in emitWarningSummary()
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dfail-more.t64 my $Total = 38;
65 Test::More->import(tests => $Total);
528 # Looks like you failed $Total tests of $Total.
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h301 Total = 3, enumerator
309 Total = 3, enumerator
349 return NumIterators * static_cast<int>(RangeExprOffset::Total); in numTrailingObjects()
353 return NumIterators * static_cast<int>(RangeLocOffset::Total); in numTrailingObjects()
413 Begin, Begin + NumIterators * static_cast<int>(RangeExprOffset::Total)); in children()
419 Begin, Begin + NumIterators * static_cast<int>(RangeExprOffset::Total)); in children()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocScore.cpp92 RegAllocScore Total; in calculateRegAllocScore() local
118 Total += MBBScore; in calculateRegAllocScore()
120 return Total; in calculateRegAllocScore()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp129 RemWeight = Dist.Total; in DitheringDistributer()
147 uint64_t NewTotal = Total + Amount; in add()
150 bool IsOverflow = NewTotal < Total; in add()
155 Total = NewTotal; in add()
246 Total = 1; in normalize()
258 else if (Total > UINT32_MAX) in normalize()
259 Shift = 33 - countLeadingZeros(Total); in normalize()
265 assert(Total == std::accumulate(Weights.begin(), Weights.end(), UINT64_C(0), in normalize()
275 Total = 0; in normalize()
286 Total += W.Amount; in normalize()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp342 [&Columns, this](unsigned Hit, unsigned Total, float Pctg) { in emitFileSummary() argument
346 if (Total) in emitFileSummary()
350 RSO << '(' << Hit << '/' << Total << ')'; in emitFileSummary()
671 unsigned Total = R.ExecutionCount + R.FalseExecutionCount; in renderBranchView() local
673 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
674 TruePercent = ((double)(R.ExecutionCount) / (double)Total) * 100.0; in renderBranchView()
675 FalsePercent = ((double)(R.FalseExecutionCount) / (double)Total) * 100.0; in renderBranchView()
H A DSourceCoverageViewText.cpp235 unsigned Total = R.ExecutionCount + R.FalseExecutionCount; in renderBranchView() local
237 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
238 TruePercent = ((double)(R.ExecutionCount) / (double)Total) * 100.0; in renderBranchView()
239 FalsePercent = ((double)(R.FalseExecutionCount) / (double)Total) * 100.0; in renderBranchView()
/openbsd/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp94 unsigned Total = 0; in getFullDataSizeForType() local
100 Total = llvm::alignTo(Total, Align); in getFullDataSizeForType()
101 Total += TypeSizer().Visit(TyLoc); in getFullDataSizeForType()
104 Total = llvm::alignTo(Total, MaxAlign); in getFullDataSizeForType()
105 return Total; in getFullDataSizeForType()
/openbsd/gnu/gcc/gcc/config/mips/
H A Dt-vr43 # Total: 2 * 6 * 5 = 60 multilibs.
55 # Total: 2 * 1 * 2 = 2 multilibs.
70 # Total: 2 * 3 * 2 = 12 multilibs.
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-tli-checker.rst35 << Total TLI yes SDK no: 1
36 >> Total TLI no SDK yes: 1
37 == Total TLI yes SDK yes: 234
/openbsd/usr.sbin/ac/
H A Dac.c69 static time_t Total = 0; variable
176 Total += secs; in update_user()
192 Total += secs; in update_user()
488 show("total", Total); in ac()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dordered_set.bench.cpp70 size_t Total = TableSize * NumTables; in skip() local
71 return Total < 100 || Total > 1000000; in skip()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp25 enum class LVCompareItem { Scope, Symbol, Type, Line, Total }; enumerator
34 {LVCompareItem::Total, LVCompareEntry("Total", 0, 0, 0)}};
59 IterTotal = Results.find(LVCompareItem::Total); in zeroResults()
419 if (Entry.first == LVCompareItem::Total) in printSummary()
/openbsd/usr.bin/systat/
H A Dvmstat.c66 struct vmtotal Total; member
78 #define total s.Total
642 size = sizeof(si->Total); in getinfo()
643 if (sysctl(vmtotal_mib, 2, &si->Total, &size, NULL, 0) == -1) { in getinfo()
645 memset(&si->Total, 0, sizeof(si->Total)); in getinfo()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h938 unsigned Total = CoverageTracker.countBodyRecords(Samples, PSI);
939 unsigned Coverage = CoverageTracker.computeCoverage(Used, Total);
943 Twine(Used) + " of " + Twine(Total) + " available profile records (" +
951 uint64_t Total = CoverageTracker.countBodySamples(Samples, PSI);
952 unsigned Coverage = CoverageTracker.computeCoverage(Used, Total);
956 Twine(Used) + " of " + Twine(Total) + " available profile samples (" +

123456