Searched refs:HighPart (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/Windows/ |
| H A D | WindowsSupport.h | 207 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 D | ConnectionGenericFileWindows.cpp | 313 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 D | KillTheDoctor.cpp | 391 a.HighPart = KernelTime.dwHighDateTime; in main() 393 b.HighPart = UserTime.dwHighDateTime; in main()
|
| /openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 136 li.HighPart = ft.dwHighDateTime; in filetime_to_timespec() 146 ft.dwHighDateTime = li.HighPart; in timespec_to_filetime()
|
| H A D | filesystem_common.h | 600 tmp.u.HighPart = time.dwHighDateTime;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOWindows.cpp | 108 size.HighPart = attr.nFileSizeHigh; in FileSize()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | lib_win32con.c | 609 ustart.HighPart = fstart.dwHighDateTime; in tdiff() 611 uend.HighPart = fend.dwHighDateTime; in tdiff()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 3695 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 D | Path.inc | 175 (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 D | win32.c | 5496 time_t_epoch_base_filetime.HighPart = ft.dwHighDateTime; in Perl_win32_term()
|