Searched refs:t21 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/tradcpp/dist/tests/
H A DMakefile6 t17 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29 t30 t31 t32 \
/netbsd-current/sys/crypto/aes/
H A Daes_ct.c62 uint32_t t20, t21, t22, t23, t24, t25, t26, t27, t28, t29; local
127 t21 = t17 ^ y20;
132 t25 = t21 ^ t22;
133 t26 = t21 & t23;
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_sse2.c65 __m128i t20, t21, t22, t23, t24, t25, t26, t27, t28, t29; local
130 t21 = t17 ^ y20;
135 t25 = t21 ^ t22;
136 t26 = t21 & t23;
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dmain.c1329 double t21, t34, delta; local
1346 LFPTOD(&tmp, t21);
1352 *offset = (t21 + t34) / 2.;
1353 delta = t21 - t34;
1362 // p_offset = (t21 + t34) / 2.;
1370 // (fabs(t21 + t34) + peer->rootdelay) / 3.
1378 *synch_distance = (fabs(t21 + t34) + FPTOD(p_rdly)) / 3.
1408 TRACE(3, ("sntp offset_calculation:\trec - org t21: %.6f\n"
1410 t21, t34, delta, *offset));
/netbsd-current/lib/libm/ld128/
H A De_lgammal_r.c90 t21 = -1.64508584981658692556994212457518536e-05L, variable
283 y*(t17+y*(t18+y*(t19+y*(t20+y*(t21+y*(t22+y*(t23+
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c2482 double t34, t21; local
2618 LFPTOD(&ci, t21);
2619 p_del = t21 - t34;
2620 p_offset = (t21 + t34) / 2.;
2623 "t21 %.6f t34 %.6f", t21, t34);
2643 LFPTOD(&ci, t21);
2651 "offset %.6f delay %.6f", t21, t34);
2655 p_offset = t21;
2707 LFPTOD(&ci, t21);
[all...]
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp.h375 double t21; /* outbound packet delay */ member in struct:peer

Completed in 221 milliseconds