Home
last modified time | relevance | path

Searched refs:numAdded (Results 1 - 2 of 2) sorted by relevance

/third_party/gptfdisk/
H A Dgptcurses.cc126 int numAdded = 0; in AddEmptySpaces() local
132 numAdded++; in AddEmptySpaces()
138 numAdded++; in AddEmptySpaces()
142 numAdded++; in AddEmptySpaces()
146 numAdded++; in AddEmptySpaces()
151 return numAdded; in AddEmptySpaces()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp871 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()

Completed in 7 milliseconds