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

12

/external/valgrind/main/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/llvm/lib/Support/
H A DTimer.cpp168 static void printVal(double Val, double Total, raw_ostream &OS) { argument
169 if (Total < 1e-7) // Avoid dividing by zero.
172 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total);
175 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { argument
176 if (Total.getUserTime())
177 printVal(getUserTime(), Total.getUserTime(), OS);
178 if (Total.getSystemTime())
179 printVal(getSystemTime(), Total.getSystemTime(), OS);
180 if (Total.getProcessTime())
181 printVal(getProcessTime(), Total
318 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/chromium_org/third_party/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/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/main/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/main/exp-bbv/tests/arm-linux/
H A Dll.stdout.exp15 One Feroceon Processor, 512M RAM, 1192.75 Bogomips Total
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.stdout.exp15 One 600.000000MHz PPC 745/755, 512M RAM, 49.79 Bogomips Total
/external/valgrind/main/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.cpp75 unsigned Total = 0; local
81 Total = llvm::RoundUpToAlignment(Total, Align);
82 Total += TypeSizer().Visit(TyLoc);
85 Total = llvm::RoundUpToAlignment(Total, MaxAlign);
86 return Total;
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp95 RemWeight = Dist.Total;
113 uint64_t NewTotal = Total + Amount;
116 bool IsOverflow = NewTotal < Total;
121 Total = NewTotal;
207 Total = 1;
219 else if (Total > UINT32_MAX)
220 Shift = 33 - countLeadingZeros(Total);
228 Total = 0;
239 Total += W.Amount;
241 assert(Total <
[all...]
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dstatistics.py198 numerator_total = Total(data)
199 denominator_total = Total(len(data))
250 def Total(data): function
/external/pdfium/core/src/fxcodec/lcms2/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/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpicklpf.c59 int Total = 0; local
86 Total += vp8_mse16x16(src + j, source->y_stride,
95 return Total;
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c59 int Total = 0; local
86 Total += vp8_mse16x16(src + j, source->y_stride,
95 return Total;
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspace_used.tcl26 payload int, -- Total amount of data stored in this table or index
91 puts "-- Total payload size: $total_size"
92 puts "-- Total pages used: $total_primary primary and $total_overflow overflow"
94 puts -nonewline "-- Total unused bytes on primary pages: $total_unused_primary"
101 puts -nonewline "-- Total unused bytes on overflow pages: $total_unused_ovfl"
110 puts "-- Total pages on freelist: $n_free"
H A Dspaceanal.tcl51 payload int, -- Total amount of data stored in this table or index
52 ovfl_payload int, -- Total amount of data stored on overflow pages
294 statline {Total pages used} $total_pages
555 Total pages used
/external/oprofile/events/mips/20K/
H A Devents17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
/external/llvm/include/llvm/Support/
H A DTimer.h69 void print(const TimeRecord &Total, raw_ostream &OS) const;
/external/llvm/lib/IR/
H A DGCOV.cpp413 uint64_t Total) :
414 Options(Options), Count(Count), Total(Total) {}
417 if (!Total)
422 OS << "taken " << branchDiv(Count, Total) << "%";
427 uint64_t Total;
/external/oprofile/events/mips/rm7000/
H A Devents5 event:0x01 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_ISSUED : Total instructions issued
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcross_correlation_neon.S29 @ r7: Total iteration of LOOP_DIM_SEQ_RESIDUAL

Completed in 3212 milliseconds

12