Home
last modified time | relevance | path

Searched refs:HighPart (Results 1 – 23 of 23) sorted by relevance

/external/zlib/src/contrib/testzlib/
Dtestzlib.c10 R->HighPart = A.HighPart - B.HighPart; in MyDoMinus64()
16 R->HighPart --; in MyDoMinus64()
49 pbeginTime64->HighPart=dwEdx; in myGetRDTSC32()
62 LIres.LowPart=LIres.HighPart=0; in GetResRdtsc()
89 pbeginTime64->HighPart = 0; in BeginCountPerfCounter()
/external/skia/tools/timer/
DSysTimer_windows.cpp22 start_cpu_sys.HighPart = sysTime.dwHighDateTime; in win_cpu_time()
24 start_cpu_usr.HighPart = usrTime.dwHighDateTime; in win_cpu_time()
/external/lzma/C/
D7zFile.c174 value.HighPart = (LONG)((UInt64)*pos >> 16 >> 16); /* for case when UInt64 is 32-bit only */ in File_Seek()
182 value.LowPart = SetFilePointer(p->handle, value.LowPart, &value.HighPart, moveMethod); in File_Seek()
189 *pos = ((Int64)value.HighPart << 32) | value.LowPart; in File_Seek()
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc167 time_start.HighPart = start_time_.dwHighDateTime; in SetProcessUptime()
171 time_now.HighPart = now.dwHighDateTime; in SetProcessUptime()
/external/skia/src/ports/
DSkTime_win.cpp49 li.HighPart = ft.dwHighDateTime; in GetMSecs()
/external/deqp/framework/delibs/deutil/
DdeClock.c44 DE_ASSERT(freq.LowPart != 0 || freq.HighPart != 0); in deGetMicroseconds()
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp400 a.HighPart = KernelTime.dwHighDateTime; in main()
402 b.HighPart = UserTime.dwHighDateTime; in main()
/external/zlib/src/contrib/minizip/
Diowin32.c245 LONG lHigh = pos.HighPart; in MySetFilePointerEx()
254 newPos->HighPart = lHigh; in MySetFilePointerEx()
/external/wpa_supplicant_8/src/utils/
Dos_win32.c42 li.HighPart = ft.dwHighDateTime; in os_get_time()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h74 uint64_t HighPart; member
/external/clang/lib/CodeGen/
DTargetInfo.cpp2546 llvm::Type *HighPart = nullptr; in classifyReturnType() local
2559 HighPart = GetINTEGERTypeAtOffset(CGT.ConvertType(RetTy), 8, RetTy, 8); in classifyReturnType()
2561 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
2564 HighPart = GetSSETypeAtOffset(CGT.ConvertType(RetTy), 8, RetTy, 8); in classifyReturnType()
2566 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
2587 HighPart = GetSSETypeAtOffset(CGT.ConvertType(RetTy), 8, RetTy, 8); in classifyReturnType()
2589 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
2597 if (HighPart) in classifyReturnType()
2598 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout()); in classifyReturnType()
2681 llvm::Type *HighPart = nullptr; in classifyArgumentType() local
[all …]
/external/lzma/CPP/Windows/
DFileIO.cpp205 value.LowPart = ::SetFilePointer(_handle, value.LowPart, &value.HighPart, moveMethod); in Seek()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Ddxgi.idl53 LONG HighPart;
/external/llvm/lib/Support/Windows/
DPath.inc160 UI.HighPart = LastWriteTimeHigh;
455 FT.dwHighDateTime = UI.HighPart;
DProcess.inc55 TimeInteger.HighPart = Time.dwHighDateTime;
/external/netperf/
Dnetlib.c3541 assert((DeltaTimestamp.HighPart == 0) && in delta_micro()
/external/protobuf/gtest/src/
Dgtest.cc759 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc781 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()
/external/mesa3d/src/gtest/src/
Dgtest.cc781 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc782 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()
/external/gtest/src/
Dgtest.cc796 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc2099 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc2280 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()