Searched refs:absx (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/ntp/include/
H A Dtimevalops.h384 l_fp absx; local
388 absx = x;
390 L_NEG(&absx);
392 TSFTOTVU(absx.l_uf, out.tv_usec);
393 out.tv_sec = absx.l_i;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dtimespecops.c172 l_fp absx; local
176 absx = x;
178 L_NEG(&absx);
180 out.tv_nsec = FTOTVN(absx.l_uf);
181 out.tv_sec = absx.l_i;

Completed in 238 milliseconds