Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h207 TimeInteger.HighPart = Time.dwHighDateTime; in toDuration()
216 TimeInteger.HighPart = Time.dwHighDateTime; in toTimePoint()
232 Time.dwHighDateTime = TimeInteger.HighPart; in toFILETIME()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp313 old_pos.HighPart = m_overlapped.OffsetHigh; in IncrementFilePointer()
317 m_overlapped.OffsetHigh = old_pos.HighPart; in IncrementFilePointer()
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp391 a.HighPart = KernelTime.dwHighDateTime; in main()
393 b.HighPart = UserTime.dwHighDateTime; in main()
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h136 li.HighPart = ft.dwHighDateTime; in filetime_to_timespec()
146 ft.dwHighDateTime = li.HighPart; in timespec_to_filetime()
H A Dfilesystem_common.h600 tmp.u.HighPart = time.dwHighDateTime;
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp108 size.HighPart = attr.nFileSizeHigh; in FileSize()
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_win32con.c609 ustart.HighPart = fstart.dwHighDateTime; in tdiff()
611 uend.HighPart = fend.dwHighDateTime; in tdiff()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp3695 llvm::Type *HighPart = nullptr; in classifyReturnType() local
3708 HighPart = GetINTEGERTypeAtOffset(CGT.ConvertType(RetTy), 8, RetTy, 8); in classifyReturnType()
3710 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
3713 HighPart = GetSSETypeAtOffset(CGT.ConvertType(RetTy), 8, RetTy, 8); in classifyReturnType()
3715 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
3736 HighPart = GetSSETypeAtOffset(CGT.ConvertType(RetTy), 8, RetTy, 8); in classifyReturnType()
3738 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
3746 if (HighPart) in classifyReturnType()
3747 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout()); in classifyReturnType()
3829 llvm::Type *HighPart = nullptr; in classifyArgumentType() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc175 (static_cast<uint64_t>(Total.HighPart) << 32) + Total.LowPart;
176 SpaceInfo.free = (static_cast<uint64_t>(Free.HighPart) << 32) + Free.LowPart;
178 (static_cast<uint64_t>(Avail.HighPart) << 32) + Avail.LowPart;
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c5496 time_t_epoch_base_filetime.HighPart = ft.dwHighDateTime; in Perl_win32_term()