Searched refs:t1 (Results 1 - 25 of 345) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/amd/amd/
H A Dmap.c46 #define smallest_t(t1, t2) (t1 != NEVER ? (t2 != NEVER ? (t1 < t2 ? t1 : t2) : t1) : t2)
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1501 % PDF CMaps. See also LaTeX's t1.cmap.
/freebsd-11-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c400 TSortData t1[]=
408 pResult=prepare(t1,3);
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc23 QWORD t1, t2;
26 DosTmrQueryTime(&t1);
30 byte = (t2.ulLo - t1.ulLo) & 0xFF;
31 byte ^= (t2.ulLo - t1.ulLo) >> 8;
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dauto_array_test.cpp118 auto_array< test_array > t1(new test_array[10]);
122 auto_array< test_array > t2(t1);
142 auto_array< test_array > t1(new test_array[10]);
146 auto_array< test_array > t2 = test_array::do_copy(t1);
228 auto_array< test_array > t1(new test_array[10]);
233 t2 = t1;
254 auto_array< test_array > t1(new test_array[10]);
259 t2 = test_array::do_copy(t1);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c6714 unsigned long t1;
6717 t1 = bfd_get_32 (output_bfd, contents + rel->r_offset + 4);
6722 t1 &= ~0xffff;
6724 /* t0 is HA, t1 is LO */
6727 t1 |= relocation & 0xffff;
6730 bfd_put_32 (output_bfd, t1, contents + rel->r_offset + 4);
6699 unsigned long t1; local
H A Delfxx-ia64.c750 bfd_vma t0, t1, s0, s1, s2, br_code;
758 t1 = bfd_getl64 (hit_addr + 8);
765 s1 = ((t0 >> 46) | (t1 << 18)) & 0x1ffffffffffLL;
766 s2 = (t1 >> 23) & 0x1ffffffffffLL;
842 t1 = br_code << 23;
845 bfd_putl64 (t1, hit_addr + 8);
854 bfd_vma t0, t1, i0, i1, i2;
859 t1 = bfd_getl64 (hit_addr + 8);
866 i2 = (t1 >> 23) & 0x0ffffffffffLL;
875 t1
748 bfd_vma t0, t1, s0, s1, s2, br_code; local
852 bfd_vma t0, t1, i0, i1, i2; local
3866 bfd_vma t0, t1, dword; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c539 struct debug_type *t1; member in struct:debug_type_compare_list
3001 debug_type_samep (struct debug_handle *info, struct debug_type *t1,
3008 if (t1 == NULL)
3013 while (t1->kind == DEBUG_KIND_INDIRECT)
3015 t1 = *t1->u.kindirect->slot;
3016 if (t1 == NULL)
3026 if (t1 == t2)
3032 if (t1->kind == DEBUG_KIND_NAMED
3034 return debug_type_samep (info, t1
2998 debug_type_samep(struct debug_handle *info, struct debug_type *t1, struct debug_type *t2) argument
3233 debug_class_type_samep(struct debug_handle *info, struct debug_type *t1, struct debug_type *t2) argument
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfigure4268 echo abfoo >t1
4271 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4272 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4278 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4279 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4285 rm t1 t2
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c2532 #define CONSISTENT_REGISTER_MATCH(m0, g0, t0, m1, g1, t1) \
2535 || ((((m0) & Acc) ? Reg : (t0)) & (((m1) & Acc) ? Reg : (t1)) & Reg) == 0 )
H A Dtc-ia64.c6684 bfd_vma t0 = 0, t1 = 0; local
7134 t1 = ((insn[1] >> 18) & 0x7fffff) | (insn[2] << 23);
7137 number_to_chars_littleendian (f + 8, t1, 8);
11526 bfd_vma insn[3], t0, t1, control_bits; local
11536 t1 = bfd_getl64 (fixpos + 8);
11539 insn[1] = ((t0 >> 46) & 0x3ffff) | ((t1 & 0x7fffff) << 18);
11540 insn[2] = (t1 >> 23) & 0x1ffffffffffLL;
11573 t1 = ((insn[1] >> 18) & 0x7fffff) | (insn[2] << 23);
11575 number_to_chars_littleendian (fixpos + 8, t1, 8);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c247 hashval_t t1, t2, t3, t4, q, r; local
249 t1 = ((ull)x * inv) >> 32;
250 t2 = x - t1;
252 t4 = t1 + t3;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-dis.c71 ia64_insn t0, t1, slot[3], template, s_bit, insn; local
101 t1 = bfd_getl64 (bundle + 8);
105 slot[1] = ((t0 >> 46) & 0x3ffff) | ((t1 & 0x7fffff) << 18);
106 slot[2] = (t1 >> 23) & 0x1ffffffffffLL;
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c61 const struct tcp_index *t1 = p1; local
64 return (asn_compare_oid(&t1->index, &t2->index));
H A DmibII_udp.c58 const struct udp_index *t1 = p1; local
61 return (asn_compare_oid(&t1->index, &t2->index));
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c996 struct fdesc *t, *t1; local
1000 t1 = LIST_NEXT(t, link);
1003 t = t1;
1918 struct timer *t, *t1; local
1922 t1 = LIST_NEXT(t, link);
1925 t = t1;
/freebsd-11-stable/contrib/diff/src/
H A Dutil.c328 register char const *t1 = s1;
334 register unsigned char c1 = *t1++;
344 while (isspace (c1) && c1 != '\n') c1 = *t1++;
356 c1 = *t1++;
359 --t1;
387 && s1 + 1 < t1
388 && isspace ((unsigned char) t1[-2]))
390 --t1;
409 for (;; c1 = *t1++)
324 register char const *t1 = s1; local
/freebsd-11-stable/contrib/gcc/
H A Dalias.c352 objects_must_conflict_p (tree t1, tree t2)
359 if (t1 == 0 && t2 == 0)
363 if (t1 == t2
365 || (t1 != 0 && TYPE_VOLATILE (t1) && t2 != 0 && TYPE_VOLATILE (t2)))
368 set1 = t1 ? get_alias_set (t1) : 0;
373 sure that every subtype of t1 will conflict with every subtype of
350 objects_must_conflict_p(tree t1, tree t2) argument
H A Dc-common.c1123 vector_types_convertible_p (tree t1, tree t2, bool emit_lax_note)
1128 if ((targetm.vector_opaque_p (t1) || targetm.vector_opaque_p (t2))
1129 && tree_int_cst_equal (TYPE_SIZE (t1), TYPE_SIZE (t2)))
1133 (tree_int_cst_equal (TYPE_SIZE (t1), TYPE_SIZE (t2))
1134 && (TREE_CODE (TREE_TYPE (t1)) != REAL_TYPE ||
1135 TYPE_PRECISION (t1) == TYPE_PRECISION (t2))
1136 && (INTEGRAL_TYPE_P (TREE_TYPE (t1))
1142 if (TYPE_VECTOR_SUBPARTS (t1) == TYPE_VECTOR_SUBPARTS (t2)
1143 && comptypes (TREE_TYPE (t1), TREE_TYPE (t2)))
2892 tree t1
1121 vector_types_convertible_p(tree t1, tree t2, bool emit_lax_note) argument
2880 tree t1 = c_common_signed_type (t); local
2888 tree t1; local
6795 same_scalar_type_ignoring_signedness(tree t1, tree t2) argument
[all...]
H A Dc-common.h807 extern bool vector_types_convertible_p (tree t1, tree t2, bool emit_lax_note);
H A Dc-decl.c6139 tree t1 = TREE_TYPE (x);
6140 while (TREE_CODE (t1) == ARRAY_TYPE)
6141 t1 = TREE_TYPE (t1);
6142 if ((TREE_CODE (t1) == RECORD_TYPE || TREE_CODE (t1) == UNION_TYPE)
6143 && C_TYPE_FIELDS_READONLY (t1))
6115 tree t1 = TREE_TYPE (x); local
H A Dc-parser.c5331 struct c_type_name *t1, *t2;
5503 t1 = c_parser_type_name (parser);
5506 if (t1 == NULL)
5513 expr.value = build_va_arg (e1.value, groktypename (t1));
5525 t1 = c_parser_type_name (parser);
5526 if (t1 == NULL)
5540 tree type = groktypename (t1);
5636 t1 = c_parser_type_name (parser);
5637 if (t1 == NULL)
5662 e1 = TYPE_MAIN_VARIANT (groktypename (t1));
5329 struct c_type_name *t1, *t2; local
[all...]
H A Dc-typeck.c137 tree t1;
282 composite_type (tree t1, tree t2)
290 if (t1 == t2) return t1;
293 if (t1 == error_mark_node)
296 return t1;
298 code1 = TREE_CODE (t1);
302 attributes = targetm.merge_type_attributes (t1, t2);
310 return t1;
321 tree pointed_to_1 = TREE_TYPE (t1);
135 tree t1; member in struct:tagged_tu_seen_cache
279 composite_type(tree t1, tree t2) argument
532 common_pointer_type(tree t1, tree t2) argument
590 c_common_type(tree t1, tree t2) argument
756 common_type(tree t1, tree t2) argument
801 tree t1 = type1; local
991 same_translation_unit_p(tree t1, tree t2) argument
1023 alloc_tagged_tu_seen_cache(tree t1, tree t2) argument
1070 tagged_types_tu_compatible_p(tree t1, tree t2) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Ddfp-bit.c203 uint32_t t1, t2;
207 memcpy (&t1, src, 4);
209 t1 = __dec_byte_swap (t1);
212 memcpy (dst + 4, &t1, 4);
235 uint32_t t1, t2, t3, t4;
239 memcpy (&t1, src, 4);
243 t1 = __dec_byte_swap (t1);
250 memcpy (dst + 12, &t1,
201 uint32_t t1, t2; local
233 uint32_t t1, t2, t3, t4; local
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c12074 rtx t1, t2, mask;
12077 t1 = gen_reg_rtx (mode);
12078 emit_insn (gen_subv4si3 (t1, cop0, cop1));
12091 emit_insn (gen_xorv4si3 (x, t1, t2));
12049 rtx t1, t2, mask; local

Completed in 746 milliseconds

1234567891011>>