Searched refs:t1 (Results 251 - 275 of 345) sorted by relevance

<<11121314

/freebsd-11-stable/crypto/openssh/
H A Dge25519.c85 fe25519 a,b,t1,t2,c,d,e,f,g,h,qt; local
89 fe25519_sub(&t1, &q->y, &q->x);
91 fe25519_mul(&a, &a, &t1);
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h278 * int bus_space_compare (bus_space_tag_t t1, bus_space_handle_t bsh1,
283 int i386_memio_compare(bus_space_tag_t t1, bus_space_handle_t bsh1,
286 #define bus_space_compare(t1, h1, t2, h2) \
287 i386_memio_compare((t1), (h1), (t2), (h2))
/freebsd-11-stable/sys/dev/usb/net/
H A Dusb_ethernet.c105 struct usb_proc_msg *t0, struct usb_proc_msg *t1)
120 usb_proc_msignal(&ue->ue_tq, t0, t1);
130 usb_proc_mwait(&ue->ue_tq, t0, t1);
103 ue_queue_command(struct usb_ether *ue, usb_proc_callback_t *fn, struct usb_proc_msg *t0, struct usb_proc_msg *t1) argument
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_unix.c132 time_t t_local, t1, t2; local
153 t1 = mktime(tm1);
157 tz_offset = t2 - t1;
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs.h150 #define NFS_CMPTIME(t1, t2) \
151 ((t1).tv_sec == (t2).tv_sec && (t1).tv_nsec == (t2).tv_nsec)
/freebsd-11-stable/contrib/gcc/
H A Dtree.h3641 #define build1(c,t1,t2) build1_stat (c,t1,t2 MEM_STAT_INFO)
3643 #define build2(c,t1,t2,t3) build2_stat (c,t1,t2,t3 MEM_STAT_INFO)
3645 #define build3(c,t1,t2,t3,t4) build3_stat (c,t1,t2,t3,t4 MEM_STAT_INFO)
3648 #define build4(c,t1,t2,t3,t4,t5) build4_stat (c,t1,t2,t3,t4,t5 MEM_STAT_INFO)
3651 #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);
6077 rtx t0 = gen_reg_rtx (mode), t1;
6081 t1 = t0;
6084 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
6051 rtx t0 = gen_reg_rtx (mode), t1; local
6203 rtx t0 = gen_reg_rtx (mode), t1; local
[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-11-stable/lib/libc/rpc/
H A Dsvc_auth_des.c77 #define BEFORE(t1, t2) timercmp(t1, t2, <)
/freebsd-11-stable/lib/msun/ld128/
H A De_lgammal_r.c73 t1 = -6.08453430711711404116887457663281416e-35L, variable
284 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile3 REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
126 t1:
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl704 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz)=map("%l$_",(0..7));
705 ($ovf,$i)=($t0,$t1);
708 ld [$n0p+4], $t1
711 sllx $t1, 32, $n0
954 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$ccr)=map("%l$_",(0..7));
955 ($ovf,$i)=($t0,$t1);
961 ld [$n0p+4], $t1
963 sllx $t1, 32, $n0
/freebsd-11-stable/sys/sys/
H A Dtime.h500 void timevaladd(struct timeval *t1, const struct timeval *t2);
501 void timevalsub(struct timeval *t1, const struct timeval *t2);
/freebsd-11-stable/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...]
/freebsd-11-stable/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-11-stable/contrib/ntp/lib/isc/
H A Dtimer.c848 isc__timer_t *t1, *t2; local
850 t1 = v1;
852 REQUIRE(VALID_TIMER(t1));
855 if (isc_time_compare(&t1->due, &t2->due) < 0)
/freebsd-11-stable/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-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/sys/dev/drm2/
H A Ddrm_edid.h38 u8 t1; member in struct:est_timings
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c228 struct timeval t1, t2; local
235 gettimeofday(&t1, NULL);
248 (uint32_t)((t2.tv_sec - t1.tv_sec)*1000) +
249 (t2.tv_usec - t1.tv_usec)/1000);
/freebsd-11-stable/contrib/lua/src/
H A Dldebug.c618 const char *t1 = luaT_objtypename(L, p1); local
620 if (strcmp(t1, t2) == 0)
621 luaG_runerror(L, "attempt to compare two %s values", t1);
623 luaG_runerror(L, "attempt to compare %s with %s", t1, t2);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h208 struct timeval t1, t2; local
215 getmicrotime(&t1);
231 timevalsub(&t2, &t1);
248 timevalsub(&t2, &t1);
/freebsd-11-stable/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-11-stable/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-11-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c119 static int cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g,
1245 cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g, argument
1255 /* let t1 = g ^ u1 mod p */
1258 if (!dsa->meth->bn_mod_exp(dsa, t1, dsa->g, u1, dsa->p, ctx, mont))
1264 /* let u1 = t1 * t2 mod p */
1265 if (!BN_mod_mul(u1, t1, &t2, dsa->p, ctx))
1268 BN_copy(t1, u1);

Completed in 505 milliseconds

<<11121314