Home
last modified time | relevance | path

Searched defs:Total (Results 1 – 11 of 11) 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.c59 int Total = 0; in calc_partial_ssl_err() local
Donyx_if.c5570 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/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