Home
last modified time | relevance | path

Searched defs:Total (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DFunctionSummary.cpp19 unsigned Total = 0; in getTotalNumBasicBlocks() local
27 unsigned Total = 0; in getTotalNumVisitedBasicBlocks() local
/external/llvm/lib/Support/
DTimer.cpp166 static void printVal(double Val, double Total, raw_ostream &OS) { in printVal()
173 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() argument
316 TimeRecord Total; in PrintQueuedTimers() local
/external/libvpx/libvpx/vp8/encoder/
Dpicklpf.c60 int Total = 0; in calc_partial_ssl_err() local
Donyx_if.c3348 int Total = 0; in measure_square_diff_partial() local
5964 int Total = 0; in vp8_calc_ss_err() local
/external/clang/lib/AST/
DTypeLoc.cpp75 unsigned Total = 0; in getFullDataSizeForType() local
/external/llvm/lib/IR/
DGCOV.cpp465 uint64_t Total; member
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp938 ptrdiff_t Total = std::distance(DynTable.begin(), DynTable.end()); in printDynamicTable() local
/external/chromium-trace/trace-viewer/tracing/test_data/
Dsfgate.json42 …":true,"counters":{"host":"tracing","scope":"document","expectedTotal":0,"Total":16,"Depth":6,"Blo… number
56 …":true,"counters":{"host":"tracing","scope":"document","expectedTotal":0,"Total":7,"Depth":5,"Need… number
72 …":true,"counters":{"host":"tracing","scope":"document","expectedTotal":0,"Total":7,"Depth":5,"Bloc… number
173 …":true,"counters":{"host":"tracing","scope":"document","expectedTotal":0,"Total":8,"Depth":5,"Bloc… number
215 …":true,"counters":{"host":"tracing","scope":"document","expectedTotal":0,"Total":7,"Depth":5,"Bloc… number
373 …":true,"counters":{"host":"tracing","scope":"document","expectedTotal":0,"Total":8,"Depth":5,"Bloc… number
419 …":true,"counters":{"host":"tracing","scope":"document","expectedTotal":0,"Total":7,"Depth":5,"Bloc… number
461 …":true,"counters":{"host":"tracing","scope":"document","expectedTotal":0,"Total":8,"Depth":6,"Bloc… number
729 …"counters":{"host":"www.sfgate.com","scope":"document","expectedTotal":0,"Total":2,"Depth":1,"Bloc… number
734 …"counters":{"host":"www.sfgate.com","scope":"document","expectedTotal":0,"Total":2,"Depth":1,"Bloc… number
[all …]
/external/clang/lib/CodeGen/
DCGStmt.cpp1158 uint64_t Total = CaseCnt.getCount(); in EmitCaseStmtRange() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp484 unsigned Total = LHS.getZExtValue() + RHS.getZExtValue(); in IncorporateWeight() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp999 uint64_t Total = 0; in executeGEPOperation() local
/external/v8/src/heap/
Dspaces.h1697 intptr_t Total() { in Total() function