Searched refs:t1 (Results 101 - 125 of 274) sorted by relevance

1234567891011

/freebsd-10.0-release/contrib/gcc/
H A Dhooks.c269 hook_tree_tree_tree_bool_null (tree t0 ATTRIBUTE_UNUSED, tree t1 ATTRIBUTE_UNUSED,
276 hook_tree_tree_tree_null (tree t0 ATTRIBUTE_UNUSED, tree t1 ATTRIBUTE_UNUSED)
290 tree t1 ATTRIBUTE_UNUSED)
305 tree t1 ATTRIBUTE_UNUSED)
H A Dc-typeck.c133 tree t1;
278 composite_type (tree t1, tree t2)
286 if (t1 == t2) return t1;
289 if (t1 == error_mark_node)
292 return t1;
294 code1 = TREE_CODE (t1);
298 attributes = targetm.merge_type_attributes (t1, t2);
306 return t1;
317 tree pointed_to_1 = TREE_TYPE (t1);
131 tree t1; member in struct:tagged_tu_seen_cache
275 composite_type(tree t1, tree t2) argument
528 common_pointer_type(tree t1, tree t2) argument
577 c_common_type(tree t1, tree t2) argument
743 common_type(tree t1, tree t2) argument
788 tree t1 = type1; local
962 same_translation_unit_p(tree t1, tree t2) argument
994 alloc_tagged_tu_seen_cache(tree t1, tree t2) argument
1041 tagged_types_tu_compatible_p(tree t1, tree t2) argument
[all...]
H A Dtree-complex.c983 tree t1, t2, t3, t4; local
985 t1 = gimplify_build2 (bsi, MULT_EXPR, inner_type, ar, br);
996 rr = gimplify_build2 (bsi, MINUS_EXPR, inner_type, t1, t2);
1018 tree rr, ri, div, t1, t2, t3; local
1020 t1 = gimplify_build2 (bsi, MULT_EXPR, inner_type, br, br);
1022 div = gimplify_build2 (bsi, PLUS_EXPR, inner_type, t1, t2);
1024 t1 = gimplify_build2 (bsi, MULT_EXPR, inner_type, ar, br);
1026 t3 = gimplify_build2 (bsi, PLUS_EXPR, inner_type, t1, t2);
1029 t1 = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, br);
1031 t3 = gimplify_build2 (bsi, MINUS_EXPR, inner_type, t1, t
1045 tree rr, ri, ratio, div, t1, t2, tr, ti, cond; local
[all...]
/freebsd-10.0-release/lib/libc/db/test/
H A DMakefile22 rm -f dbtest.core gmon.out ${OBJS} ${PROG} t1 t2 t3
/freebsd-10.0-release/sys/nfs/
H A Dnfs_common.c300 int t1; local
304 t1 = mtod(*md, caddr_t) + (*md)->m_len - *dpos;
305 if (t1 >= s) {
310 cp2 = nfsm_disct(md, dpos, s, t1, how);
331 int t1; local
333 t1 = mtod(*md, caddr_t) + (*md)->m_len - *dpos;
334 if (t1 >= s) {
338 t1 = nfs_adv(md, dpos, s, t1);
339 if (t1)
[all...]
/freebsd-10.0-release/sys/arm/include/
H A Dendian.h88 __uint32_t t1; local
94 : "+r" (v), "=r" (t1));
/freebsd-10.0-release/crypto/openssl/crypto/idea/
H A Didea_lcl.h207 t1=(t0+(x2^x4))&0xffff; \
208 idea_mul(t1,t1,*p,ul); p++; \
209 t0+=t1; \
210 x1^=t1; \
213 x2=x3^t1; \
H A Di_cbc.c139 register unsigned long x1,x2,x3,x4,t0,t1,ul; local
161 t1= x2+ *(p++);
167 d[1]=(x4&0xffff)|((t1&0xffff)<<16);
/freebsd-10.0-release/tools/tools/kttcp/sys/
H A Dkttcp.c153 struct timeval t0, t1; local
183 microtime(&t1);
189 timersub(&t1, &t0, &kio->kio_elapsed);
201 struct timeval t0, t1; local
231 microtime(&t1);
239 timersub(&t1, &t0, &kio->kio_elapsed);
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl105 $t1 ="r6";
130 andc $t1,$g,$e
134 or $t0,$t0,$t1 ; Ch(e,f,g)
143 and $t1,$a,$c
146 xor $t0,$t0,$t1
147 and $t1,$b,$c
150 xor $t0,$t0,$t1 ; Maj(a,b,c)
164 $ROR $t1,@X[($i+14)%16],$sigma1[1]
167 xor $t0,$t0,$t1
168 $SHR $t1,
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/sys/kern/
H A Dsubr_fattime.c140 time_t t1; local
143 t1 = tsp->tv_sec;
145 t1 -= utc_offset();
150 *dtp = (t1 / 2) % 30;
151 *dtp |= ((t1 / 60) % 60) << 5;
152 *dtp |= ((t1 / 3600) % 24) << 11;
155 t2 = t1 / DAY;
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_port.c96 struct bridge_port *t1; local
100 for (t1 = *f_bp;
101 t1 != NULL && bp->sysindex == t1->sysindex;
102 t1 = TAILQ_NEXT(t1, b_p)) {
103 if (bp->if_idx < t1->if_idx) {
104 TAILQ_INSERT_BEFORE(t1, bp, b_p);
105 if (*f_bp == t1)
115 if (t1
131 struct bridge_port *t1; local
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/wpa/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
144 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
146 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3];
/freebsd-10.0-release/contrib/nvi/common/
H A Drecover.c338 char *t1, *t2, *t3; local
449 for (t1 = buf; len > 0; len -= t2 - t1, t1 = t2) {
452 t2 = t1 + (len - 1);
457 t2 = strchr(t1, '\n');
458 if (t2 - t1 <= FMTCOLS)
462 for (t3 = t2; t2 > t1; --t2)
464 if (t2 - t1 <= FMTCOLS)
474 if (fwrite(t1,
[all...]
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dos_win32.c54 time_t t_local, t1, t2; local
75 t1 = mktime(tm1);
79 tz_offset = t2 - t1;
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Dede_cbcm_enc.c141 register DES_LONG t0,t1; local
159 t1=tin1;
185 xor1=t1;
/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dutil.c83 static char const * const t1[] = { local
90 return (encrypt >= SIZE(t1)? "?" : t1[encrypt]);
/freebsd-10.0-release/contrib/ntp/scripts/monitoring/
H A Dntploopstat132 local($t1,$t2,$t3);
133 $t1 = time;
137 die("$0: gettimeofday inconsistency time=$t1,gettimeofday=$t2,time=$t2\n")
138 if (int($t1) != int($t2) && int($t3) != int($t2));
/freebsd-10.0-release/sys/mips/include/
H A Dframe.h57 register_t t1; member in struct:trapframe
62 register_t t1; member in struct:trapframe
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-ppc.pl79 $t1="r13";
104 if ($SIZE_T==8) { die if ($t1 ne "r13"); $t1="r0"; }
363 andi. $t1,$out,3
364 or. $t0,$t0,$t1
382 subfic $t1,$out,4096
385 andi. $t1,$t1,4096-16
485 lwz $t1,4($key)
492 xor $s1,$s1,$t1
[all...]
/freebsd-10.0-release/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-10.0-release/crypto/openssl/crypto/
H A Do_time.c349 time_t t1, t2; local
350 time(&t1);
351 t2 = t1 + offset;
353 OPENSSL_gmtime(&t1, &tm1);

Completed in 155 milliseconds

1234567891011