Home
last modified time | relevance | path

Searched refs:t0e (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl36 ($E,$Ectx,$F,$Fctx,$G,$Gctx,$H,$Hctx,$T1,$S1,$s0,$t0e,$t1e,$t2e,$X1,$X15)
132 || ROTL $E,21,$t0e
141 || XOR $t0e,$S1,$S1
170 || ROTL $E,21,$t0e
180 || XOR $t0e,$S1,$S1
195 || ROTL $X1,25,$t0e ; modulo-scheduled
208 XOR $t0e,$s0,$s0
224 || ROTL $E,21,$t0e
233 || XOR $t0e,$S1,$S1
247 || ROTL $X1,25,$t0e ; module-scheduled
/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h876 T_GPS t0e; ///< Reference Time Ephemeris [---] member
/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c439 get_mbg_tgps(buffpp, &ephp->t0e); in get_mbg_eph()