Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dragonfly/share/misc/
HDscsi_modes58 {TMF_ONLY} t1
59 {DPICZ} t1
60 {D_SENSE} t1
61 {GLTSD} t1
62 {RLEC} t1
64 {NUAR} t1
66 {DQue} t1
67 {EECA} t1
68 {RAC} t1
70 {SWP} t1
[all …]
/dragonfly/games/hack/
HDhack.end.c325 struct toptenentry *t0, *t1, *tprev; in topten() local
370 t1 = tt_head = newttentry(); in topten()
375 t1->date, &t1->uid, in topten()
376 &t1->level, &t1->maxlvl, in topten()
377 &t1->hp, &t1->maxhp, &t1->points, in topten()
378 &t1->plchar, &t1->sex, t1->name, t1->death) != 11 in topten()
379 || t1->points < POINTSMIN) in topten()
380 t1->points = 0; in topten()
381 if (rank0 < 0 && t1->points < t0->points) { in topten()
387 t0->tt_next = t1; in topten()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDipa-icf-gimple.c90 func_checker::compare_ssa_name (tree t1, tree t2) in compare_ssa_name() argument
92 gcc_assert (TREE_CODE (t1) == SSA_NAME); in compare_ssa_name()
95 unsigned i1 = SSA_NAME_VERSION (t1); in compare_ssa_name()
108 if (SSA_NAME_IS_DEFAULT_DEF (t1)) in compare_ssa_name()
110 tree b1 = SSA_NAME_VAR (t1); in compare_ssa_name()
150 func_checker::compare_decl (tree t1, tree t2) in compare_decl() argument
152 if (!auto_var_in_fn_p (t1, m_source_func_decl) in compare_decl()
154 return return_with_debug (t1 == t2); in compare_decl()
156 tree_code t = TREE_CODE (t1); in compare_decl()
158 && DECL_BY_REFERENCE (t1) != DECL_BY_REFERENCE (t2)) in compare_decl()
[all …]
HDipa-devirt.c494 types_odr_comparable (tree t1, tree t2, bool strict)
497 || (strict ? (main_odr_variant (t1) == main_odr_variant (t2)
498 && main_odr_variant (t1))
499 : TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2))
500 || (odr_type_p (t1) && odr_type_p (t2))
501 || (TREE_CODE (t1) == RECORD_TYPE && TREE_CODE (t2) == RECORD_TYPE
502 && TYPE_BINFO (t1) && TYPE_BINFO (t2)
503 && polymorphic_type_binfo_p (TYPE_BINFO (t1))
511 types_must_be_same_for_odr (tree t1, tree t2)
513 if (types_odr_comparable (t1, t2))
[all …]
HDipa-icf-gimple.h157 bool compare_ssa_name (tree t1, tree t2);
201 bool compare_decl (tree t1, tree t2);
204 bool compare_tree_ssa_label (tree t1, tree t2);
207 bool compare_memory_operand (tree t1, tree t2);
211 bool compare_cst_or_decl (tree t1, tree t2);
216 bool compare_operand (tree t1, tree t2);
220 bool compare_asm_inputs_outputs (tree t1, tree t2);
224 bool compare_function_decl (tree t1, tree t2);
227 bool compare_variable_decl (tree t1, tree t2);
232 static bool compatible_polymorphic_types_p (tree t1, tree t2,
[all …]
HDtree-vector-builder.c63 tree_vector_builder::new_binary_operation (tree type, tree t1, tree t2, in new_binary_operation() argument
67 gcc_assert (known_eq (full_nelts, TYPE_VECTOR_SUBPARTS (TREE_TYPE (t1))) in new_binary_operation()
88 unsigned int npatterns = least_common_multiple (VECTOR_CST_NPATTERNS (t1), in new_binary_operation()
90 unsigned int nelts_per_pattern = MAX (VECTOR_CST_NELTS_PER_PATTERN (t1), in new_binary_operation()
109 tree_vector_builder::binary_encoded_nelts (tree t1, tree t2) in binary_encoded_nelts() argument
111 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (t1)); in binary_encoded_nelts()
114 unsigned int npatterns = least_common_multiple (VECTOR_CST_NPATTERNS (t1), in binary_encoded_nelts()
116 unsigned int nelts_per_pattern = MAX (VECTOR_CST_NELTS_PER_PATTERN (t1), in binary_encoded_nelts()
/dragonfly/crypto/openssh/
HDsmult_curve25519_ref.c191 unsigned int t1[32]; in recip() local
195 /* 4 */ square(t1,z2); in recip()
196 /* 8 */ square(t0,t1); in recip()
203 /* 2^7 - 2^2 */ square(t1,t0); in recip()
204 /* 2^8 - 2^3 */ square(t0,t1); in recip()
205 /* 2^9 - 2^4 */ square(t1,t0); in recip()
206 /* 2^10 - 2^5 */ square(t0,t1); in recip()
210 /* 2^12 - 2^2 */ square(t1,t0); in recip()
211 /* 2^20 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t0,t1); square(t1,t0); } in recip()
212 /* 2^20 - 2^0 */ mult(z2_20_0,t1,z2_10_0); in recip()
[all …]
HDrijndael.c765 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
781t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in rijndaelEncrypt()
785 … s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8]; in rijndaelEncrypt()
786 … s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9]; in rijndaelEncrypt()
787 … s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10]; in rijndaelEncrypt()
788 … s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11]; in rijndaelEncrypt()
791t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in rijndaelEncrypt()
795 … s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16]; in rijndaelEncrypt()
796 … s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17]; in rijndaelEncrypt()
797 … s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18]; in rijndaelEncrypt()
[all …]
/dragonfly/contrib/openbsd_libm/src/
HDe_hypot.c53 double a=x,b=y,t1,t2,yy1,y2,w; in hypot() local
85 t1=0; in hypot()
86 SET_HIGH_WORD(t1,0x7fd00000); /* t1=2^1022 */ in hypot()
87 b *= t1; in hypot()
88 a *= t1; in hypot()
101 t1 = 0; in hypot()
102 SET_HIGH_WORD(t1,ha); in hypot()
103 t2 = a-t1; in hypot()
104 w = sqrt(t1*t1-(b*(-b)-t2*(a+t1))); in hypot()
110 t1 = 0; in hypot()
[all …]
HDe_hypotf.c22 float a=x,b=y,t1,t2,yy1,y2,w; in hypotf() local
49 SET_FLOAT_WORD(t1,0x3f000000); /* t1=2^126 */ in hypotf()
50 b *= t1; in hypotf()
51 a *= t1; in hypotf()
64 SET_FLOAT_WORD(t1,ha&0xfffff000); in hypotf()
65 t2 = a-t1; in hypotf()
66 w = sqrtf(t1*t1-(b*(-b)-t2*(a+t1))); in hypotf()
71 SET_FLOAT_WORD(t1,ha+0x00800000); in hypotf()
72 t2 = a - t1; in hypotf()
73 w = sqrtf(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotf()
[all …]
HDe_powf.c56 float yy1,t1,t2,r,s,t,u,v,w; in powf() local
136 t1 = u+v; in powf()
137 GET_FLOAT_WORD(is,t1); in powf()
138 SET_FLOAT_WORD(t1,is&0xfffff000); in powf()
139 t2 = v-(t1-u); in powf()
187 t1 = (((z_h+z_l)+dp_h[k])+t); in powf()
188 GET_FLOAT_WORD(is,t1); in powf()
189 SET_FLOAT_WORD(t1,is&0xfffff000); in powf()
190 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in powf()
200 p_l = (y-yy1)*t1+y*t2; in powf()
[all …]
/dragonfly/sys/crypto/rijndael/
HDrijndael-alg-fst.c863 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
879t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in rijndaelEncrypt()
883 … s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8]; in rijndaelEncrypt()
884 … s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9]; in rijndaelEncrypt()
885 … s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10]; in rijndaelEncrypt()
886 … s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11]; in rijndaelEncrypt()
889t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in rijndaelEncrypt()
893 … s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16]; in rijndaelEncrypt()
894 … s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17]; in rijndaelEncrypt()
895 … s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18]; in rijndaelEncrypt()
[all …]
/dragonfly/crypto/libressl/crypto/aes/
HDaes_core.c792 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
810t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in AES_encrypt()
814 … s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8]; in AES_encrypt()
815 … s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9]; in AES_encrypt()
816 … s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10]; in AES_encrypt()
817 … s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11]; in AES_encrypt()
820t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in AES_encrypt()
824 … s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16]; in AES_encrypt()
825 … s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17]; in AES_encrypt()
826 … s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18]; in AES_encrypt()
[all …]
/dragonfly/contrib/openbsd_libm/src/ld80/
HDe_hypotl.c52 long double a,b,t1,t2,yy1,y2,w; in hypotl() local
84 SET_LDOUBLE_WORDS(t1, 0x7ffd, 0, 0); /* t1=2^16382 */ in hypotl()
85 b *= t1; in hypotl()
86 a *= t1; in hypotl()
101 SET_LDOUBLE_WORDS(t1,ea,high,0); in hypotl()
102 t2 = a-t1; in hypotl()
103 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()
111 SET_LDOUBLE_WORDS(t1,ea+1,high,0); in hypotl()
112 t2 = a - t1; in hypotl()
113 w = sqrtl(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
[all …]
/dragonfly/sys/crypto/camellia/
HDcamellia.c108 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
113 t1 = ir >> 16; \
115 ^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
116 ^ CAMELLIA_SP3033(t1 & 0xff) \
128 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \ argument
137 t1 = klr; \
139 t1 |= lr; \
140 ll ^= t1; \
144 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
443 uint32_t il, ir, t0, t1, w0, w1; in camellia_setup128() local
[all …]
/dragonfly/contrib/tre/lib/
HDtre-match-utils.h248 const tre_tag_t *t1, *t2; in tre_minimal_tag_order() local
250 t1 = tags1 + start; in tre_minimal_tag_order()
253 if (t1->count == 0 || t2->count == 0) in tre_minimal_tag_order()
257 if (t1->value != t2->value) in tre_minimal_tag_order()
260 t1 = tags1 + end; in tre_minimal_tag_order()
264 if (t1->count == 0) in tre_minimal_tag_order()
275 return t2->value - t1->value; in tre_minimal_tag_order()
281 tre_tag_order_1(int i, tre_tag_direction_t dir, const tre_tag_t *t1, in tre_tag_order_1() argument
286 t1 += i; in tre_tag_order_1()
294 return t2->value - t1->value; in tre_tag_order_1()
[all …]
/dragonfly/contrib/lvm2/dist/lib/misc/
HDtimestamp.c62 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2) in cmp_timestamp() argument
64 if(t1->t.tv_sec < t2->t.tv_sec) in cmp_timestamp()
66 if(t1->t.tv_sec > t2->t.tv_sec) in cmp_timestamp()
69 if(t1->t.tv_nsec < t2->t.tv_nsec) in cmp_timestamp()
71 if(t1->t.tv_nsec > t2->t.tv_nsec) in cmp_timestamp()
111 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2) in cmp_timestamp() argument
113 if(t1->t.tv_sec < t2->t.tv_sec) in cmp_timestamp()
115 if(t1->t.tv_sec > t2->t.tv_sec) in cmp_timestamp()
118 if(t1->t.tv_usec < t2->t.tv_usec) in cmp_timestamp()
120 if(t1->t.tv_usec > t2->t.tv_usec) in cmp_timestamp()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDtypeck.c269 cp_common_type (tree t1, tree t2) in cp_common_type() argument
271 enum tree_code code1 = TREE_CODE (t1); in cp_common_type()
279 attributes = (*targetm.merge_type_attributes) (t1, t2); in cp_common_type()
281 if (SCOPED_ENUM_P (t1) || SCOPED_ENUM_P (t2)) in cp_common_type()
283 if (TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2)) in cp_common_type()
284 return build_type_attribute_variant (t1, attributes); in cp_common_type()
290 gcc_assert (ARITHMETIC_TYPE_P (t1) in cp_common_type()
291 || TREE_CODE (t1) == VECTOR_TYPE in cp_common_type()
292 || UNSCOPED_ENUM_P (t1)); in cp_common_type()
302 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in cp_common_type()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDtypeck.c261 cp_common_type (tree t1, tree t2) in cp_common_type() argument
263 enum tree_code code1 = TREE_CODE (t1); in cp_common_type()
272 attributes = (*targetm.merge_type_attributes) (t1, t2); in cp_common_type()
274 if (SCOPED_ENUM_P (t1) || SCOPED_ENUM_P (t2)) in cp_common_type()
276 if (TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2)) in cp_common_type()
277 return build_type_attribute_variant (t1, attributes); in cp_common_type()
283 gcc_assert (ARITHMETIC_TYPE_P (t1) in cp_common_type()
284 || VECTOR_TYPE_P (t1) in cp_common_type()
285 || UNSCOPED_ENUM_P (t1)); in cp_common_type()
295 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in cp_common_type()
[all …]
/dragonfly/contrib/gmp/mpz/
HDfac_ui.c111 mpz_t t1, st[8 * sizeof (unsigned long) + 1 - APCONST]; in mpz_fac_ui() local
154 mpz_init2 (t1, 2 * z); in mpz_fac_ui()
157 ap_product_small (t1, CNST_LIMB(3), CNST_LIMB(2), (n - 1) / 2, 4L); in mpz_fac_ui()
158 mpz_mul (x, x, t1); in mpz_fac_ui()
159 mpz_clear (t1); in mpz_fac_ui()
167 mpz_init2 (t1, 2 * z); in mpz_fac_ui()
179 ap_product_small (t1, CNST_LIMB(2), CNST_LIMB(1), n / 4 - 1, 4L); in mpz_fac_ui()
181 mpz_mul (t1, t1, st[0]); in mpz_fac_ui()
184 mpz_mul (x, x, t1); in mpz_fac_ui()
185 mpz_clear (t1); in mpz_fac_ui()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
Dassoc_container.hpp123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
133 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in basic_hash_table() argument
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
138 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()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
Dassoc_container.hpp123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
133 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in basic_hash_table() argument
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
138 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()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto.c440 const_tree t1 = (const_tree) p1; in gimple_canonical_type_eq() local
442 return gimple_canonical_types_compatible_p (CONST_CAST_TREE (t1), in gimple_canonical_type_eq()
1004 compare_tree_sccs_1 (tree t1, tree t2, tree **map) in compare_tree_sccs_1() argument
1012 (*map)[0] = t1; in compare_tree_sccs_1()
1019 if (X(t1) != X(t2)) \ in compare_tree_sccs_1()
1024 code = TREE_CODE (t1); in compare_tree_sccs_1()
1026 if (!TYPE_P (t1)) in compare_tree_sccs_1()
1035 if (DECL_P (t1)) in compare_tree_sccs_1()
1037 else if (TYPE_P (t1)) in compare_tree_sccs_1()
1039 if (TYPE_P (t1)) in compare_tree_sccs_1()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDgimple.c3210 lookup_type_pair (tree t1, tree t2) in lookup_type_pair() argument
3218 if (TYPE_UID (t1) < TYPE_UID (t2)) in lookup_type_pair()
3220 uid1 = TYPE_UID (t1); in lookup_type_pair()
3226 uid2 = TYPE_UID (t1); in lookup_type_pair()
3300 compare_type_names_p (tree t1, tree t2) in compare_type_names_p() argument
3302 tree name1 = TYPE_NAME (t1); in compare_type_names_p()
3394 gtc_visit (tree t1, tree t2, in gtc_visit() argument
3406 if (t1 == t2) in gtc_visit()
3410 if (t1 == NULL_TREE || t2 == NULL_TREE) in gtc_visit()
3414 if (TREE_CODE (t1) != TREE_CODE (t2)) in gtc_visit()
[all …]
HDsched-vis.c551 char t1[BUF_LEN], t2[BUF_LEN], t3[BUF_LEN]; in print_pattern() local
556 print_value (t1, SET_DEST (x), verbose); in print_pattern()
558 sprintf (buf, "%s=%s", t1, t2); in print_pattern()
570 print_value (t1, XEXP (x, 0), verbose); in print_pattern()
571 sprintf (buf, "clobber %s", t1); in print_pattern()
574 print_value (t1, XEXP (x, 0), verbose); in print_pattern()
575 sprintf (buf, "use %s", t1); in print_pattern()
578 print_value (t1, PAT_VAR_LOCATION_LOC (x), verbose); in print_pattern()
579 sprintf (buf, "loc %s", t1); in print_pattern()
584 print_value (t1, XEXP (COND_EXEC_TEST (x), 0), verbose); in print_pattern()
[all …]

1234567891011