Home
last modified time | relevance | path

Searched refs:t21 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c49 uint32_t t20, t21, t22, t23, t24, t25, t26, t27, t28, t29; in br_aes_ct_bitslice_Sbox() local
114 t21 = t17 ^ y20; in br_aes_ct_bitslice_Sbox()
119 t25 = t21 ^ t22; in br_aes_ct_bitslice_Sbox()
120 t26 = t21 & t23; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c49 uint64_t t20, t21, t22, t23, t24, t25, t26, t27, t28, t29; in br_aes_ct64_bitslice_Sbox() local
114 t21 = t17 ^ y20; in br_aes_ct64_bitslice_Sbox()
119 t25 = t21 ^ t22; in br_aes_ct64_bitslice_Sbox()
120 t26 = t21 & t23; in br_aes_ct64_bitslice_Sbox()
/freebsd/contrib/ntp/sntp/
H A Dmain.c1328 double t21, t34, delta; in offset_calculation() local
1345 LFPTOD(&tmp, t21); 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()
1407 TRACE(3, ("sntp offset_calculation:\trec - org t21: %.6f\n" in offset_calculation()
1409 t21, t34, delta, *offset)); in offset_calculation()
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c2569 double t34, t21; in process_packet() local
2704 LFPTOD(&ci, t21); 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()
2728 LFPTOD(&ci, t21); in process_packet()
2737 t21, t34); in process_packet()
2740 p_offset = t21; in process_packet()
2792 LFPTOD(&ci, t21); in process_packet()
2793 p_del = fabs(t21 - t34); in process_packet()
[all …]
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c89 t21 = -1.64508584981658692556994212457518536e-05L, variable
282 y*(t17+y*(t18+y*(t19+y*(t20+y*(t21+y*(t22+y*(t23+ in lgammal_r()
/freebsd/contrib/ntp/include/
H A Dntp.h377 double t21; /* outbound packet delay */
373 double t21; /* outbound packet delay */ global() member