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.c2569 double t34, t21; in process_packet()
2698 LFPTOD(&ci, t34); in process_packet()
2705 p_del = t21 - t34; in process_packet()
2706 p_offset = (t21 + t34) / 2.; in process_packet()
2709 "t21 %.9f t34 %.9f", t21, t34); in process_packet()
2725 LFPTOD(&ci, t34); in process_packet()
2731 if (t34 < 0 || t34 > 1.) { in process_packet()
2737 t21, t34); in process_packet()
2515 double t34, t21; process_packet() local
[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()
1361 // p_offset = (t21 + t34) / 2.; in offset_calculation()
1369 // (fabs(t21 + t34) + peer->rootdelay) / 3. in offset_calculation()
1377 *synch_distance = (fabs(t21 + t34) + FPTOD(p_rdly)) / 3. in offset_calculation()
1408 "\txmt - dst t34: %.6f\tdelta: %.6f\toffset: %.6f\n", in offset_calculation()
1409 t21, t34, delta, *offset)); in offset_calculation()
/freebsd/contrib/ntp/include/
H A Dntp.h381 double t34; /* inbound packet delay */
377 double t34; /* inbound packet delay */ global() member