Searched refs:t4 (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) argument
80 : base_type(t0, t1, t2, t3, t4)
86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) argument
87 : base_type(t0, t1, t2, t3, t4, t5)
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
94 : base_type(t0, t1, t2, t3, t4, t5, t6)
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) argument
101 : base_type(t0, t1, t2, t3, t4, t5, t6, t7)
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) argument
108 : base_type(t0, t1, t2, t3, t4, t
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c260 int t4; local
277 t4 = 5;
288 t4 = 5;
297 t4 = 10;
306 t4 = 10;
315 t4 = 15;
324 t4 = 20;
333 t4 = 30;
353 t4 = FLASH_RoundUP(t4 * clocks_u
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl119 $t4="r28";
287 extrdi $t4,$t7,16,48
291 std $t4,`$FRAME+32`($sp)
301 lwz $t4,4($np) ; load n[j] as 32-bit word pair
311 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
329 std $t4,`$FRAME+96`($sp)
432 lwz $t4,4($np) ; load n[j] as 32-bit word pair
442 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
452 std $t4,`$FRAME+96`($sp)
460 ld $t4,`
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_mult.c155 BIGNUM *t3, *t4, *t5; local
175 t4 = BN_CTX_get(ctx);
190 if (!group->meth->field_sqr(group, t4, x, ctx)) goto err;
191 if (!BN_GF2m_add(t4, t4, y)) goto err;
192 if (!group->meth->field_mul(group, t4, t4, t3, ctx)) goto err;
193 if (!BN_GF2m_add(t4, t4, z2)) goto err;
197 if (!group->meth->field_mul(group, t4, t
[all...]
/freebsd-10.0-release/sys/mips/include/
H A Dregdef.h66 #define t4 $12 macro
91 * the old ABI, they map to t4-t7, and in the new ABI, they map to a4-a7.
H A Dframe.h65 register_t t4; member in struct:trapframe
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser.hpp508 const token_type& t4,
514 t.type() != t4)
527 const token_type& t4,
536 t.type() != t4 && t.type() != t5 && t.type() != t6 &&
550 const token_type& t4,
560 t.type() != t4 && t.type() != t5 && t.type() != t6 &&
505 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const std::string& textual) argument
524 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const token_type& t5, const token_type& t6, const token_type& t7, const std::string& textual) argument
547 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const token_type& t5, const token_type& t6, const token_type& t7, const token_type& t8, const std::string& textual) argument
/freebsd-10.0-release/contrib/gcc/config/
H A Ddfp-bit.c235 uint32_t t1, t2, t3, t4;
242 memcpy (&t4, src + 12, 4);
246 t4 = __dec_byte_swap (t4);
247 memcpy (dst, &t4, 4);
233 uint32_t t1, t2, t3, t4; local
/freebsd-10.0-release/crypto/openssh/regress/
H A DMakefile3 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec
116 t4:
118 awk '{print $$2}' | diff - ${.CURDIR}/t4.ok
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_termios.c72 #define undefined_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) /**/
99 #define svr4_to_bsd_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \
106 case __CONCAT3(SVR4_,c4,t4): bt->f |= __CONCAT(c4,t4); break; \
130 #define bsd_to_svr4_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \
136 case __CONCAT(c4,t4): st->f |= __CONCAT3(SVR4_,c4,t4); break; \
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_mont.c254 BN_ULONG t1,t2,t3,t4; local
259 t4=nrp[i+3]; ap[i+1]=0;
263 rp[i+3]=t4;
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DAlignOf.h175 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; member in class:llvm::detail::AlignerImpl
/freebsd-10.0-release/lib/msun/src/
H A De_lgamma_r.c114 t4 = 1.79706750811820387126e-02, /* 0x3F9266E7, 0x970AF9EC */ variable
260 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
H A De_lgammaf_r.c47 t4 = 1.7970675603e-02, /* 0x3c93373d */ variable
193 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl105 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
163 lwl $t4,2($i0) # Te2[s2>>8]
167 lwr $t4,1($i0) # Te2[s2>>8]
205 xor $t0,$t4
209 lw $t4,0($i0) # Te0[s0>>24]
224 xor $t0,$t4
268 lbu $t4,2($i0) # Te4[s2>>8]
304 _ins $t4,8
309 xor $t0,$t4
318 lbu $t4,
[all...]
H A Daes-x86_64.pl363 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d");
377 movzb ($sbox,$acc0,1),$t4 #$t0
388 shl \$8,$t4
391 xor $t4,$t0
394 movzb `&lo("$s3")`,$t4
400 movzb ($sbox,$t4,1),$t4 #$t1
418 shl \$16,$t4
421 xor $t4,$t1
933 { my ($t3,$t4,
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_util.c545 * t1 t2 t3 t4 timestamps
554 l_fp *t4
571 ulfptoa(t4, 9));
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_mips.c132 offsetof(struct trapframe, t4),
/freebsd-10.0-release/sys/mips/mips/
H A Ddb_interface.c92 { "t4", DB_OFFSET(t4), db_frame },
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dhashtab.c247 hashval_t t1, t2, t3, t4, q, r; local
252 t4 = t1 + t3;
253 q = t4 >> shift;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dhashtab.c247 hashval_t t1, t2, t3, t4, q, r; local
252 t4 = t1 + t3;
253 q = t4 >> shift;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3729 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3730 TwoToFracPartOfX = DAG.getNode(ISD::FADD, dl, MVT::f32, t4,
3745 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3746 SDValue t5 = DAG.getNode(ISD::FADD, dl, MVT::f32, t4,
3767 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3768 SDValue t5 = DAG.getNode(ISD::FADD, dl, MVT::f32, t4,
3845 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3846 SDValue t5 = DAG.getNode(ISD::FADD, dl, MVT::f32, t4,
3870 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3871 SDValue t5 = DAG.getNode(ISD::FADD, dl, MVT::f32, t4,
3939 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3965 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4035 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4056 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4103 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4119 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4140 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4213 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4229 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4250 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dexpmed.c4092 rtx t1, t2, t3, t4;
4113 t4 = force_operand (gen_rtx_PLUS (compute_mode,
4117 (RSHIFT_EXPR, compute_mode, t4,
4285 rtx t1, t2, t3, t4;
4308 t4 = expand_shift
4315 t4, t3),
4320 t3, t4),
4373 rtx t1, t2, t3, t4;
4396 t4 = expand_shift local
4401 t4, t
4079 rtx t1, t2, t3, t4; local
4272 rtx t1, t2, t3, t4; local
4360 rtx t1, t2, t3, t4; local
[all...]
H A Dtree.h3570 #define build3(c,t1,t2,t3,t4) build3_stat (c,t1,t2,t3,t4 MEM_STAT_INFO)
3573 #define build4(c,t1,t2,t3,t4,t5) build4_stat (c,t1,t2,t3,t4,t5 MEM_STAT_INFO)
3576 #define build5(c,t1,t2,t3,t4,t5,t6) build5_stat (c,t1,t2,t3,t4,t5,t6 MEM_STAT_INFO)
3579 #define build7(c,t1,t2,t3,t4,t5,t6,t7,t8) \
3580 build7_stat (c,t1,t2,t3,t4,t5,t6,t7,t8 MEM_STAT_INFO)
4253 #define fold_build3(c,t1,t2,t3,t4) fold_build3_stat (c, t1, t2, t3, t4 MEM_STAT_INF
[all...]
H A Dtree-complex.c983 tree t1, t2, t3, t4; local
992 t4 = t3;
994 t4 = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, br);
997 ri = gimplify_build2 (bsi, PLUS_EXPR, inner_type, t3, t4);

Completed in 220 milliseconds

12