Home
last modified time | relevance | path

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

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/common/
H A DRTMath.cpp37 typedef uint64_t time_stamp_t; typedef
47 RTMathBase::time_stamp_t RTMathBase::CreateTimeStamp() { in CreateTimeStamp()
51 return time_stamp_t(t >> 8); in CreateTimeStamp()
53 time_stamp_t t; in CreateTimeStamp()
57 time_stamp_t t; in CreateTimeStamp()
71 time_stamp_t t; in CreateTimeStamp()
75 return (time_stamp_t) mach_absolute_time(); in CreateTimeStamp()
H A DRTMath.h49 typedef uint32_t time_stamp_t; typedef
61 static time_stamp_t CreateTimeStamp();
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DEvent.h96 typedef RTMath::time_stamp_t time_stamp_t; typedef
97 inline int32_t ToFragmentPos(time_stamp_t TimeStamp) { in ToFragmentPos()
105time_stamp_t begin; ///< Real time stamp of the beginning of this audio fragment cycle.
106time_stamp_t end; ///< Real time stamp of the end of this audio fragment cycle.
339 typedef EventGenerator::time_stamp_t time_stamp_t; typedef
340 Event(EventGenerator* pGenerator, EventGenerator::time_stamp_t Time);
345 time_stamp_t TimeStamp; ///< Time stamp of the event's occurence.
H A DEvent.cpp60 time_stamp_t fragmentDuration = FragmentTime.end - FragmentTime.begin; in UpdateFragmentTime()
169 Event::Event(EventGenerator* pGenerator, time_stamp_t Time) { in Event()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DProfiler.h53 static RTMath::time_stamp_t Stamp( void ) in Stamp()
58 static void Record( RTMath::time_stamp_t start, in Record()
61 RTMath::time_stamp_t stop = Stamp(); in Record()
H A DProfiler.cpp46 RTMath::time_stamp_t start_clocks = Stamp(); in Calibrate()
54 RTMath::time_stamp_t stop_clocks = Stamp(); in Calibrate()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTime_stamper.h34 template <typename time_stamp_t>
35 static void set_time_stamp(T* pt, time_stamp_t& time_stamp_) { in set_time_stamp()
90 template <typename time_stamp_t>
91 static void set_time_stamp(T*, time_stamp_t&) {} in set_time_stamp()
H A DConcurrent_compact_container.h674 using time_stamp_t = std::atomic<std::size_t>; variable
705 time_stamp_t m_time_stamp = {};
H A DCompact_container.h681 using time_stamp_t = std::atomic<std::size_t>; variable
703 time_stamp_t time_stamp = {};