Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_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);
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()
117 gpsntp_from_daytime1(TcCivilDate *dt, l_fp fofs, l_fp pivot) { in gpsntp_from_daytime1() argument
118 return gpsntp_from_daytime1_ex(dt, fofs, pivot, TRUE); in gpsntp_from_daytime1()
[all …]
/freebsd/contrib/ntp/libntp/
H A Dntp_calgps.c190 l_fp fofs, in _gpsntp_from_daytime() argument
227 l_fp fofs, in gpsntp_from_daytime2_ex() argument
247 l_fp fofs, in gpsntp_from_daytime1_ex() argument
271 l_fp fofs, in gpsntp_from_calendar_ex() argument
400 l_fp fofs, in gpscal_from_calendar_ex() argument
471 gpscal_add_offset(&gps, fofs); in gpscal_from_calendar_ex()
506 l_fp fofs in gpscal_from_gpsweek() argument
514 gpscal_add_offset(&retv, fofs); in gpscal_from_gpsweek()
524 l_fp fofs, in _gpscal_from_weektime() argument
557 l_fp fofs, in gpscal_from_weektime2() argument
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_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()
H A Drefclock_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/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S312 #define fofs 128 /* adjust offset in key schedule to keep |disp| < 128 */ macro
313 #define fk_ref(x, y) -16*x+fofs+4*y(kptr)
737 sub $fofs, kptr
745 xor fofs(kptr), %eax
746 xor fofs+4(kptr), %ebx
747 xor fofs+8(kptr), %ecx
748 xor fofs+12(kptr), %edx