Home
last modified time | relevance | path

Searched refs:t5 (Results 1 – 19 of 19) sorted by relevance

/dflybsd-src/sys/crypto/serpent/
H A Dserpent.c67 t5 = c ^ t4; \
69 g = t2 ^ t5; \
72 t14 = t5 ^ t8; \
74 t12 = t5 | f; \
86 t5 = c ^ t3; \
87 g = d ^ t5; \
90 t9 = t5 & t7; \
92 t11 = t5 ^ t7; \
95 e = t5 ^ t13; \
105 t5 = b | d; \
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp138 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in basic_hash_table() argument
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in basic_hash_table() argument
144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table()
148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in basic_hash_table() argument
149 : base_type(t0, t1, t2, t3, t4, t5, t6, t7) { } in basic_hash_table()
153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, in basic_hash_table() argument
155 : base_type(t0, t1, t2, t3, t4, t5, t6, t7, t8) in basic_hash_table()
591 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in basic_branch() argument
592 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_branch()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp138 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in basic_hash_table() argument
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in basic_hash_table() argument
144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table()
148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in basic_hash_table() argument
149 : base_type(t0, t1, t2, t3, t4, t5, t6, t7) { } in basic_hash_table()
153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, in basic_hash_table() argument
155 : base_type(t0, t1, t2, t3, t4, t5, t6, t7, t8) in basic_hash_table()
591 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in basic_branch() argument
592 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_branch()
[all …]
/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec2_mult.c177 BIGNUM *t3, *t4, *t5; in gf2m_Mxy() local
198 if ((t5 = BN_CTX_get(ctx)) == NULL) in gf2m_Mxy()
201 if (!BN_one(t5)) in gf2m_Mxy()
231 if (!group->meth->field_div(group, t3, t5, t3, ctx)) in gf2m_Mxy()
/dflybsd-src/share/misc/
H A Dscsi_modes166 {Reserved} *t5
226 {Reserved} *t5
313 {Reserved} *t5
352 {Reserved} *t5
380 {Active Format} t5
399 {Reserved} *t5
411 {Reserved} *t5
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_lvds.c57 int t5; member
167 pps->t5 = (val & PANEL_LIGHT_ON_DELAY_MASK) >> in intel_lvds_pps_get_hw_state()
192 pps->t1_t2 == 0 && pps->t5 == 0 && pps->t3 == 0 && pps->tx == 0) { in intel_lvds_pps_get_hw_state()
197 pps->t5 = 200 * 10; in intel_lvds_pps_get_hw_state()
205 pps->t1_t2, pps->t3, pps->t4, pps->t5, pps->tx, in intel_lvds_pps_get_hw_state()
222 (pps->t5 << PANEL_LIGHT_ON_DELAY_SHIFT)); in intel_lvds_pps_init_hw()
/dflybsd-src/contrib/openbsd_libm/src/
H A De_lgammaf_r.c45 t5 = -1.0314224288e-02, /* 0xbc28fcfe */ variable
195 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in lgammaf_r()
H A De_lgamma_r.c109 t5 = -1.03142241298341437450e-02, /* 0xBF851F9F, 0xBA91EC6A */ variable
259 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in lgamma_r()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h4230 #define build4(c,t1,t2,t3,t4,t5) build4_stat (c,t1,t2,t3,t4,t5 MEM_STAT_INFO) argument
4233 #define build5(c,t1,t2,t3,t4,t5,t6) build5_stat (c,t1,t2,t3,t4,t5,t6 MEM_STAT_INFO) argument
4236 #define build6(c,t1,t2,t3,t4,t5,t6,t7) \ argument
4237 build6_stat (c,t1,t2,t3,t4,t5,t6,t7 MEM_STAT_INFO)
4284 #define build4_loc(l,c,t1,t2,t3,t4,t5) \ argument
4285 build4_stat_loc (l,c,t1,t2,t3,t4,t5 MEM_STAT_INFO)
4297 #define build5_loc(l,c,t1,t2,t3,t4,t5,t6) \ argument
4298 build5_stat_loc (l,c,t1,t2,t3,t4,t5,t6 MEM_STAT_INFO)
4311 #define build6_loc(l,c,t1,t2,t3,t4,t5,t6,t7) \ argument
4312 build6_stat_loc (l,c,t1,t2,t3,t4,t5,t6,t7 MEM_STAT_INFO)
H A Domp-low.c3903 tree t5; in expand_omp_for_generic() local
3913 t5 = build_int_cst (c_bool_type, in expand_omp_for_generic()
3919 t = build_call_expr (bfn_decl, 7, t5, t0, t1, t2, t, t3, t4); in expand_omp_for_generic()
3923 6, t5, t0, t1, t2, t3, t4); in expand_omp_for_generic()
H A Dexpmed.c4432 rtx t5; in expand_divmod() local
4433 t5 = expand_unop (compute_mode, one_cmpl_optab, nsign, in expand_divmod()
4436 t4, t5), in expand_divmod()
/dflybsd-src/crypto/openssh/
H A DREADME.DELETED284 ./regress/t5.ok
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Dsse.md5431 rtx t1, t2, t3, t4, t5, t6, thirtytwo;
5441 t5 = gen_reg_rtx (V4SImode);
5464 emit_insn (gen_sse2_pshufd_1 (t5, t1, const0_rtx, const2_rtx,
5470 emit_insn (gen_vec_interleave_lowv4si (op0, t5, t6));
5487 rtx t1, t2, t3, t4, t5, t6, thirtytwo;
5518 /* t5: ((B*E)+(A*F))<<32, ((D*G)+(C*H))<<32 */
5530 t5 = gen_reg_rtx (<MODE>mode);
5548 (t5, gen_lowpart (<ssepackmode>mode, op2),
5553 emit_insn (gen_ashl<mode>3 (t5, t5, thirtytwo));
5557 emit_insn (gen_add<mode>3 (op0, t6, t5));
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexpmed.c4741 rtx t5; in expand_divmod() local
4742 t5 = expand_unop (int_mode, one_cmpl_optab, nsign, in expand_divmod()
4744 quotient = force_operand (gen_rtx_PLUS (int_mode, t4, t5), in expand_divmod()
H A Domp-expand.c2766 tree t5; in expand_omp_for_generic() local
2776 t5 = build_int_cst (c_bool_type, in expand_omp_for_generic()
2783 t = build_call_expr (bfn_decl, 7, t5, t0, t1, t2, t, t3, t4); in expand_omp_for_generic()
2787 6, t5, t0, t1, t2, t3, t4); in expand_omp_for_generic()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c24905 rtx t1, t2, t3, t4, t5, t6, t7, t8, vt, vt2, vec[32]; in ix86_expand_vec_perm() local
25091 t5 = gen_reg_rtx (V4DImode); in ix86_expand_vec_perm()
25092 emit_insn (gen_ashlv4di3 (t5, gen_lowpart (V4DImode, mask), in ix86_expand_vec_perm()
25097 emit_insn (gen_xorv32qi3 (t1, gen_lowpart (V32QImode, t5), vt2)); in ix86_expand_vec_perm()
48417 rtx t1, t2, t3, t4, t5; in expand_vec_perm_even_odd_1() local
48583 t5 = gen_reg_rtx (V4DImode); in expand_vec_perm_even_odd_1()
48604 t3 = gen_avx2_interleave_highv4di (t5, gen_lowpart (V4DImode, t1), in expand_vec_perm_even_odd_1()
48607 t3 = gen_avx2_interleave_lowv4di (t5, gen_lowpart (V4DImode, t1), in expand_vec_perm_even_odd_1()
48610 emit_move_insn (d->target, gen_lowpart (V8SImode, t5)); in expand_vec_perm_even_odd_1()
49633 rtx t1, t2, t3, t4, t5, t6; in ix86_expand_sse2_mulvxdi3() local
[all …]
/dflybsd-src/contrib/ncurses/misc/
H A Dterminfo.src379 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;
384 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;
766 %=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1
771 %=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1
776 %=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1
781 %=%t>%e%p1%{4}%=%t4%e%p1%{5}%=%t7%e%p1%{6}%=%t5%e%p1
824 %t2%e%ga%'3'%=%t6%e%ga%'4'%=%t1%e%ga%'5'%=%t5%e%ga%'6'
827 %t2%e%ga%'3'%=%t6%e%ga%'4'%=%t1%e%ga%'5'%=%t5%e%ga%'6'
4020 setal=\E[%?%p1%{8}%<%t5%p1%d%e58\:2\:\:%p1%{65536}%/%d\:%p1
14375 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;
[all …]
/dflybsd-src/contrib/file/magic/Magdir/
H A Darchive732 # URL: https://community.flexera.com/t5/InstallShield-Knowledge-Base/InstallShield-Redistributable…
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi5075 @} t5;
5078 Here, @code{t5} will take up 2 bytes.