Home
last modified time | relevance | path

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

/dports/net/ntp/ntp-4.2.8p15/ports/winnt/ntpd/
H A Dnt_clockstuff.c1278 ULONGLONG InterpTimestamp; in ntp_timestamp_from_counter() local
1287 InterpTimestamp = interp_time(Counterstamp + QPC_offset, FALSE); in ntp_timestamp_from_counter()
1295 InterpTimestamp = Now.ull - in ntp_timestamp_from_counter()
1299 InterpTimestamp = Timestamp; in ntp_timestamp_from_counter()
1306 InterpTimestamp -= FILETIME_1970; in ntp_timestamp_from_counter()
1307 result->l_ui = JAN_1970 + (u_int32)(InterpTimestamp / HECTONANOSECONDS); in ntp_timestamp_from_counter()
1308 result->l_uf = (u_int32)((InterpTimestamp % HECTONANOSECONDS) * in ntp_timestamp_from_counter()