Home
last modified time | relevance | path

Searched refs:Starts (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
DStackColoring.cpp371 SmallVector<SlotIndex, 16> Starts; in calculateLiveIntervals() local
377 Starts.clear(); in calculateLiveIntervals()
378 Starts.resize(NumSlots); in calculateLiveIntervals()
399 if (!Starts[Slot].isValid() || Starts[Slot] > ThisIndex) in calculateLiveIntervals()
400 Starts[Slot] = ThisIndex; in calculateLiveIntervals()
411 Starts[pos] = Indexes->getMBBStartIdx(&MBB); in calculateLiveIntervals()
419 assert(Starts[i].isValid() == Finishes[i].isValid() && "Unmatched range"); in calculateLiveIntervals()
420 if (!Starts[i].isValid()) in calculateLiveIntervals()
423 assert(Starts[i] && Finishes[i] && "Invalid interval"); in calculateLiveIntervals()
425 SlotIndex S = Starts[i]; in calculateLiveIntervals()
/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/
DLifeCycle-mbean.properties2 start(): Starts the instance
/external/autotest/client/site_tests/peerd_HandlesNameConflicts/
Dcontrol15 1) Starts up Avahi inside a network chroot
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc.orig634 // Starts capturing an output stream (stdout/stderr).
653 // Starts capturing stdout.
658 // Starts capturing stderr.
/external/opencv3/doc/tutorials/introduction/desktop_java/
Djava_dev_intro.markdown203 sbt # Starts the sbt console
/external/skia/src/animator/
DSkAnimateSchema.xsd1053 <!-- @attribute pickup Starts the animation at the current target's attribute value. Enabling
2031 <!-- @element moveTo Starts a new path contour. -->
2039 <!-- @element rMoveTo Starts a new path contour relative to the path's last point. -->
2092 <!-- @element moveTo Starts a new path contour. -->
2096 <!-- @element rMoveTo Starts a new path contour relative to the path's last point. -->
2120 <!-- @element moveTo Starts a new path contour. -->
2124 <!-- @element rMoveTo Starts a new path contour relative to the path's last point. -->
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.groovy345 assert normalizedChildPath.startsWith(normalizedFromPath), "Starts with FROM path"
/external/nanopb-c/docs/
Dreference.rst440 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…
/external/tpm2/
Dpart4.txt38293 25 fprintf_s(stderr, "%s - Starts the TPM server listening on port %d\n",
38296 28 "%s PortNum - Starts the TPM server listening on port PortNum\n",