/external/rust/crates/libz-sys/src/zlib/contrib/testzlib/ |
D | testzlib.c | 11 if (A.LowPart >= B.LowPart) in MyDoMinus64() 12 R->LowPart = A.LowPart - B.LowPart; in MyDoMinus64() 15 R->LowPart = A.LowPart - B.LowPart; in MyDoMinus64() 48 pbeginTime64->LowPart=dwEax; in myGetRDTSC32() 62 LIres.LowPart=LIres.HighPart=0; in GetResRdtsc() 88 pbeginTime64->LowPart = GetTickCount(); in BeginCountPerfCounter() 100 dwRet = (GetTickCount() - beginTime64.LowPart)*1; in GetMsecSincePerfCounter()
|
/external/libpcap/testprogs/ |
D | findalldevstest-perf.c | 48 start_kticks.LowPart = start_ktime.dwLowDateTime; in main() 50 start_uticks.LowPart = start_utime.dwLowDateTime; in main() 75 end_kticks.LowPart = end_ktime.dwLowDateTime; in main() 77 end_uticks.LowPart = end_utime.dwLowDateTime; in main()
|
/external/lzma/C/ |
D | 7zFile.c | 175 value.LowPart = (DWORD)*pos; in File_Seek() 184 value.LowPart = SetFilePointer(p->handle, value.LowPart, &value.HighPart, moveMethod); in File_Seek() 185 if (value.LowPart == 0xFFFFFFFF) in File_Seek() 191 *pos = ((Int64)value.HighPart << 32) | value.LowPart; in File_Seek()
|
/external/libavc/test/encoder/ |
D | app.h | 168 s_temp_time.LowPart = s_end_timer.LowPart - s_start_timer.LowPart ; \ 169 …s_elapsed_time = (UWORD32) ( ((DOUBLE)s_temp_time.LowPart / (DOUBLE)frequency.LowPart ) * 1000000…
|
/external/ltp/testcases/kernel/io/disktest/ |
D | io.c | 77 li.LowPart = SetFilePointer(hf, li.LowPart, &li.HighPart, MoveMethod); in FileSeek64() 79 if (li.LowPart == 0xFFFFFFFF && GetLastError() != NO_ERROR) { in FileSeek64()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 203 TimeInteger.LowPart = Time.dwLowDateTime; in toDuration() 212 TimeInteger.LowPart = Time.dwLowDateTime; in toTimePoint() 228 Time.dwLowDateTime = TimeInteger.LowPart; in toFILETIME()
|
/external/llvm-project/llvm/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 203 TimeInteger.LowPart = Time.dwLowDateTime; in toDuration() 212 TimeInteger.LowPart = Time.dwLowDateTime; in toTimePoint() 228 Time.dwLowDateTime = TimeInteger.LowPart; in toFILETIME()
|
/external/webrtc/system_wrappers/source/ |
D | clock.cc | 163 elapsed_ms.LowPart = t; in GetTime() 170 filetime_ref_as_ul.LowPart = ref_point_.file_time.dwLowDateTime; in GetTime() 176 current_time->dwLowDateTime = filetime_ref_as_ul.LowPart; in GetTime()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 218 TimeInteger.LowPart = Time.dwLowDateTime; in toDuration() 227 TimeInteger.LowPart = Time.dwLowDateTime; in toTimePoint() 243 Time.dwLowDateTime = TimeInteger.LowPart; in toFILETIME()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 168 time_start.LowPart = start_time_.dwLowDateTime; in SetProcessUptime() 172 time_now.LowPart = now.dwLowDateTime; in SetProcessUptime()
|
/external/libopus/silk/ |
D | debug.c | 97 if( (int)lpPerformanceCount2.LowPart < del ) in silk_TimerSave() 98 del = lpPerformanceCount2.LowPart; in silk_TimerSave()
|
/external/libcxx/utils/google-benchmark/src/ |
D | timers.cc | 73 kernel.LowPart = kernel_time.dwLowDateTime; in MakeTime() 75 user.LowPart = user_time.dwLowDateTime; in MakeTime()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | timers.cc | 73 kernel.LowPart = kernel_time.dwLowDateTime; in MakeTime() 75 user.LowPart = user_time.dwLowDateTime; in MakeTime()
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | timers.cc | 73 kernel.LowPart = kernel_time.dwLowDateTime; in MakeTime() 75 user.LowPart = user_time.dwLowDateTime; in MakeTime()
|
/external/google-benchmark/src/ |
D | timers.cc | 74 kernel.LowPart = kernel_time.dwLowDateTime; in MakeTime() 76 user.LowPart = user_time.dwLowDateTime; in MakeTime()
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | get_cpu_stats_windows.cc | 35 i.LowPart = ft.dwLowDateTime; in FiletimeToInt()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/ |
D | get_cpu_stats_windows.cc | 35 i.LowPart = ft.dwLowDateTime; in FiletimeToInt()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/VCOM/VCOM-TPM/ |
D | VCOM-TPM.cpp | 21 convert.LowPart = now.dwLowDateTime; 24 return convert.LowPart;
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | env_time.cc | 58 li.LowPart = system_time.dwLowDateTime; in NowNanos()
|
/external/clang/test/CodeGen/ |
D | ms-inline-asm.c | 639 unsigned int LowPart; 643 unsigned int LowPart; 650 __asm mov eax, LargeInteger.LowPart
|
/external/deqp/framework/delibs/deutil/ |
D | deClock.c | 44 DE_ASSERT(freq.LowPart != 0 || freq.HighPart != 0); in deGetMicroseconds()
|
/external/perfetto/src/profiling/symbolizer/ |
D | filesystem_windows.cc | 42 size.LowPart = file.nFileSizeLow; in WalkDirectories()
|
/external/zlib/contrib/minizip/ |
D | iowin32.c | 252 DWORD dwNewPos = SetFilePointer(hFile, pos.LowPart, &lHigh, dwMoveMethod); in MySetFilePointerEx() 259 newPos->LowPart = dwNewPos; in MySetFilePointerEx() 284 ret=(long)pos.LowPart; in win32_tell_file_func()
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | iowin32.c | 247 DWORD dwNewPos = SetFilePointer(hFile, pos.LowPart, &lHigh, dwMoveMethod); in MySetFilePointerEx() 254 newPos->LowPart = dwNewPos; in MySetFilePointerEx() 279 ret=(long)pos.LowPart; in win32_tell_file_func()
|
/external/llvm-project/lldb/source/Host/windows/ |
D | ConnectionGenericFileWindows.cpp | 314 old_pos.LowPart = m_overlapped.Offset; in IncrementFilePointer() 316 m_overlapped.Offset = old_pos.LowPart; in IncrementFilePointer()
|