Searched refs:t1 (Results 201 - 225 of 274) sorted by relevance

1234567891011

/freebsd-10.0-release/sys/dev/usb/net/
H A Dusb_ethernet.c104 struct usb_proc_msg *t0, struct usb_proc_msg *t1)
119 usb_proc_msignal(&ue->ue_tq, t0, t1);
129 usb_proc_mwait(&ue->ue_tq, t0, t1);
102 ue_queue_command(struct usb_ether *ue, usb_proc_callback_t *fn, struct usb_proc_msg *t0, struct usb_proc_msg *t1) argument
/freebsd-10.0-release/sys/pc98/include/
H A Dbus.h274 * int bus_space_compare (bus_space_tag_t t1, bus_space_handle_t bsh1,
279 int i386_memio_compare(bus_space_tag_t t1, bus_space_handle_t bsh1,
282 #define bus_space_compare(t1, h1, t2, h2) \
283 i386_memio_compare((t1), (h1), (t2), (h2))
/freebsd-10.0-release/contrib/gcc/
H A Dtree.h3566 #define build1(c,t1,t2) build1_stat (c,t1,t2 MEM_STAT_INFO)
3568 #define build2(c,t1,t2,t3) build2_stat (c,t1,t2,t3 MEM_STAT_INFO)
3570 #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,t
[all...]
H A Doptabs.c2118 rtx t1 = gen_reg_rtx (wider_mode);
2121 if (expand_twoval_unop (unoptab, cop0, t0, t1, unsignedp))
2124 convert_move (targ1, t1, unsignedp);
2242 rtx t1 = gen_reg_rtx (wider_mode);
2247 t0, t1, unsignedp))
2250 convert_move (targ1, t1, unsignedp);
6067 rtx t0 = gen_reg_rtx (mode), t1;
6071 t1 = t0;
6074 t1 = expand_simple_unop (mode, NOT, t1, NULL_RT
2110 rtx t1 = gen_reg_rtx (wider_mode); local
2233 rtx t1 = gen_reg_rtx (wider_mode); local
6041 rtx t0 = gen_reg_rtx (mode), t1; local
6193 rtx t0 = gen_reg_rtx (mode), t1; local
[all...]
H A Dc-common.c1065 vector_types_convertible_p (tree t1, tree t2)
1067 return targetm.vector_opaque_p (t1)
1069 || (tree_int_cst_equal (TYPE_SIZE (t1), TYPE_SIZE (t2))
1070 && (TREE_CODE (TREE_TYPE (t1)) != REAL_TYPE ||
1071 TYPE_PRECISION (t1) == TYPE_PRECISION (t2))
1072 && INTEGRAL_TYPE_P (TREE_TYPE (t1))
2806 tree t1 = c_common_signed_type (t);
2808 /* t1 == t can happen for boolean nodes which are always unsigned. */
2809 if (t1 != t)
2810 return get_alias_set (t1);
1063 vector_types_convertible_p(tree t1, tree t2) argument
2794 tree t1 = c_common_signed_type (t); local
2802 tree t1; local
6420 same_scalar_type_ignoring_signedness(tree t1, tree t2) argument
[all...]
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
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_util.c545 * t1 t2 t3 t4 timestamps
551 l_fp *t1,
570 ulfptoa(t1, 9), ulfptoa(t2, 9), ulfptoa(t3, 9),
548 record_raw_stats( struct sockaddr_storage *srcadr, struct sockaddr_storage *dstadr, l_fp *t1, l_fp *t2, l_fp *t3, l_fp *t4 ) argument
/freebsd-10.0-release/lib/libc/rpc/
H A Dsvc_auth_des.c78 #define BEFORE(t1, t2) timercmp(t1, t2, <)
/freebsd-10.0-release/sys/sys/
H A Dtime.h447 void timevaladd(struct timeval *t1, const struct timeval *t2);
448 void timevalsub(struct timeval *t1, const struct timeval *t2);
/freebsd-10.0-release/usr.sbin/config/
H A Dmain.c667 unsigned int i, off, size, t1, t2, align; local
696 r = sscanf(o, "%d%d%d%d%d", &off, &size, &t1, &t2, &align);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dvalops.c54 struct field t1[], struct value *t2[]);
370 struct type *t1 = check_typedef (TYPE_TARGET_TYPE (type)); local
372 if (TYPE_CODE (t1) == TYPE_CODE_STRUCT
381 if (TYPE_NAME (t1) != NULL)
383 v = search_struct_field (type_name_no_tag (t1),
400 value_zero (t1, not_lval), 0, t1, 1);
1209 struct field t1[], struct value *t2[])
1221 (i < nargs) && TYPE_CODE (t1[i].type) != TYPE_CODE_VOID;
1229 tt1 = check_typedef (t1[
1206 typecmp(int staticp, int varargs, int nargs, struct field t1[], struct value *t2[]) argument
[all...]
H A Dtracepoint.c700 struct tracepoint *t1 = (struct tracepoint *) -1, *t2; local
720 t1 = get_tracepoint_by_number (&args, 1, 1);
724 if (t1)
727 if (t1 == (struct tracepoint *) -1 || t1 == t2)
736 t1 = get_tracepoint_by_number (&args, 1, 0);
/freebsd-10.0-release/sys/dev/lmc/
H A Dif_lmc.c2219 memcpy(sc->status.snmp.t1.prm, msg+3, 8);
2280 sc->status.snmp.t1.lcv = LCV;
2281 sc->status.snmp.t1.fe = FERR;
2282 sc->status.snmp.t1.crc = CRC;
2283 sc->status.snmp.t1.febe = FEBE;
2286 sc->status.snmp.t1.line = 0;
2287 if (alm1 & ALM1_RMYEL) sc->status.snmp.t1.line |= TLINE_RX_RAI;
2288 if (alm1 & ALM1_RYEL) sc->status.snmp.t1.line |= TLINE_RX_RAI;
2289 if (alm1 & ALM1_RLOF) sc->status.snmp.t1.line |= TLINE_TX_RAI;
2290 if (alm1 & ALM1_RAIS) sc->status.snmp.t1
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
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-10.0-release/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-10.0-release/contrib/gcclibs/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-10.0-release/contrib/ipfilter/tools/
H A Dipmon_y.y445 u_long t1;
484 t1 = tv.tv_sec - a->ac_lastsec;
486 t1--;
488 if (t1 < a->ac_second) {
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c961 struct timeval t1, t2; local
972 (void)gettimeofday(&t1, NULL);
973 memcpy(&outdata.tv, &t1, sizeof(outdata.tv));
981 while ((cc = wait_for_reply(s, from, &t1)) != 0) {
997 T = deltaT(&t1, &t2);
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c118 static int cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g,
1147 cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g, argument
1157 /* let t1 = g ^ u1 mod p */
1160 if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
1166 /* let u1 = t1 * t2 mod p */
1167 if (!BN_mod_mul(u1,t1,&t2,dsa->p,ctx))
1170 BN_copy(t1,u1);
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl98 $t1="%ebx";
196 mov $c,$t1
201 xor $d,$t1
206 and $b,$t1
208 add $t1,$e
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dich.c711 struct timeval t1, t2; local
759 microtime(&t1);
765 if (t2.tv_sec - t1.tv_sec > 1)
779 wait_us = ((t2.tv_sec - t1.tv_sec) * 1000000) + t2.tv_usec - t1.tv_usec;
/freebsd-10.0-release/contrib/gcc/cp/
H A Ddecl.c1211 tree t1, t2;
1213 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1215 t1 || t2;
1216 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2))
1217 if (!t1 || !t2)
1221 tree t = TREE_VALUE (t1);
1227 && compparms (TREE_CHAIN (t1), TREE_CHAIN (t2)))
1240 else if (! same_type_p (TREE_VALUE (t1), TREE_VALUE (t2)))
1513 tree t1
1206 tree t1, t2; local
1508 tree t1 = TYPE_ARG_TYPES (TREE_TYPE (olddecl)); local
2715 tree t1; local
[all...]
/freebsd-10.0-release/sys/dev/bktr/
H A Dbktr_core.c3226 volatile uint32_t target_buffer, t1, buffer; local
3262 t1 = buffer;
3272 *dma_prog++ = t1 + (cols*rows) + i*cols/2 * interlace;
3273 *dma_prog++ = t1 + (cols*rows) + (cols*rows/2) + i*cols/2 * interlace;
3308 t1 = buffer + cols/2;
3316 *dma_prog++ = t1 + (cols*rows) + i*cols/2 * interlace;
3317 *dma_prog++ = t1 + (cols*rows) + (cols*rows/2) + i*cols/2 * interlace;
3340 volatile uint32_t target_buffer, t1, buffer; local
3362 t1 = buffer;
3371 *dma_prog++ = t1
[all...]
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1705 struct pft_entry *t1, *t2; local
1726 t1 = TAILQ_FIRST(&pft_table);
1727 while (t1 != NULL) {
1728 t2 = TAILQ_NEXT(t1, link);
1729 free(t1);
1730 t1 = t2;
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dmips-mont.pl28 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
45 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
99 $lo1=$t1;

Completed in 702 milliseconds

1234567891011