Home
last modified time | relevance | path

Searched refs:LowPart (Results 1 – 25 of 75) sorted by relevance

123

/external/rust/crates/libz-sys/src/zlib/contrib/testzlib/
Dtestzlib.c11 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/
Dfindalldevstest-perf.c48 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/
D7zFile.c175 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/
Dapp.h168 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/
Dio.c77 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/
DWindowsSupport.h203 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/
DWindowsSupport.h203 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/
Dclock.cc163 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/
DWindowsSupport.h218 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/
Dclient_info.cc168 time_start.LowPart = start_time_.dwLowDateTime; in SetProcessUptime()
172 time_now.LowPart = now.dwLowDateTime; in SetProcessUptime()
/external/libopus/silk/
Ddebug.c97 if( (int)lpPerformanceCount2.LowPart < del ) in silk_TimerSave()
98 del = lpPerformanceCount2.LowPart; in silk_TimerSave()
/external/libcxx/utils/google-benchmark/src/
Dtimers.cc73 kernel.LowPart = kernel_time.dwLowDateTime; in MakeTime()
75 user.LowPart = user_time.dwLowDateTime; in MakeTime()
/external/llvm-project/llvm/utils/benchmark/src/
Dtimers.cc73 kernel.LowPart = kernel_time.dwLowDateTime; in MakeTime()
75 user.LowPart = user_time.dwLowDateTime; in MakeTime()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dtimers.cc73 kernel.LowPart = kernel_time.dwLowDateTime; in MakeTime()
75 user.LowPart = user_time.dwLowDateTime; in MakeTime()
/external/google-benchmark/src/
Dtimers.cc74 kernel.LowPart = kernel_time.dwLowDateTime; in MakeTime()
76 user.LowPart = user_time.dwLowDateTime; in MakeTime()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/VCOM/VCOM-TPM/
DVCOM-TPM.cpp21 convert.LowPart = now.dwLowDateTime;
24 return convert.LowPart;
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_windows.cc35 i.LowPart = ft.dwLowDateTime; in FiletimeToInt()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_windows.cc35 i.LowPart = ft.dwLowDateTime; in FiletimeToInt()
/external/tensorflow/tensorflow/core/platform/windows/
Denv_time.cc58 li.LowPart = system_time.dwLowDateTime; in NowNanos()
/external/clang/test/CodeGen/
Dms-inline-asm.c639 unsigned int LowPart;
643 unsigned int LowPart;
650 __asm mov eax, LargeInteger.LowPart
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Diowin32.c247 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/zlib/contrib/minizip/
Diowin32.c252 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/perfetto/src/profiling/symbolizer/
Dfilesystem_windows.cc42 size.LowPart = file.nFileSizeLow; in WalkDirectories()
/external/deqp/framework/delibs/deutil/
DdeClock.c44 DE_ASSERT(freq.LowPart != 0 || freq.HighPart != 0); in deGetMicroseconds()
/external/llvm-project/lldb/source/Host/windows/
DConnectionGenericFileWindows.cpp314 old_pos.LowPart = m_overlapped.Offset; in IncrementFilePointer()
316 m_overlapped.Offset = old_pos.LowPart; in IncrementFilePointer()

123