Searched refs:numAdded (Results 1 – 8 of 8) sorted by relevance
/external/jdiff/src/jdiff/ |
D | ClassDiff.java | 109 int numAdded = 0; in diff() local 115 if (numAdded != 0) in diff() 118 numAdded++; in diff() 130 if (numAdded != 0) { in diff() 133 if (numAdded == 1) in diff()
|
D | HTMLStatistics.java | 367 int numAdded = 0; in emitNumbersByElement() local 416 numAdded += numPackagesAdded; in emitNumbersByElement() 430 numAdded += numClassesAdded; in emitNumbersByElement() 443 numAdded += numCtorsAdded; in emitNumbersByElement() 456 numAdded += numMethodsAdded; in emitNumbersByElement() 469 numAdded += numFieldsAdded; in emitNumbersByElement() 475 …(" <TD style=\"background-color:#FAFAFA\" ALIGN=\"right\"><strong>" + numAdded + "</strong></TD>… in emitNumbersByElement() 478 int total = numRemoved + numAdded + numChanged; in emitNumbersByElement()
|
D | HTMLReportGenerator.java | 1654 int numAdded = 0; in emitChanges() local 1664 if (numAdded != 0) in emitChanges() 1669 numAdded++; in emitChanges() 1672 if (numAdded == 1) in emitChanges() 1674 else if (numAdded > 1) in emitChanges() 1676 else if (numAdded == 0 && numRemoved == 0 && firstChange) in emitChanges()
|
/external/gptfdisk/ |
D | gptcurses.cc | 122 int numAdded = 0; in AddEmptySpaces() local 128 numAdded++; in AddEmptySpaces() 134 numAdded++; in AddEmptySpaces() 138 numAdded++; in AddEmptySpaces() 142 numAdded++; in AddEmptySpaces() 147 return numAdded; in AddEmptySpaces()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 97 int32_t numAdded = 0; in AppendPattern() local 101 numAdded += pattern[i]; in AppendPattern() 104 return numAdded; in AppendPattern()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ModuloSchedule.cpp | 870 unsigned numAdded = 0; in addBranches() local 873 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches() 878 numAdded = TII->insertBranch(*Prolog, Epilog, nullptr, Cond, DebugLoc()); in addBranches() 892 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches() 899 I != E && numAdded > 0; ++I, --numAdded) in addBranches()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ModuloSchedule.cpp | 871 unsigned numAdded = 0; in addBranches() local 874 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches() 879 numAdded = TII->insertBranch(*Prolog, Epilog, nullptr, Cond, DebugLoc()); in addBranches() 893 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches() 900 I != E && numAdded > 0; ++I, --numAdded) in addBranches()
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 2988 unsigned numAdded = 0; in addBranches() local 2991 numAdded = TII->InsertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches() 2996 numAdded = TII->InsertBranch(*Prolog, Epilog, 0, Cond, DebugLoc()); in addBranches() 3006 numAdded = TII->InsertBranch(*Prolog, LastPro, 0, Cond, DebugLoc()); in addBranches() 3013 I != E && numAdded > 0; ++I, --numAdded) in addBranches()
|