/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_timer.hh | 59 startVal.QuadPart = 0; in Portable_Timer() 60 stopVal.QuadPart = 0; in Portable_Timer() 70 time.QuadPart = stopVal.QuadPart - startVal.QuadPart; in elapsed() 80 return ((double)L.QuadPart /(double)frequency.QuadPart) ; in LIToSecs()
|
/external/deqp/framework/delibs/deutil/ |
D | deClock.c | 47 if (count.QuadPart < MAXLONGLONG / 1000000) in deGetMicroseconds() 49 DE_ASSERT(freq.QuadPart != 0); in deGetMicroseconds() 50 return count.QuadPart * 1000000 / freq.QuadPart; in deGetMicroseconds() 54 DE_ASSERT(freq.QuadPart >= 1000000); in deGetMicroseconds() 55 return count.QuadPart / (freq.QuadPart / 1000000); in deGetMicroseconds()
|
/external/libopus/silk/ |
D | debug.h | 171 lpPerformanceCount.QuadPart -= silk_Timer_start[ID].QuadPart; \ 172 if((lpPerformanceCount.QuadPart < 100000000) && \ 173 (lpPerformanceCount.QuadPart >= 0)) { \ 175 silk_Timer_sum[ID] += lpPerformanceCount.QuadPart; \ 176 if( lpPerformanceCount.QuadPart > silk_Timer_max[ID] ) \ 177 silk_Timer_max[ID] = lpPerformanceCount.QuadPart; \ 178 if( lpPerformanceCount.QuadPart < silk_Timer_min[ID] ) \ 179 silk_Timer_min[ID] = lpPerformanceCount.QuadPart; \
|
D | debug.c | 54 return (unsigned long)((1000000*(lpPerformanceCount.QuadPart)) / lpFrequency.QuadPart); in silk_GetHighResolutionTime() 94 lpPerformanceCount2.QuadPart -= lpPerformanceCount1.QuadPart; in silk_TimerSave() 103 …vg += (1e6 * silk_Timer_sum[k] / silk_Timer_cnt[k] - del) / lpFrequency.QuadPart * silk_Timer_cnt[… in silk_TimerSave() 120 avg = (1e6 * silk_Timer_sum[k] / silk_Timer_cnt[k] - del) / lpFrequency.QuadPart; in silk_TimerSave() 121 … fprintf(fp, "%8.2f", (1e6 * (silk_max_64(silk_Timer_min[k] - del, 0))) / lpFrequency.QuadPart); in silk_TimerSave() 123 … fprintf(fp, "%12.2f", (1e6 * (silk_max_64(silk_Timer_max[k] - del, 0))) / lpFrequency.QuadPart); in silk_TimerSave()
|
/external/skqp/src/utils/win/ |
D | SkIStream.cpp | 133 this->fLocation.QuadPart += *pcbRead; in Read() 156 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() 158 this->fLocation.QuadPart = skipped; in Seek() 166 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() 168 this->fLocation.QuadPart += skipped; in Seek() 181 liDistanceToMove.QuadPart); in Seek() 183 this->fLocation.QuadPart = skipped; in Seek() 196 lpNewFilePointer->QuadPart = this->fLocation.QuadPart; in Seek() 210 pStatstg->cbSize.QuadPart = this->fSkStream->getLength(); in Stat() 268 pStatstg->cbSize.QuadPart = 0; in Stat()
|
/external/skia/src/utils/win/ |
D | SkIStream.cpp | 111 this->fLocation.QuadPart += *pcbRead; in Read() 131 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() 133 this->fLocation.QuadPart = skipped; in Seek() 141 size_t skip = static_cast<size_t>(liDistanceToMove.QuadPart); in Seek() 143 this->fLocation.QuadPart += skipped; in Seek() 154 liDistanceToMove.QuadPart); in Seek() 156 this->fLocation.QuadPart = skipped; in Seek() 169 lpNewFilePointer->QuadPart = this->fLocation.QuadPart; in Seek() 179 pStatstg->cbSize.QuadPart = this->fSkStream->getLength(); in Stat() 230 pStatstg->cbSize.QuadPart = 0; in Stat()
|
/external/mesa3d/src/util/ |
D | os_time.c | 73 if(!frequency.QuadPart) in os_time_get_nano() 79 secs = counter.QuadPart / frequency.QuadPart; in os_time_get_nano() 80 nanosecs = (counter.QuadPart % frequency.QuadPart) * INT64_C(1000000000) in os_time_get_nano() 81 / frequency.QuadPart; in os_time_get_nano()
|
/external/libaom/libaom/aom_ports/ |
D | aom_timer.h | 77 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart; in aom_usec_timer_elapsed() 80 return diff.QuadPart * 1000000 / freq.QuadPart; in aom_usec_timer_elapsed()
|
/external/libvpx/libvpx/vpx_ports/ |
D | vpx_timer.h | 78 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart; in vpx_usec_timer_elapsed() 81 return diff.QuadPart * 1000000 / freq.QuadPart; in vpx_usec_timer_elapsed()
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
D | utimer.h | 181 …return ((double)(timer2->start.QuadPart - timer1->start.QuadPart))/((double)timer1->placeHolder.Qu… in uprv_delta() 184 return (timer1->placeHolder.QuadPart == timer2->placeHolder.QuadPart); in uprv_compareFrequency()
|
/external/curl/lib/ |
D | timeval.c | 37 now.tv_sec = (time_t)(count.QuadPart / Curl_freq.QuadPart); in Curl_now() 38 now.tv_usec = (int)((count.QuadPart % Curl_freq.QuadPart) * 1000000 / in Curl_now() 39 Curl_freq.QuadPart); in Curl_now()
|
/external/lzma/CPP/Windows/ |
D | PropVariant.cpp | 204 SET_PROP_FUNC(UInt64, VT_UI8, uhVal.QuadPart) in SET_PROP_FUNC() 205 SET_PROP_FUNC(Int64, VT_I8, hVal.QuadPart) in SET_PROP_FUNC() 233 prop->uhVal.QuadPart = 0; in SET_PROP_FUNC() 338 case VT_I8: return MyCompare(hVal.QuadPart, a.hVal.QuadPart); in Compare() 339 case VT_UI8: return MyCompare(uhVal.QuadPart, a.uhVal.QuadPart); in Compare()
|
D | FileSystem.cpp | 99 totalSize = totalSize2.QuadPart; in MyGetDiskFreeSpace() 100 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace() 114 totalSize = totalSize2.QuadPart; in MyGetDiskFreeSpace() 115 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace()
|
D | PropVariantConv.cpp | 108 case VT_UI8: ConvertUInt64ToString(prop.uhVal.QuadPart, dest); return; in ConvertPropVariantToShortString() 113 case VT_I8: ConvertInt64ToString(prop.hVal.QuadPart, dest); return; in ConvertPropVariantToShortString() 129 case VT_UI8: ConvertUInt64ToString(prop.uhVal.QuadPart, dest); return; in ConvertPropVariantToShortString() 134 case VT_I8: ConvertInt64ToString(prop.hVal.QuadPart, dest); return; in ConvertPropVariantToShortString()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | clock.cc | 142 elapsed_ms.QuadPart = elapsed_ms.QuadPart - ref_point_.counter_ms.QuadPart; in GetTime() 149 filetime_ref_as_ul.QuadPart += in GetTime() 150 static_cast<ULONGLONG>((elapsed_ms.QuadPart) * 1000 * 10); in GetTime() 172 ref.counter_ms.QuadPart = timeGetTime(); in GetSystemReferencePoint()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | env_time.cc | 61 li.QuadPart -= kUnixEpochStartTicks; in NowNanos() 64 li.QuadPart *= kFtToNanoSec; in NowNanos() 65 return li.QuadPart; in NowNanos()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 224 return std::chrono::nanoseconds(100 * TimeInteger.QuadPart); in toDuration() 233 TimeInteger.QuadPart -= 11644473600ll * 10000000; in toTimePoint() 236 return TimePoint<>(std::chrono::nanoseconds(100 * TimeInteger.QuadPart)); in toTimePoint() 241 TimeInteger.QuadPart = TP.time_since_epoch().count() / 100; in toFILETIME() 242 TimeInteger.QuadPart += 11644473600ll * 10000000; in toFILETIME()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Fence11.cpp | 127 mCounterFrequency = counterFreqency.QuadPart; in Sync11() 172 LONGLONG endCounter = currentCounter.QuadPart + mCounterFrequency * timeoutInSeconds; in clientWait() 175 if (endCounter < currentCounter.QuadPart) in clientWait() 181 while (currentCounter.QuadPart < endCounter && !result) in clientWait() 201 if (currentCounter.QuadPart >= endCounter) in clientWait()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 222 return std::chrono::nanoseconds(100 * TimeInteger.QuadPart); in toDuration() 231 TimeInteger.QuadPart -= 11644473600ll * 10000000; in toTimePoint() 234 return TimePoint<>(std::chrono::nanoseconds(100 * TimeInteger.QuadPart)); in toTimePoint() 239 TimeInteger.QuadPart = TP.time_since_epoch().count() / 100; in toFILETIME() 240 TimeInteger.QuadPart += 11644473600ll * 10000000; in toFILETIME()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | time_windows.cc | 40 g_time_scale = 1.0 / (double)frequency.QuadPart; in gpr_time_init() 59 diff = timestamp.QuadPart - g_start_time.QuadPart; in now_impl()
|
/external/pdfium/core/fxcrt/ |
D | cfx_fileaccess_windows.cpp | 89 return (FX_FILESIZE)size.QuadPart; in GetSize() 101 return (FX_FILESIZE)newPos.QuadPart; in GetPosition() 109 dist.QuadPart = pos; in SetPosition() 114 return (FX_FILESIZE)newPos.QuadPart; in SetPosition()
|
/external/libjpeg-turbo/ |
D | tjutil.c | 39 return (double)freq.QuadPart; in getFreq() 52 return (double)t.QuadPart / f; in getTime()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_clock.c | 52 return ((OPJ_FLOAT64) t.QuadPart / (OPJ_FLOAT64) freq.QuadPart) ; in opj_clock()
|
/external/deqp-deps/amber/samples/ |
D | timestamp.cc | 51 static_cast<double>(tick_per_seconds.QuadPart); in SampleGetTimestampNs() 52 timestamp = uint64_t(static_cast<double>(ticks.QuadPart) * tick_duration_ns); in SampleGetTimestampNs()
|
/external/perfetto/src/base/ |
D | time.cc | 36 double elapsed_nanoseconds = (1e9 * counter.QuadPart) / freq.QuadPart; in GetWallTimeNs()
|