Home
last modified time | relevance | path

Searched refs:qpcnt (Results 1 – 12 of 12) sorted by path

/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/rtc_base/
H A Dtime_utils.cc77 LARGE_INTEGER qpcnt; in TicksNs() local
78 QueryPerformanceCounter(&qpcnt); in TicksNs()
80 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in TicksNs()
117 LARGE_INTEGER qpcnt; in UpdateReferenceTime() local
118 QueryPerformanceCounter(&qpcnt); in UpdateReferenceTime()
120 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in UpdateReferenceTime()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dtick_count.h108 LARGE_INTEGER qpcnt; in now() local
109 int rval = QueryPerformanceCounter(&qpcnt); in now()
111 result.my_count = qpcnt.QuadPart; in now()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dtick_count.h104 LARGE_INTEGER qpcnt; in now() local
105 int rval = QueryPerformanceCounter(&qpcnt); in now()
107 result.my_count = qpcnt.QuadPart; in now()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dtick_count.h104 LARGE_INTEGER qpcnt; in now() local
105 int rval = QueryPerformanceCounter(&qpcnt); in now()
107 result.my_count = qpcnt.QuadPart; in now()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dtick_count.h108 LARGE_INTEGER qpcnt; in now() local
109 int rval = QueryPerformanceCounter(&qpcnt); in now()
111 result.my_count = qpcnt.QuadPart; in now()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dtick_count.h104 LARGE_INTEGER qpcnt; in now() local
105 int rval = QueryPerformanceCounter(&qpcnt); in now()
107 result.my_count = qpcnt.QuadPart; in now()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/system_wrappers/source/
H A Dtick_util.cc40 LARGE_INTEGER qpcnt; in QueryOsForTicks() local
41 QueryPerformanceCounter(&qpcnt); in QueryOsForTicks()
42 result.ticks_ = qpcnt.QuadPart; in QueryOsForTicks()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dtime_utils.cc69 LARGE_INTEGER qpcnt; in TicksNs() local
70 QueryPerformanceCounter(&qpcnt); in TicksNs()
72 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in TicksNs()
109 LARGE_INTEGER qpcnt; in UpdateReferenceTime() local
110 QueryPerformanceCounter(&qpcnt); in UpdateReferenceTime()
112 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in UpdateReferenceTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dtime_utils.cc77 LARGE_INTEGER qpcnt; in TicksNs() local
78 QueryPerformanceCounter(&qpcnt); in TicksNs()
80 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in TicksNs()
117 LARGE_INTEGER qpcnt; in UpdateReferenceTime() local
118 QueryPerformanceCounter(&qpcnt); in UpdateReferenceTime()
120 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in UpdateReferenceTime()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Dtick_util.cc40 LARGE_INTEGER qpcnt; in QueryOsForTicks() local
41 QueryPerformanceCounter(&qpcnt); in QueryOsForTicks()
42 result.ticks_ = qpcnt.QuadPart; in QueryOsForTicks()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dtime_utils.cc69 LARGE_INTEGER qpcnt; in TicksNs() local
70 QueryPerformanceCounter(&qpcnt); in TicksNs()
72 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in TicksNs()
109 LARGE_INTEGER qpcnt; in UpdateReferenceTime() local
110 QueryPerformanceCounter(&qpcnt); in UpdateReferenceTime()
112 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in UpdateReferenceTime()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dtime_utils.cc77 LARGE_INTEGER qpcnt; in TicksNs() local
78 QueryPerformanceCounter(&qpcnt); in TicksNs()
80 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in TicksNs()
117 LARGE_INTEGER qpcnt; in UpdateReferenceTime() local
118 QueryPerformanceCounter(&qpcnt); in UpdateReferenceTime()
120 (rtc::dchecked_cast<uint64_t>(qpcnt.QuadPart) * 100000 / in UpdateReferenceTime()