HomeSort by relevance Sort by last modified time
    Searched refs:Total (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/valgrind/drd/tests/
annotate_rwlock_hg.stderr.exp 0 Total error count is below threshold.
  /external/clang/lib/StaticAnalyzer/Core/
FunctionSummary.cpp 19 unsigned Total = 0;
21 Total += I->second.TotalBasicBlocks;
23 return Total;
27 unsigned Total = 0;
29 Total += I->second.VisitedBasicBlocks.count();
31 return Total;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptAndLanguages 12 Total Script=166
13 Total Language=71
  /external/llvm/lib/Support/
Timer.cpp 159 static void printVal(double Val, double Total, raw_ostream &OS) {
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 {
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.getProcessTime(), OS)
    [all...]
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
BasicTimer.h 58 property float Total
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
BasicTimer.h 58 property float Total
Direct3DInterop.cpp 132 m_renderer->Update(m_timer->Total, m_timer->Delta);
  /external/skia/tools/lua/
agg_dash.lua 22 io.write("Total dashed effects is: ", dashCount, "\n")
scrape_dashing_full.lua 129 io.write("Total dashed effects is: ", dashCount, "\n");
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.stdout.exp 15 Two 3200MHz Intel(R) Xeon(TM) Processors, 2048M RAM, 6934.38 Bogomips Total
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.stdout.exp 15 One Feroceon Processor, 512M RAM, 1192.75 Bogomips Total
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.stdout.exp 15 One 600.000000MHz PPC 745/755, 512M RAM, 49.79 Bogomips Total
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.stdout.exp 15 One 1665MHz AMD Athlon(tm) Processor, 512M RAM, 3330.53 Bogomips Total
  /external/clang/lib/AST/
TypeLoc.cpp 77 unsigned Total = 0;
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/
SampleProfile.cpp 202 /// \brief Total number of samples collected in this profile.
215 unsigned computeCoverage(unsigned Used, unsigned Total) const;
245 /// based on the total number of samples available in this function and
266 /// of samples used by the callsite with respect to the total number of samples
320 // total samples, these are callees that were never invoked at runtime.
352 uint64_t Total = 0;
354 Total += I.second.getSamples();
360 Total += countBodySamples(CalleeSamples);
363 return Total;
372 unsigned Total) const
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/util/
statistics.py 213 numerator_total = Total(data)
214 denominator_total = Total(len(data))
265 def Total(data):
268 total = data
270 total = float(data)
272 total = float(sum(data))
275 return total
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 86 RemWeight = Dist.Total;
104 uint64_t NewTotal = Total + Amount;
107 bool IsOverflow = NewTotal < Total;
111 // Update the total.
112 Total = NewTotal;
198 Total = 1;
203 // Determine how much to shift right so that the total fits into 32-bits.
210 else if (Total > UINT32_MAX)
211 Shift = 33 - countLeadingZeros(Total);
217 assert(Total == std::accumulate(Weights.begin(), Weights.end(), UINT64_C(0)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 392 uint64_t Total = 0;
396 Total += E->CountValue;
398 return Total;
594 uint64_t Total = Count.CountValue - sumEdgeCount(Count.OutEdges);
595 setEdgeCount(Count.OutEdges, Total);
599 uint64_t Total = Count.CountValue - sumEdgeCount(Count.InEdges);
600 setEdgeCount(Count.InEdges, Total);
  /external/llvm/lib/IR/
GCOV.cpp 451 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;
619 // once. However, we also don't simply want to give the total line
  /external/pdfium/third_party/lcms2-2.6/src/
cmserr.c 136 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);
279 cmsUInt32Number total = num * size; local
280 if (total == 0 || total / size != num || total >= 512 * 1024 * 1024
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 60 int Total = 0;
87 Total += vpx_mse16x16(src + j, source->y_stride,
96 return Total;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
picklpf.c 59 int Total = 0;
86 Total += vp8_mse16x16(src + j, source->y_stride,
95 return Total;
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 223 // Total number of edges on all pages matching requested kinds, by kind.
592 message Total {
601 // Total number of cross-references on all pages matching requested filters.
602 Total total = 5;
  /external/autotest/client/deps/fakegudev/src/
test-gudev.sh 135 echo Total errors: ${failed}
  /external/llvm/include/llvm/Support/
Timer.h 67 void print(const TimeRecord &Total, raw_ostream &OS) const;

Completed in 729 milliseconds

1 2 3