Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/
H A Dmain.c1580 diff = sub_tval(systemt, latest); in gettimeofday_cached()
1592 diff = sub_tval(latest, mono); in gettimeofday_cached()
1598 offset = sub_tval(systemt, mono); in gettimeofday_cached()
/freebsd/contrib/ntp/include/
H A Dtimevalops.h211 sub_tval( in sub_tval() function
/freebsd/contrib/ntp/libntp/
H A Dsystime.c402 tvdiff = abs_tval(sub_tval(timetv, tvlast)); in update_uwtmp()