Searched refs:Stop (Results 1 - 25 of 106) sorted by relevance

12345

/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DUse.cpp89 Use *Use::initTags(Use * const Start, Use *Stop) { argument
92 if (Start == Stop--)
102 new(Stop) Use(tags[Done++]);
106 while (Start != Stop) {
107 --Stop;
109 new(Stop) Use(stopTag);
113 new(Stop) Use(PrevPtrTag(Count & 1));
126 void Use::zap(Use *Start, const Use *Stop, bool del) { argument
127 while (Start != Stop)
128 (--Stop)
[all...]
/macosx-10.10/apache-793/httpd/modules/core/test/conf/
H A Dtest41.conf20 Error Stop configuration file processing.
H A Dtest40.conf33 Error Stop configuration file processing.
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dphonetogram.tcl13 pack [button .b.s -bitmap snackStop -command Stop -width 40] -side left
14 pack [button .b.p -bitmap snackPlay -command {Stop;s play} -width 40] \
24 proc Stop {} { procedure
30 Stop
54 if {[s length] > 320000} Stop
H A Dpitch.tcl13 pack [button .b.s -bitmap snackStop -command Stop -width 40] -side left
14 pack [button .b.p -bitmap snackPlay -command {Stop;s play} -width 40] \
29 proc Stop {} { procedure
35 Stop
59 if {$x > [winfo width .f.c]} Stop
62 if {[s length] > 320000} Stop
H A Dpolarspec.tcl17 Stop
25 # Stop recording and updating the plot
27 proc Stop {} { procedure
52 if {[s length -unit sec] > 20} Stop
60 pack [ button .f.b2 -bitmap snackStop -command Stop -width 40] -side left
H A Drecrplay.tcl39 proc Stop {} { procedure
77 pack [button .f2.b -bitmap snackStop -command Stop -wi 40 -he 20] -side left
H A Dvowelspace.tcl13 pack [button .b.s -bitmap snackStop -command Stop -width 40] -side left
14 pack [button .b.p -bitmap snackPlay -command {Stop;s play} -width 40] \
33 proc Stop {} { procedure
39 Stop
65 if {$x > [winfo width .f.c]} Stop
71 if {[s length] > 320000} Stop
H A Daserver.tcl68 proc Stop {} { procedure
86 pack [button .b.bs -bitmap snackStop -command Stop] \
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DInterferenceCache.cpp107 SlotIndex Start, Stop; local
108 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
143 if (StartI >= Stop)
156 if (StartI >= Stop)
165 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop;
174 PrevPos = Stop;
185 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
191 if (!I.valid() || I.start() >= Stop)
193 I.advanceTo(Stop);
194 bool Backup = !I.valid() || I.start() >= Stop;
[all...]
H A DMachineLoopRanges.cpp72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) { argument
74 return I.valid() && Stop > I.start();
H A DSplitKit.cpp190 SlotIndex Start, Stop; local
191 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
196 if (UseI == UseE || *UseI >= Stop) {
201 if (LVI->end < Stop)
208 while (UseI != UseE && *UseI < Stop);
210 assert(BI.LastInstr < Stop);
224 while (LVI->end < Stop) {
226 if (++LVI == LVE || LVI->start >= Stop) {
256 // LVI is now at LVE or LVI->end >= Stop.
261 // Live segment ends exactly at Stop
286 SlotIndex Stop = LIS.getMBBEndIdx(MFI); local
1180 SlotIndex Start, Stop; local
1283 SlotIndex Start, Stop; local
1375 SlotIndex Start, Stop; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DCoolDialog.tcl14 button .bt3 -text Stop -command {.m stop}
H A DConstrainedLoop.tcl61 pack [button .fr.stop -text { Stop Loop } -command StopConstrainedLoop] \
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIOCFPlugIn.h44 IOReturn Stop();
H A DIOFireWireLibIOCFPlugIn.cpp63 IOCFPlugIn::Stop() function in class:IOFireWireLib::IOCFPlugIn
116 return IOFireWireIUnknown::InterfaceMap<IOCFPlugIn>::GetThis(self)->Stop() ;
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFPlugIn.h52 IOReturn (*Stop)(void *thisPointer)
/macosx-10.10/WebKit2-7600.1.25/Platform/gtk/
H A DWorkQueueGtk.cpp88 return GMainLoopSource::Stop;
97 return GMainLoopSource::Stop;
/macosx-10.10/mDNSResponder-561.1.1/Clients/FirefoxExtension/
H A DIDNSSDService.h185 NS_SCRIPTABLE NS_IMETHOD Stop(void) = 0;
195 NS_SCRIPTABLE NS_IMETHOD Stop(void);
201 NS_SCRIPTABLE NS_IMETHOD Stop(void) { return _to Stop(); }
207 NS_SCRIPTABLE NS_IMETHOD Stop(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Stop(); }
254 NS_IMETHODIMP _MYCLASS_::Stop()
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dtimer23 button .stop -text Stop -state disabled -command {
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dtimer20 button .stop -text Stop -state disabled -command {
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.h54 IOReturn Stop(); // Disconnect and stop
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineLoopRanges.h57 bool overlaps(SlotIndex Start, SlotIndex Stop);
H A DPasses.h103 /// added until the starting pass is seen. If the Stop pass ID is zero,
105 void setStartStopPasses(AnalysisID Start, AnalysisID Stop) { argument
107 StopAfter = Stop;
/macosx-10.10/mDNSResponder-561.1.1/Clients/DNSServiceBrowser.NET/
H A DDNSServiceBrowser.cs106 resolver.Stop();
111 browser.Stop();
116 service.Stop();
567 // Stop the current browse operation
571 browser.Stop();
599 resolver.Stop();
719 resolver.Stop();

Completed in 219 milliseconds

12345