Home
last modified time | relevance | path

Searched refs:ft_i64 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs126 unsigned __int64 ft_i64; member
218 MY_CXT.base_systime_as_filetime.ft_i64 > MY_CXT.reset_time) { in _GetSystemTimePreciseAsFileTime()
223 ft.ft_i64 = MY_CXT.base_systime_as_filetime.ft_i64; in _GetSystemTimePreciseAsFileTime()
224 MY_CXT.reset_time = ft.ft_i64 + MAX_PERF_COUNTER_TICKS; in _GetSystemTimePreciseAsFileTime()
231 ft.ft_i64 = MY_CXT.base_systime_as_filetime.ft_i64 in _GetSystemTimePreciseAsFileTime()
234 diff = ft.ft_i64 - MY_CXT.base_systime_as_filetime.ft_i64; in _GetSystemTimePreciseAsFileTime()
238 ft.ft_i64 = MY_CXT.base_systime_as_filetime.ft_i64; in _GetSystemTimePreciseAsFileTime()
257 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(IV_1E7)); in _gettimeofday()
260 tp->tv_usec = (long)((ft.ft_i64 / Const64(10)) % Const64(IV_1E6)); in _gettimeofday()
273 tp->tv_sec = (time_t)((ft.ft_i64 - EPOCH_BIAS) / IV_1E7); in _clock_gettime()
[all …]
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.c2593 unsigned __int64 ft_i64; member
2617 tp->tv_sec = (long)((ft.ft_i64 - EPOCH_BIAS) / Const64(10000000)); in win32_gettimeofday()
2815 ticks.ft_i64 /= 10000; in win32_msgwait()
2816 endtime += ticks.ft_i64; in win32_msgwait()
2832 while (ticks.ft_i64 <= endtime) { in win32_msgwait()
2848 ticks.ft_i64 /= 10000; in win32_msgwait()
2855 if (ticks.ft_i64 > endtime) in win32_msgwait()
2856 endtime = ticks.ft_i64; in win32_msgwait()
2866 if (!ticks.ft_i64 || ticks.ft_i64 > endtime) in win32_msgwait()
2869 ticks.ft_i64 = endtime - ticks.ft_i64; in win32_msgwait()
[all …]