Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/libntp/
HDadjtime.c43 long long big_sec, big_usec, new_correction = 0LL; in adjtime() local
50 new_correction = (big_sec * 1000000LL) + big_usec; in adjtime()
87 set_time_correction(new_correction,0,1); in adjtime()