Searched refs:int32_to_uint32_2cpl (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_calendar.c154 int32_to_uint32_2cpl( function
526 diff = int32_to_uint32_2cpl(value)
527 - int32_to_uint32_2cpl(pivot);
529 diff = int32_to_uint32_2cpl(pivot)
530 - int32_to_uint32_2cpl(value);
785 us = int32_to_uint32_2cpl(ts);
831 uday = uint32_saturate(int32_to_uint32_2cpl(days), sflag);
1173 uyear = int32_to_uint32_2cpl(years);
1235 mu = int32_to_uint32_2cpl(res.lo);
1653 yu = int32_to_uint32_2cpl(year
[all...]

Completed in 43 milliseconds