Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/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()
191 i1.HighPart = t->absolute.dwHighDateTime; in isc_time_subtract()
212 i1.HighPart = t1->absolute.dwHighDateTime; in isc_time_microdiff()
214 i2.HighPart = t2->absolute.dwHighDateTime; in isc_time_microdiff()
237 i1.HighPart = t->absolute.dwHighDateTime; in isc_time_seconds()
239 i2.HighPart = temp.dwHighDateTime; in isc_time_seconds()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h204 TimeInteger.HighPart = Time.dwHighDateTime; in toDuration()
213 TimeInteger.HighPart = Time.dwHighDateTime; in toTimePoint()
229 Time.dwHighDateTime = TimeInteger.HighPart; in toFILETIME()
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dgettimeofday.c49 li.HighPart = ft.dwHighDateTime; in gettimeofday()
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h135 li.HighPart = ft.dwHighDateTime; in filetime_to_timespec()
145 ft.dwHighDateTime = li.HighPart; in timespec_to_filetime()
H A Ddirectory_iterator.cpp93 tmp.u.HighPart = time.dwHighDateTime;
/freebsd-13.1/contrib/wpa/src/utils/
H A Dos_win32.c42 li.HighPart = ft.dwHighDateTime; in os_get_time()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp108 size.HighPart = attr.nFileSizeHigh; in FileSize()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp3616 llvm::Type *HighPart = nullptr; in classifyReturnType() local
3631 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
3636 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
3659 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType()
3667 if (HighPart) in classifyReturnType()
3751 llvm::Type *HighPart = nullptr; in classifyArgumentType() local
3766 HighPart = GetINTEGERTypeAtOffset(CGT.ConvertType(Ty), 8, Ty, 8); in classifyArgumentType()
3769 return ABIArgInfo::getDirect(HighPart, 8); in classifyArgumentType()
3776 HighPart = GetSSETypeAtOffset(CGT.ConvertType(Ty), 8, Ty, 8); in classifyArgumentType()
3779 return ABIArgInfo::getDirect(HighPart, 8); in classifyArgumentType()
[all …]
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_match.c1159 utc.HighPart = ftCreationTime_dwHighDateTime; in set_timefilter_find_data()
1169 utc.HighPart = ftLastWriteTime_dwHighDateTime; in set_timefilter_find_data()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc166 (static_cast<uint64_t>(Total.HighPart) << 32) + Total.LowPart;
167 SpaceInfo.free = (static_cast<uint64_t>(Free.HighPart) << 32) + Free.LowPart;
169 (static_cast<uint64_t>(Avail.HighPart) << 32) + Avail.LowPart;
/freebsd-13.1/contrib/libarchive/test_utils/
H A Dtest_main.c1455 wintm.HighPart = fxtime.dwHighDateTime; in assertion_file_time()
2092 fatime.dwHighDateTime = wintm.HighPart; in assertion_utimes()
2099 fmtime.dwHighDateTime = wintm.HighPart; in assertion_utimes()
/freebsd-13.1/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1454 ustart.HighPart = fstart.dwHighDateTime; in tdiff()
1456 uend.HighPart = fend.dwHighDateTime; in tdiff()
/freebsd-13.1/crypto/openssl/apps/
H A Dapps.c2220 tmstart.u.HighPart = now.dwHighDateTime; in app_tminterval()
2225 tmstop.u.HighPart = now.dwHighDateTime; in app_tminterval()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc871 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()
/freebsd-13.1/contrib/sqlite3/
H A Dshell.c2376 epochIntervals.HighPart = epochFileTime.dwHighDateTime; in fileTimeToUnixTime()
2379 fileIntervals.HighPart = pFileTime->dwHighDateTime; in fileTimeToUnixTime()