Searched refs:t10 (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/crypto/openssh/regress/
H A DMakefile3 REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
120 sshd_proxy_orig t10.out t10.out.pub t12.out t12.out.pub \
189 $(OBJ)/t10.out:
192 t10: $(OBJ)/t10.out
193 ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t10.out > /dev/null
194 ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t10.out > /dev/null
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl121 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
173 lwxs $t10,$i2($Tbl) # Te3[s1]
201 rotr $t10,$t10,24
208 xor $t2,$t10
299 lw $t10,0($i2) # Te3[s1]
317 lw $t10,0($i2) # Te3[s1]
338 rotr $t10,$t10,24
364 lwl $t10,
[all...]
/freebsd-12-stable/contrib/bearssl/src/symcipher/
H A Daes_ct.c48 uint32_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; local
103 t10 = y2 & y7;
104 t11 = t10 ^ t7;
H A Daes_ct64.c48 uint64_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; local
103 t10 = y2 & y7;
104 t11 = t10 ^ t7;
/freebsd-12-stable/lib/msun/src/
H A De_lgamma_r.c121 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable
261 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
/freebsd-12-stable/lib/msun/ld128/
H A De_lgammal_r.c82 t10 = 2.25976482322181046611440855340968560e-03L, variable
285 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
/freebsd-12-stable/contrib/ntp/ntpdate/
H A Dntpdate.c751 l_fp t10, t23, tmp; local
879 t10 = server->org; /* pkt.xmt == t1 */
880 L_SUB(&t10, &rbufp->recv_time); /* recv_time == t0*/
890 ci = t10;
900 L_SUB(&t23, &t10);
/freebsd-12-stable/lib/msun/ld80/
H A De_lgammal_r.c113 #define t10 (t10u.e) macro
321 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1038 t10(false, 'a', static_cast<short>(3), 4, 5, 1.5F, -2.5, str, // NOLINT
1042 Print(t10));
1098 t10(false, 'a', static_cast<short>(3), 4, 5, 1.5F, -2.5, str, // NOLINT
1102 Print(t10));
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_dp.c2621 cur.t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >>
2627 DRM_DEBUG_KMS("cur t1_t3 %d t8 %d t9 %d t10 %d t11_t12 %d\n",
2628 cur.t1_t3, cur.t8, cur.t9, cur.t10, cur.t11_t12);
2637 spec.t10 = 500 * 10;
2644 DRM_DEBUG_KMS("vbt t1_t3 %d t8 %d t9 %d t10 %d t11_t12 %d\n",
2645 vbt.t1_t3, vbt.t8, vbt.t9, vbt.t10, vbt.t11_t12);
2655 assign_final(t10);
2663 intel_dp->panel_power_down_delay = get_delay(t10);
2690 (seq->t10 << PANEL_POWER_DOWN_DELAY_SHIFT);
H A Dintel_bios.h459 u16 t10; member in struct:edp_power_seq
/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_prime_i15.c194 #define t10 5 macro
H A Dec_prime_i31.c192 #define t10 5 macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5047 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
5048 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10,
5170 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
5171 LogOfMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t10,
5267 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
5268 Log2ofMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t10,

Completed in 190 milliseconds