Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c2515 double t34, t21; in process_packet() local
2645 LFPTOD(&ci, t34); in process_packet()
2652 p_del = t21 - t34; in process_packet()
2673 LFPTOD(&ci, t34); in process_packet()
2679 if (t34 < 0 || t34 > 1.) { in process_packet()
2698 LFPTOD(&ci, t34); in process_packet()
2699 p_offset = t34; in process_packet()
2737 LFPTOD(&ci, t34); in process_packet()
2768 etemp = -t34 - peer->t34; in process_packet()
2786 peer->t34 = -t34; in process_packet()
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c50 uint32_t t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; in br_aes_ct_bitslice_Sbox() local
128 t34 = t23 ^ t33; in br_aes_ct_bitslice_Sbox()
131 t37 = t36 ^ t34; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c50 uint64_t t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; in br_aes_ct64_bitslice_Sbox() local
128 t34 = t23 ^ t33; in br_aes_ct64_bitslice_Sbox()
131 t37 = t36 ^ t34; in br_aes_ct64_bitslice_Sbox()
/freebsd/contrib/ntp/sntp/
H A Dmain.c1328 double t21, t34, delta; in offset_calculation() local
1350 LFPTOD(&tmp, t34); in offset_calculation()
1351 *offset = (t21 + t34) / 2.; in offset_calculation()
1352 delta = t21 - t34; in offset_calculation()
1377 *synch_distance = (fabs(t21 + t34) + FPTOD(p_rdly)) / 3. in offset_calculation()
1409 t21, t34, delta, *offset)); in offset_calculation()
/freebsd/contrib/ntp/include/
H A Dntp.h377 double t34; /* inbound packet delay */ member