HomeSort by relevance Sort by last modified time
    Searched refs:find_next (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.cc 59 bool find_next = (find_text_ == search_string || search_string.empty()) && local
62 if (!find_next)
78 find_next);
  /external/linux-tools-perf/
builtin-annotate.c 127 goto find_next;
131 find_next:
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 223 Color = UsedColors.find_next(Color);
233 NextColor = AllColors.find_next(NextColor);
310 NextColor = AllColors.find_next(NextColor);
SpillPlacement.cpp 295 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) {
373 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n))
RegisterScavenging.cpp 65 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
AggressiveAntiDepBreaker.cpp 137 r = CriticalPathSet.find_next(r))
563 DEBUG(for (int r = BV.find_first(); r != -1; r = BV.find_next(r))
    [all...]
RegAllocGreedy.cpp 205 i = LiveBundles.find_next(i))
895 i = Cand.LiveBundles.find_next(i))
    [all...]
StackColoring.cpp 436 pos = Alive.find_next(pos)) {
MachineVerifier.cpp 450 Reg = regsReserved.find_next(Reg)) {
678 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) {
    [all...]
TargetLoweringBase.cpp 850 for (int i = SuperRegRC.find_first(); i >= 0; i = SuperRegRC.find_next(i)) {
    [all...]
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 227 /// find_next - Returns the index of the next set bit following the
229 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
242 return getPointer()->find_next(Prev);
SparseBitVector.h 148 /// find_next - Returns the index of the next set bit starting from the
150 int find_next(unsigned Curr) const {
374 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
BitVector.h 164 /// find_next - Returns the index of the next set bit following the
166 int find_next(unsigned Prev) const { function in class:llvm::BitVector
  /external/llvm/unittests/ADT/
BitVectorTest.cpp 77 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) {
107 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) {
  /external/chromium/chrome/browser/automation/
automation_provider.h 206 bool find_next,
automation_provider.cc 474 params.find_next,
484 bool find_next,
505 find_next);
    [all...]
testing_automation_provider.cc 3588 bool find_next; local
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 242 case com.android.internal.R.id.find_next:
  /external/chromium/chrome/common/
automation_messages.h 39 bool find_next; member in struct:AutomationMsg_Find_Params
automation_messages.cc 181 WriteParam(m, p.find_next);
193 ReadParam(m, iter, &p->find_next);
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
browser.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 332 for (int R = AllocSet.find_first(); R != -1; R = AllocSet.find_next(R))
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]

Completed in 556 milliseconds

1 2