Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/include/
HDntp_calgps.h68 gpscal_from_calendar_ex(TcCivilDate*, l_fp fofs, int/*BOOL*/ warp);
71 gpscal_from_calendar(TcCivilDate *pCiv, l_fp fofs) { in gpscal_from_calendar() argument
72 return gpscal_from_calendar_ex(pCiv, fofs, TRUE); in gpscal_from_calendar()
76 gpscal_from_gpsweek(uint16_t w, int32_t s, l_fp fofs);
79 gpscal_from_weektime1(int32_t wsecs, l_fp fofs, l_fp pivot);
82 gpscal_from_weektime2(int32_t wsecs, l_fp fofs, TcGpsDatum *pivot);
106 gpsntp_from_calendar_ex(TcCivilDate*, l_fp fofs, int/*BOOL*/ warp);
109 gpsntp_from_calendar(TcCivilDate * pCiv, l_fp fofs) { in gpsntp_from_calendar() argument
110 return gpsntp_from_calendar_ex(pCiv, fofs, TRUE); in gpsntp_from_calendar()
114 gpsntp_from_daytime1_ex(TcCivilDate *dt, l_fp fofs, l_fp pivot, int/*BOOL*/ warp);
[all …]
/freebsd-head/contrib/ntp/libntp/
HDntp_calgps.c190 l_fp fofs, in _gpsntp_from_daytime() argument
202 gpsntp_add_offset(&retv, fofs); /* result is normalized */ in _gpsntp_from_daytime()
227 l_fp fofs, in gpsntp_from_daytime2_ex() argument
234 return _gpsntp_from_daytime(jd, fofs, &dpiv, warp); in gpsntp_from_daytime2_ex()
247 l_fp fofs, in gpsntp_from_daytime1_ex() argument
261 return _gpsntp_from_daytime(jd, fofs, &dpiv, warp); in gpsntp_from_daytime1_ex()
271 l_fp fofs, in gpsntp_from_calendar_ex() argument
276 gps = gpscal_from_calendar_ex(jd, fofs, warp); in gpsntp_from_calendar_ex()
400 l_fp fofs, in gpscal_from_calendar_ex() argument
471 gpscal_add_offset(&gps, fofs); in gpscal_from_calendar_ex()
[all …]
/freebsd-head/contrib/ntp/ntpd/
HDrefclock_jupiter.c666 l_fp fofs; in jupiter_parse_t() local
688 fofs = tspec_intv_to_lfp(tofs); in jupiter_parse_t()
689 L_NEG(&fofs); in jupiter_parse_t()
691 ZERO(fofs); in jupiter_parse_t()
711 sweek, fofs, &up->piv_next); in jupiter_parse_t()
715 sweek, fofs, rcvtime); in jupiter_parse_t()
HDrefclock_nmea.c310 static int parse_time (TCivilDate * jd, l_fp * fofs,
1634 l_fp * fofs, /* storage for nsec fraction */ in parse_time() argument
1642 && _parse_frac(dp, &dp, fofs) in parse_time()
1698 l_fp fofs; in parse_gpsw() local
1707 && _parse_frac(dps, &dps, &fofs) in parse_gpsw()
1716 fofs.l_ui -= leap; in parse_gpsw()
1717 *wd = gpscal_from_gpsweek(week, secs, fofs); in parse_gpsw()
/freebsd-head/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
HDaes_amd64.S313 #define fofs 128 /* adjust offset in key schedule to keep |disp| < 128 */ macro
314 #define fk_ref(x, y) -16*x+fofs+4*y(kptr)
738 sub $fofs, kptr
746 xor fofs(kptr), %eax
747 xor fofs+4(kptr), %ebx
748 xor fofs+8(kptr), %ecx
749 xor fofs+12(kptr), %edx