Home
last modified time | relevance | path

Searched refs:t0a (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl34 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14)
130 ROTL $A,19,$t0a
140 || XOR $t0a,$S0,$S0
168 ROTL $A,19,$t0a
179 || XOR $t0a,$S0,$S0
196 || ROTL $X14,15,$t0a ; modulo-scheduled
209 || XOR $t0a,$s1,$s1
222 ROTL $A,19,$t0a
232 XOR $t0a,$S0,$S0
248 || ROTL $X14,15,$t0a ; modulo-scheduled
/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h782 T_GPS t0a; ///< complete reference time almanac member
921 T_GPS t0a; ///< Reference Time Almanac [sec] member
/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c304 get_mbg_tgps(buffpp, &cfghp->t0a); in get_mbg_cfgh()
478 get_mbg_tgps(buffpp, &almp->t0a); in get_mbg_alm()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c4548 mbg_tgps_str(&p, &cfgh.t0a, BUFFER_SIZE(buffer, p)); in gps16x_message()