Searched defs:Interval (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DLockFileManager.cpp170 unsigned long Interval = 1; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dtimeflow.h47 class Interval { class in namespace:Security::Time
50 Interval() { } function in class:Security::Time::Interval
51 Interval(int seconds) { mValue = seconds; } function in class:Security::Time::Interval
52 Interval(double seconds) { mValue = seconds; } function in class:Security::Time::Interval
53 explicit Interval(time_t seconds) { mValue = seconds; } function in class:Security::Time::Interval
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dtimeflow.h47 class Interval { class in namespace:Security::Time
50 Interval() { } function in class:Security::Time::Interval
51 Interval(int seconds) { mValue = seconds; } function in class:Security::Time::Interval
52 Interval(double seconds) { mValue = seconds; } function in class:Security::Time::Interval
53 explicit Interval(time_t seconds) { mValue = seconds; } function in class:Security::Time::Interval
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DInterval.h37 class Interval { class in namespace:llvm
47 inline Interval(BasicBlock *Header) : HeaderNode(Header) { function in class:llvm::Interval
51 inline Interval(const Interval &I) // copy ctor function in class:llvm::Interval
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DImmutableIntervalMap.h21 class Interval { class in namespace:llvm
27 Interval(int64_t S, int64_t E) : Start(S), End(E) {} function in class:llvm::Interval
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathFunctions.cpp51 class Interval { class in namespace:WebCore::XPath
264 inline Interval::Interval() function in class:WebCore::XPath::Interval
269 inline Interval::Interval(int value) function in class:WebCore::XPath::Interval
274 inline Interval function in class:WebCore::XPath::Interval
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DStackColoring.cpp561 LiveInterval *Interval = Intervals[FromSlot]; local
615 LiveInterval *Interval = Intervals[Slot]; local
H A DLiveIntervalAnalysis.cpp929 LiveInterval& Interval = getOrCreateInterval(reg); local

Completed in 115 milliseconds