Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dtime.c95 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 Dfindalldevstest-perf.c44 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 DWindowsSupport.h207 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 Dgettimeofday.c49 li.HighPart = ft.dwHighDateTime; in gettimeofday()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2650 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 Dtime_utils.h87 li.HighPart = ft.dwHighDateTime; in filetime_to_timespec()
96 ft.dwHighDateTime = li.HighPart; in timespec_to_filetime()
H A Dfile_descriptor.h103 tmp.u.HighPart = time.dwHighDateTime;
/freebsd/contrib/wpa/src/utils/
H A Dos_win32.c42 li.HighPart = ft.dwHighDateTime; in os_get_time()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp108 size.HighPart = attr.nFileSizeHigh; in FileSize()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c609 ustart.HighPart = fstart.dwHighDateTime; in tdiff()
611 uend.HighPart = fend.dwHighDateTime; in tdiff()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c1158 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 Dmain.c1312 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 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;
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1464 ustart.HighPart = fstart.dwHighDateTime; in tdiff()
1466 uend.HighPart = fend.dwHighDateTime; in tdiff()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c1483 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 Dapps.c2730 tmstart.u.HighPart = now.dwHighDateTime; in app_tminterval()
2735 tmstop.u.HighPart = now.dwHighDateTime; in app_tminterval()
/freebsd/contrib/sqlite3/
H A Dshell.c7377 epochIntervals.HighPart = epochFileTime.dwHighDateTime; in fileTimeToUnixTime()
7380 fileIntervals.HighPart = pFileTime->dwHighDateTime; in fileTimeToUnixTime()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17421 int64_t HighPart = MinOffset & ~0xfffULL; in getPreferredLargeGEPBaseOffset() local
17422 if (MinOffset >> 12 == MaxOffset >> 12 && isLegalAddImmediate(HighPart)) { in getPreferredLargeGEPBaseOffset()
17424 return HighPart; in getPreferredLargeGEPBaseOffset()