Searched refs:Total (Results 1 - 25 of 37) sorted by relevance

12

/external/valgrind/drd/tests/
H A Dannotate_rwlock_hg.stderr.exp0 Total error count is below threshold.
/external/clang/lib/StaticAnalyzer/Core/
H A DFunctionSummary.cpp19 unsigned Total = 0; local
21 Total += I->second.TotalBasicBlocks;
23 return Total;
27 unsigned Total = 0; local
29 Total += I->second.VisitedBasicBlocks.count();
31 return Total;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DScriptAndLanguages12 Total Script=166
13 Total Language=71
/external/llvm/lib/Support/
H A DTimer.cpp159 static void printVal(double Val, double Total, raw_ostream &OS) { argument
160 if (Total < 1e-7) // Avoid dividing by zero.
163 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total);
166 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { argument
167 if (Total.getUserTime())
168 printVal(getUserTime(), Total.getUserTime(), OS);
169 if (Total.getSystemTime())
170 printVal(getSystemTime(), Total.getSystemTime(), OS);
171 if (Total.getProcessTime())
172 printVal(getProcessTime(), Total
308 TimeRecord Total; local
[all...]
/external/doclava/res/assets/templates/
H A Dtodo.cs37 <tr><th>Total Comments</th><td><?cs var:all.totalCount ?></td></tr>
47 <th>Total</th>
67 <th>Total</th>
84 Total: <?cs var:cl.totalCount ?><br/>
/external/skia/tools/lua/
H A Dagg_dash.lua22 io.write("Total dashed effects is: ", dashCount, "\n")
H A Dscrape_dashing_full.lua129 io.write("Total dashed effects is: ", dashCount, "\n");
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dll.stdout.exp15 Two 3200MHz Intel(R) Xeon(TM) Processors, 2048M RAM, 6934.38 Bogomips Total
/external/valgrind/exp-bbv/tests/arm-linux/
H A Dll.stdout.exp15 One Feroceon Processor, 512M RAM, 1192.75 Bogomips Total
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dll.stdout.exp15 One 600.000000MHz PPC 745/755, 512M RAM, 49.79 Bogomips Total
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.stdout.exp15 One 1665MHz AMD Athlon(tm) Processor, 512M RAM, 3330.53 Bogomips Total
/external/clang/lib/AST/
H A DTypeLoc.cpp77 unsigned Total = 0; local
83 Total = llvm::RoundUpToAlignment(Total, Align);
84 Total += TypeSizer().Visit(TyLoc);
87 Total = llvm::RoundUpToAlignment(Total, MaxAlign);
88 return Total;
/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp202 /// \brief Total number of samples collected in this profile.
215 unsigned computeCoverage(unsigned Used, unsigned Total) const;
352 uint64_t Total = 0; local
354 Total += I.second.getSamples();
360 Total += countBodySamples(CalleeSamples);
363 return Total;
372 unsigned Total) const {
373 assert(Used <= Total &&
375 return Total > 0 ? Used * 100 / Total
1189 unsigned Total = CoverageTracker.countBodyRecords(Samples); local
1202 uint64_t Total = CoverageTracker.countBodySamples(Samples); local
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/util/
H A Dstatistics.py213 numerator_total = Total(data)
214 denominator_total = Total(len(data))
265 def Total(data): function
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp86 RemWeight = Dist.Total;
104 uint64_t NewTotal = Total + Amount;
107 bool IsOverflow = NewTotal < Total;
112 Total = NewTotal;
198 Total = 1;
210 else if (Total > UINT32_MAX)
211 Shift = 33 - countLeadingZeros(Total);
217 assert(Total == std::accumulate(Weights.begin(), Weights.end(), UINT64_C(0),
227 Total = 0;
238 Total
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp392 uint64_t Total = 0; local
396 Total += E->CountValue;
398 return Total;
594 uint64_t Total = Count.CountValue - sumEdgeCount(Count.OutEdges); local
595 setEdgeCount(Count.OutEdges, Total);
599 uint64_t Total = Count.CountValue - sumEdgeCount(Count.InEdges); local
600 setEdgeCount(Count.InEdges, Total);
/external/llvm/lib/IR/
H A DGCOV.cpp451 formatBranchInfo(const GCOV::Options &Options, uint64_t Count, uint64_t Total)
452 : Options(Options), Count(Count), Total(Total) {}
455 if (!Total)
460 OS << "taken " << branchDiv(Count, Total) << "%";
465 uint64_t Total;
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmserr.c136 cmsUInt32Number Total = num * size;
139 if (Total == 0) return NULL;
145 if (Total < num || Total < size) {
149 if (Total > MAX_MEMORY_FOR_ALLOC) return NULL; // Never alloc over 512Mb
151 return _cmsMallocZero(ContextID, Total);
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c60 int Total = 0; local
87 Total += vpx_mse16x16(src + j, source->y_stride,
96 return Total;
/external/autotest/client/deps/fakegudev/src/
H A Dtest-gudev.sh135 echo Total errors: ${failed}
/external/llvm/include/llvm/Support/
H A DTimer.h67 void print(const TimeRecord &Total, raw_ostream &OS) const;
/external/llvm/lib/Fuzzer/
H A DFuzzerLoop.cpp408 size_t Total = (N + 1) * N / 2; local
409 size_t R = USF.GetRand()(Total);
/external/clang/tools/scan-build/bin/
H A Dscan-build343 my $Regex = qr/(.*?)\ ->\ Total\ CFGBlocks:\ (\d+)\ \|\ Unreachable
355 Total => $2,
505 $TotalBlocks += $Row->{Total};
/external/llvm/include/llvm/IR/
H A DInstrTypes.h1624 unsigned Total = 0; local
1626 Total += B.input_size();
1627 return Total;
/external/zlib/src/as400/
H A Dzlib.inc95 D zs_total_in 10U 0 Total bytes read
98 D zs_total_out 10U 0 Total bytes written

Completed in 667 milliseconds

12