Home
last modified time | relevance | path

Searched defs:timestampDiff (Results 1 – 19 of 19) sorted by relevance

/dports/net/fbzmq/fbzmq-2021.12.27.00/fbzmq/service/monitor/
H A DSystemMetrics.cpp82 uint64_t timestampDiff = nowCpuTime.timestamp - prevCpuTime.timestamp; in getCPUpercentage() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/time/
H A Dtimestamp_extrapolator.cc145 double timestampDiff = in ExtrapolateLocalTime() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/time/
H A Dtimestamp_extrapolator.cc145 double timestampDiff = in ExtrapolateLocalTime() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/time/
H A Dtimestamp_extrapolator.cc157 double timestampDiff = in ExtrapolateLocalTime() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/time/
H A Dtimestamp_extrapolator.cc157 double timestampDiff = in ExtrapolateLocalTime() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc157 double timestampDiff = in ExtrapolateLocalTime() local
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc174 double timestampDiff = unwrapped_ts90khz - in ExtrapolateLocalTime() local
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc174 double timestampDiff = unwrapped_ts90khz - in ExtrapolateLocalTime() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc157 double timestampDiff = in ExtrapolateLocalTime() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc157 double timestampDiff = in ExtrapolateLocalTime() local
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc174 double timestampDiff = unwrapped_ts90khz - in ExtrapolateLocalTime() local
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dkxutils.cpp136 int timestampDiff(unsigned long time1_, unsigned long time2_) // returns time2 - time1 in timestampDiff() function
H A Dnetwm.cpp4943 int NET::timestampDiff(unsigned long time1, unsigned long time2) in timestampDiff() function in NET
/dports/x11/dxpc/dxpc-3.9.2/
H A DServerChannel.C884 unsigned int timestampDiff = in doRead() local
1154 unsigned int timestampDiff = in doRead() local
1189 unsigned int timestampDiff = in doRead() local
1209 unsigned int timestampDiff = in doRead() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethcore/
H A DSealEngine.cpp202 bigint const timestampDiff = bigint(_bi.timestamp()) - _parent.timestamp(); in calculateEthashDifficulty() local
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DServerChannel.cpp1624 unsigned int timestampDiff = in handleRead() local
1799 unsigned int timestampDiff = in handleRead() local
1823 unsigned int timestampDiff = _timestamp - serverCache_ -> lastTimestamp; in handleRead() local
1835 unsigned int timestampDiff = _timestamp - serverCache_ -> lastTimestamp; in handleRead() local
5673 unsigned int timestampDiff = _timestamp - serverCache_ -> lastTimestamp; in handleMotion() local
/dports/net/liveMedia/live/liveMedia/
H A DRTPSource.cpp330 int timestampDiff = rtpTimestamp - fSyncTimestamp; in noteIncomingPacket() local
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DServerChannel.cpp1673 unsigned int timestampDiff = in handleRead() local
1848 unsigned int timestampDiff = in handleRead() local
1872 unsigned int timestampDiff = timestamp - serverCache_ -> lastTimestamp; in handleRead() local
1884 unsigned int timestampDiff = timestamp - serverCache_ -> lastTimestamp; in handleRead() local
5997 unsigned int timestampDiff = timestamp - serverCache_ -> lastTimestamp; in handleMotion() local
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py12358 def timestampDiff(self, time1, time2): member in NET
12868 def timestampDiff(self, time1, time2): member in KXUtils