/freebsd/contrib/ntp/libntp/lib/isc/win32/ |
H A D | time.c | 95 i1.HighPart = t->absolute.dwHighDateTime; in isc_time_set() 101 t->absolute.dwHighDateTime = i1.HighPart; in isc_time_set() 142 i1.HighPart = t->absolute.dwHighDateTime; in isc_time_nowplusinterval() 150 t->absolute.dwHighDateTime = i1.HighPart; in isc_time_nowplusinterval() 170 i1.HighPart = t->absolute.dwHighDateTime; in isc_time_add() 178 result->absolute.dwHighDateTime = i1.HighPart; in isc_time_add() 191 i1.HighPart = t->absolute.dwHighDateTime; in isc_time_subtract() 199 result->absolute.dwHighDateTime = i1.HighPart; in isc_time_subtract() 212 i1.HighPart = t1->absolute.dwHighDateTime; in isc_time_microdiff() 214 i2.HighPart = t2->absolute.dwHighDateTime; in isc_time_microdiff() [all …]
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | findalldevstest-perf.c | 44 start_kticks.HighPart = start_ktime.dwHighDateTime; in main() 46 start_uticks.HighPart = start_utime.dwHighDateTime; in main() 71 end_kticks.HighPart = end_ktime.dwHighDateTime; in main() 73 end_uticks.HighPart = end_utime.dwHighDateTime; in main()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | gettimeofday.c | 49 li.HighPart = ft.dwHighDateTime; in gettimeofday()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 2650 llvm::Type *HighPart = nullptr; in classifyReturnType() local 2663 HighPart = GetINTEGERTypeAtOffset(CGT.ConvertType(RetTy), 8, RetTy, 8); in classifyReturnType() 2665 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType() 2668 HighPart = GetSSETypeAtOffset(CGT.ConvertType(RetTy), 8, RetTy, 8); in classifyReturnType() 2670 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType() 2691 HighPart = GetSSETypeAtOffset(CGT.ConvertType(RetTy), 8, RetTy, 8); in classifyReturnType() 2693 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType() 2701 if (HighPart) in classifyReturnType() 2702 ResType = GetX86_64ByValArgumentPair(ResType, HighPart, getDataLayout()); in classifyReturnType() 2784 llvm::Type *HighPart = nullptr; in classifyArgumentType() local [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | time_utils.h | 87 li.HighPart = ft.dwHighDateTime; in filetime_to_timespec() 96 ft.dwHighDateTime = li.HighPart; in timespec_to_filetime()
|
H A D | file_descriptor.h | 103 tmp.u.HighPart = time.dwHighDateTime;
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os_win32.c | 42 li.HighPart = ft.dwHighDateTime; in os_get_time()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIOWindows.cpp | 108 size.HighPart = attr.nFileSizeHigh; in FileSize()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 609 ustart.HighPart = fstart.dwHighDateTime; in tdiff() 611 uend.HighPart = fend.dwHighDateTime; in tdiff()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_match.c | 1158 utc.HighPart = ftCreationTime_dwHighDateTime; in set_timefilter_find_data() 1168 utc.HighPart = ftLastWriteTime_dwHighDateTime; in set_timefilter_find_data()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 1312 wintm.HighPart = fxtime.dwHighDateTime; in assertion_file_time() 1823 fatime.dwHighDateTime = wintm.HighPart; in assertion_utimes() 1830 fmtime.dwHighDateTime = wintm.HighPart; in assertion_utimes()
|
/freebsd/contrib/llvm-project/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;
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 1464 ustart.HighPart = fstart.dwHighDateTime; in tdiff() 1466 uend.HighPart = fend.dwHighDateTime; in tdiff()
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 1483 wintm.HighPart = fxtime.dwHighDateTime; in assertion_file_time() 2126 fatime.dwHighDateTime = wintm.HighPart; in assertion_utimes() 2133 fmtime.dwHighDateTime = wintm.HighPart; in assertion_utimes()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 2730 tmstart.u.HighPart = now.dwHighDateTime; in app_tminterval() 2735 tmstop.u.HighPart = now.dwHighDateTime; in app_tminterval()
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 7377 epochIntervals.HighPart = epochFileTime.dwHighDateTime; in fileTimeToUnixTime() 7380 fileIntervals.HighPart = pFileTime->dwHighDateTime; in fileTimeToUnixTime()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 17421 int64_t HighPart = MinOffset & ~0xfffULL; in getPreferredLargeGEPBaseOffset() local 17422 if (MinOffset >> 12 == MaxOffset >> 12 && isLegalAddImmediate(HighPart)) { in getPreferredLargeGEPBaseOffset() 17424 return HighPart; in getPreferredLargeGEPBaseOffset()
|