Searched refs:t21 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 49 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 D | aes_ct64.c | 49 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 D | main.c | 1328 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 D | ntp_proto.c | 2569 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 D | e_lgammal_r.c | 89 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 D | ntp.h | 377 double t21; /* outbound packet delay */ 373 double t21; /* outbound packet delay */ global() member
|