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

1 2

  /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/llvm/lib/Support/
Timer.cpp 166 static void printVal(double Val, double Total, raw_ostream &OS) {
167 if (Total < 1e-7) // Avoid dividing by zero.
170 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total);
173 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const {
174 if (Total.getUserTime())
175 printVal(getUserTime(), Total.getUserTime(), OS);
176 if (Total.getSystemTime())
177 printVal(getSystemTime(), Total.getSystemTime(), OS);
178 if (Total.getProcessTime())
179 printVal(getProcessTime(), Total.getProcessTime(), OS)
    [all...]
  /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 75 unsigned Total = 0;
81 Total = llvm::RoundUpToAlignment(Total, Align);
82 Total += TypeSizer().Visit(TyLoc);
85 Total = llvm::RoundUpToAlignment(Total, MaxAlign);
86 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/IR/
GCOV.cpp 451 formatBranchInfo(const GCOVOptions &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/core/src/fxcodec/lcms2/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 59 int Total = 0;
86 Total += vp8_mse16x16(src + j, source->y_stride,
95 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;
  /external/lldb/examples/python/
types.py 102 print 'Total byte size: %u' % (byte_size)
103 print 'Total pad bytes: %u' % (padding)
  /external/llvm/include/llvm/Support/
Timer.h 68 void print(const TimeRecord &Total, raw_ostream &OS) const;
  /external/v8/test/mjsunit/
debug-compile-event.js 37 var source_count = 0; // Total number of scources compiled.
  /external/clang/tools/scan-build/
scan-build 318 my $Regex = qr/(.*?)\ ->\ Total\ CFGBlocks:\ (\d+)\ \|\ Unreachable
330 Total => $2,
480 $TotalBlocks += $Row->{Total};
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 303 my $Regex = qr/(.*?)\ ->\ Total\ CFGBlocks:\ (\d+)\ \|\ Unreachable
315 Total => $2,
455 $TotalBlocks += $Row->{Total};
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 303 my $Regex = qr/(.*?)\ ->\ Total\ CFGBlocks:\ (\d+)\ \|\ Unreachable
315 Total => $2,
455 $TotalBlocks += $Row->{Total};
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 335 /// \a DidOverflow indicates whether \a Total did overflow while adding to
340 uint64_t Total; ///< Sum of all weights.
341 bool DidOverflow; ///< Whether \a Total did overflow.
343 Distribution() : Total(0), DidOverflow(false) {}
357 /// down so that \a Total fits into 32-bits.
755 /// mass for each block (and each exit, and the total backedge mass
    [all...]
  /external/v8/tools/profviz/
profviz.js 194 log("Displaying plot. Total time: " +
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/libxml2/
gentest.py 652 printf("Total: %d functions, %d tests, %d errors\\n",

Completed in 698 milliseconds

1 2