Home
last modified time | relevance | path

Searched refs:Gap (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1372 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights() local
1374 while (Uses[Gap+1].getBoundaryIndex() < IntI.start()) in calcGapWeights()
1375 if (++Gap == NumGaps) in calcGapWeights()
1377 if (Gap == NumGaps) in calcGapWeights()
1382 for (; Gap != NumGaps; ++Gap) { in calcGapWeights()
1383 GapWeight[Gap] = std::max(GapWeight[Gap], weight); in calcGapWeights()
1384 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()
1387 if (Gap == NumGaps) in calcGapWeights()
1399 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights() local
1400 while (Uses[Gap+1].getBoundaryIndex() < I->start) in calcGapWeights()
[all …]
/external/srec/srec/clib/
Dfpi_tgt.inl70 * pushp == frame 900 Gap == 830
74 * pushp == frame 600 Gap == 880
112 * Retunrs: int +ve (or ZERO) = Gap Between FEP and REC frame pointers
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java548 public static class Gap { class in CodeIterator
592 public Gap insertGapAt(int pos, int length, boolean exclusive) in insertGapAt()
599 Gap gap = new Gap(); in insertGapAt()
1087 ExceptionTable etable, CodeAttribute ca, Gap newWhere) in insertGapCore0w()
/external/javassist/src/main/javassist/convert/
DTransformAccessArrayField.java145 CodeIterator.Gap gap in replace()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_mac.mm46 // Gap between the field and the popup.
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1910652 …<rdar://problem/4285884> Gap.com throws exception "Undefined value" because of Safari doesn't supp…