Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp210 static void printVal(double Val, double Total, raw_ostream &OS) { in printVal() argument
211 if (Total < 1e-7) // Avoid dividing by zero. in printVal()
214 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total); in printVal()
217 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() argument
218 if (Total.getUserTime()) in print()
219 printVal(getUserTime(), Total.getUserTime(), OS); in print()
220 if (Total.getSystemTime()) in print()
221 printVal(getSystemTime(), Total.getSystemTime(), OS); in print()
222 if (Total.getProcessTime()) in print()
223 printVal(getProcessTime(), Total.getProcessTime(), OS); in print()
[all …]
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()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_01.out1 Item Total Sold In Stock On Order SKU
10 Total sold: 1412.0
15 Total sold: 85.0
20 Total sold: 0
25 Total sold: 4123.0
30 Total sold: 17.0
35 Total sold: 1321.0
H A Dtest_10.out1 Item Total Sold In Stock On Order SKU
10 Total sold: 1412.0
15 Total sold: 85.0
20 Total sold: 0
25 Total sold: 4123.0
30 Total sold: 17.0
35 Total sold: 1321.0
H A Dtest_02.out1 Item Total Sold In Stock On Order SKU
10 Total sold: 1412.0
15 Total sold: 85.0
20 Total sold: 0
25 Total sold: 4123.0
30 Total sold: 17.0
35 Total sold: 1321.0
H A Dtest_01.T.out11 Item Total Sold In Stock On Order SKU
20 Total sold: 1412.0
25 Total sold: 85.0
30 Total sold: 0
35 Total sold: 4123.0
40 Total sold: 17.0
45 Total sold: 1321.0
54 Item Total Sold In Stock On Order SKU
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/kyua/integration/
H A Dcmd_report_test.sh70 Total time: S.UUUs
82 Total time: S.UUUs
127 Total time: S.UUUs
156 Total time: S.UUUs
175 Total time: S.UUUs
185 Total time: S.UUUs
204 Total time: S.UUUs
278 Total time: S.UUUs
299 Total time: S.UUUs
317 Total time: S.UUUs
[all …]
/freebsd/contrib/tcsh/nls/greek/
H A Dset1916 14 Total space allocated from system: %d\n
19 17 Total space in mmapped regions: %d\n
20 18 Total allocated space: %d\n
21 19 Total non-inuse space: %d\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset1916 14 Total space allocated from system: %d\n
19 17 Total space in mmapped regions: %d\n
20 18 Total allocated space: %d\n
21 19 Total non-inuse space: %d\n
/freebsd/contrib/tcsh/nls/russian/
H A Dset1916 14 Total space allocated from system: %d\n
19 17 Total space in mmapped regions: %d\n
20 18 Total allocated space: %d\n
21 19 Total non-inuse space: %d\n
/freebsd/contrib/tcsh/nls/C/
H A Dset1916 14 Total space allocated from system: %d\n
19 17 Total space in mmapped regions: %d\n
20 18 Total allocated space: %d\n
21 19 Total non-inuse space: %d\n
/freebsd/contrib/tcsh/nls/et/
H A Dset1916 14 Total space allocated from system: %d\n
19 17 Total space in mmapped regions: %d\n
20 18 Total allocated space: %d\n
21 19 Total non-inuse space: %d\n
/freebsd/contrib/tcsh/nls/finnish/
H A Dset1916 14 Total space allocated from system: %d\n
19 17 Total space in mmapped regions: %d\n
20 18 Total allocated space: %d\n
21 19 Total non-inuse space: %d\n
/freebsd/contrib/tcsh/nls/french/
H A Dset1916 14 Total space allocated from system: %d\n
19 17 Total space in mmapped regions: %d\n
20 18 Total allocated space: %d\n
21 19 Total non-inuse space: %d\n
/freebsd/contrib/tcsh/nls/italian/
H A Dset1916 14 Total space allocated from system: %d\n
19 17 Total space in mmapped regions: %d\n
20 18 Total allocated space: %d\n
21 19 Total non-inuse space: %d\n
/freebsd/contrib/tcsh/nls/spanish/
H A Dset1916 14 Total space allocated from system: %d\n
19 17 Total space in mmapped regions: %d\n
20 18 Total allocated space: %d\n
21 19 Total non-inuse space: %d\n
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h177 Total = 3, enumerator
185 Total = 3, enumerator
225 return NumIterators * static_cast<int>(RangeExprOffset::Total); in numTrailingObjects()
229 return NumIterators * static_cast<int>(RangeLocOffset::Total); in numTrailingObjects()
289 Begin, Begin + NumIterators * static_cast<int>(RangeExprOffset::Total)); in children()
295 Begin, Begin + NumIterators * static_cast<int>(RangeExprOffset::Total)); in children()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslerror.c354 UINT32 Total) in AeDecodeErrorMessageId() argument
395 if (Total >= 256) in AeDecodeErrorMessageId()
465 UINT32 *Total) in AePrintErrorSourceLine() argument
562 if (*Total < 256) in AePrintErrorSourceLine()
572 else if (*Total == 256) in AePrintErrorSourceLine()
588 *Total += 1; in AePrintErrorSourceLine()
639 UINT32 Total = 0; in AePrintException() local
702 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException()
706 Status = AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total); in AePrintException()
720 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.cpp220 std::optional<int64_t> Total; in evaluateAsRelocatableImpl() local
239 if (!Total.has_value()) in evaluateAsRelocatableImpl()
240 Total = ArgRes.getConstant(); in evaluateAsRelocatableImpl()
241 Total = op(Kind, *Total, ArgRes.getConstant()); in evaluateAsRelocatableImpl()
244 Res = MCValue::get(*Total); in evaluateAsRelocatableImpl()
/freebsd/contrib/libxo/doc/
H A Dexample.rst60 xo_emit("{P: }{L:Total sold}: {n:sold/%u%s}\n",
82 xo_emit("{P: }{L:Total sold}: {n:sold/%u%s}\n",
106 Total sold: 1412.0
111 Total sold: 85.0
116 Total sold: 0
121 Total sold: 4123.0
126 Total sold: 17.0
131 Total sold: 1321.0
255 <div class="label">Total sold</div>
287 <div class="label">Total sold</div>
[all …]
/freebsd/usr.sbin/ac/
H A Dac.c84 static struct timeval Total = { 0, 0 }; variable
181 timeradd(&Total, &secs, &Total); in update_user()
201 timeradd(&Total, &secs, &Total); in update_user()
505 show("total", Total); in ac()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp91 RegAllocScore Total; in calculateRegAllocScore()
117 Total += MBBScore; in calculateRegAllocScore()
119 return Total; in calculateRegAllocScore()
92 RegAllocScore Total; calculateRegAllocScore() local
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt2714 Non-Debug Version: 143.1K Code, 60.0K Data, 203.1K Total
2715 Debug Version: 204.0K Code, 84.3K Data, 288.3K Total
2717 Non-Debug Version: 141.7K Code, 58.5K Data, 200.2K Total
2718 Debug Version: 207.5K Code, 82.7K Data, 290.2K Total
2820 Non-Debug Version: 141.7K Code, 58.5K Data, 200.2K Total
2821 Debug Version: 207.5K Code, 82.7K Data, 290.2K Total
2823 Non-Debug Version: 137.4K Code, 52.6K Data, 190.0K Total
2824 Debug Version: 201.5K Code, 82.2K Data, 283.7K Total
2961 Non-Debug Version: 141.5K Code, 58.5K Data, 200.0K Total
2962 Debug Version: 201.7K Code, 82.7K Data, 284.4K Total
[all …]

12345