Searched refs:t1 (Results 76 - 100 of 1220) sorted by relevance

1234567891011>>

/netbsd-current/tests/lib/libc/string/
H A Dt_strcat.c25 unsigned int a0, a1, t0, t1; local
89 for (t1 = 0; t1 < __arraycount(tab); ++t1) {
93 memcpy(&buf1[a1], tab[t1].val,
94 tab[t1].len + 1);
104 "t0 %d, t1 %d\n",
105 a0, a1, t0, t1);
113 tab[t1].len + 1) != 0) {
115 "t0 %d, t1
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dgcd_22.c53 mp_limb_t vgtu, t1, t0; local
54 sub_ddmmss (t1, t0, u1, u0, v1, v0);
55 vgtu = LIMB_HIGHBIT_TO_MASK(t1);
60 if (t1 == 0)
66 count_trailing_zeros (c, t1);
69 v1 += (vgtu & t1);
71 u0 = (t1 ^ vgtu) - vgtu;
88 add_ssaaaa (v1, v0, v1, v0, vgtu & t1, vgtu & t0);
93 u1 = t1 ^ vgtu;
/netbsd-current/common/lib/libc/arch/riscv/atomic/
H A Datomic_cas_64.S38 sc.d t1, a2, 0(t0)
39 bnez t1, 1b
59 1: lr.d t1, 0(t0)
60 bne a1, t1, 2f
61 sc.d t1, a2, 0(t0)
62 bnez t1, 1b
H A Datomic_cas_32.S37 sc.w t1, a2, 0(t0)
38 bnez t1, 1b
67 1: lr.w t1, 0(t0)
68 bne a1, t1, 2f
69 sc.w t1, a2, 0(t0)
70 bnez t1, 1b
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_common.h71 #define nfsm_dcheck(t1, mrep) \
73 if (t1 != 0) { \
74 error = t1; \
109 int t1; \
110 t1 = nfsm_strsiz_xx(&(s), (m), &md, &dpos); \
111 nfsm_dcheck(t1, mrep); \
116 int32_t t1 = 0; \
118 t1 = nfsm_mbuftouio(&md, (p), (s), &dpos); \
119 nfsm_dcheck(t1, mrep); \
126 int t1; \
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_karatsuba_mul.c51 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
74 if (mp_init_size (&t1, B * 2) != MP_OKAY)
128 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY)
129 goto X1Y1; /* t1 = x1 - x0 */
132 if (mp_mul (&t1, &x0, &t1) != MP_OKAY)
133 goto X1Y1; /* t1 = (x1 + x0) * (y1 + y0) */
138 if (s_mp_sub (&t1, &x0, &t1) != MP_OKAY)
139 goto X1Y1; /* t1
[all...]
H A Dbn_mp_karatsuba_sqr.c29 mp_int x0, x1, t1, t2, x0x0, x1x1; local
47 if (mp_init_size (&t1, a->used * 2) != MP_OKAY)
86 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY)
87 goto X1X1; /* t1 = x1 - x0 */
88 if (mp_sqr (&t1, &t1) != MP_OKAY)
89 goto X1X1; /* t1 = (x1 - x0) * (x1 - x0) */
94 if (s_mp_sub (&t1, &t2, &t1) != MP_OKAY)
95 goto X1X1; /* t1
[all...]
/netbsd-current/sys/arch/mips/mips/
H A Dcache_r5k_subr.S46 PTR_LA t1, MIPS_KSEG0_START
51 PTR_ADDU t2, t1, t2
68 cache CACHEOP_R5K_Page_Invalidate_S, 0(t1)
69 PTR_ADDU t1, t1, R5K_SC_PAGESIZE
71 sltu v0, t1, t2
/netbsd-current/lib/libc/arch/mips/gen/
H A Dldexp.S67 sll t1, v1, 1 # get x exponent
68 srl t1, t1, 32 - 11
69 beq t1, DEXP_INF, 9f # is it a NAN or infinity?
70 beq t1, zero, 1f # zero or denormalized number?
71 addu t1, t1, a2 # scale exponent
73 bge t1, DEXP_INF, 8f # overflow?
75 ble t1, zero, 4f # underflow?
123 li t1, DEXP_MI
[all...]
/netbsd-current/sbin/nvmectl/
H A Dhumanize_bignum.c108 BIGNUM *t1 = NULL, *t2 = NULL; local
157 if ((t1 = BN_new()) == NULL)
159 BN_mul(t1, nbytes, BN_value_100(), NULL);
160 BN_swap(nbytes, t1);
183 BN_mul(t1, max, BN_value_10(), NULL);
184 BN_swap(max, t1);
192 if (BN_sub(t1, max, BN_value_50()) == 0)
194 BN_swap(max, t1);
196 if (BN_div(t1, t2, nbytes, divisor, NULL) == 0)
198 BN_swap(nbytes, t1);
[all...]
/netbsd-current/sys/arch/hppa/hppa/
H A Dlock_stubs.S72 ldi MUTEX_ADAPTIVE_UNOWNED, %t1
75 comb,= %t1, %t2, .Lexit_slowpath
86 stw %t1, MTX_OWNER(%arg0)
99 ldil L%mutex_wakeup, %t1
100 ldo R%mutex_wakeup(%t1), %t1
102 bv,n %r0(%t1)
105 ldil L%mutex_vector_exit, %t1
106 ldo R%mutex_vector_exit(%t1), %t1
[all...]
/netbsd-current/lib/libc/arch/hppa/sys/
H A D__vfork14.S58 ldi SYS___vfork14, %t1
59 comb,=,n %r0, %t1, 1f
/netbsd-current/common/lib/libc/arch/alpha/atomic/
H A Datomic_dec.S37 1: ldl_l t1, 0(a0)
38 subl t1, 1, t2
49 1: ldl_l t1, 0(a0)
50 subl t1, 1, t2
62 1: ldq_l t1, 0(a0)
63 subq t1, 1, t2
76 1: ldq_l t1, 0(a0)
77 subq t1, 1, t2
H A Datomic_inc.S37 1: ldl_l t1, 0(a0)
38 addl t1, 1, t2
49 1: ldl_l t1, 0(a0)
50 addl t1, 1, t2
62 1: ldq_l t1, 0(a0)
63 addq t1, 1, t2
76 1: ldq_l t1, 0(a0)
77 addq t1, 1, t2
H A Datomic_add.S37 1: ldl_l t1, 0(a0)
38 addl t1, a1, t2
49 1: ldl_l t1, 0(a0)
50 addl t1, a1, t2
62 1: ldq_l t1, 0(a0)
63 addq t1, a1, t2
76 1: ldq_l t1, 0(a0)
77 addq t1, a1, t2
H A Datomic_and.S37 1: ldl_l t1, 0(a0)
38 and t1, a1, t2
49 1: ldl_l t1, 0(a0)
50 and t1, a1, t2
62 1: ldq_l t1, 0(a0)
63 and t1, a1, t2
74 1: ldq_l t1, 0(a0)
75 and t1, a1, t2
H A Datomic_or.S37 1: ldl_l t1, 0(a0)
38 bis t1, a1, t2
49 1: ldl_l t1, 0(a0)
50 bis t1, a1, t2
62 1: ldq_l t1, 0(a0)
63 bis t1, a1, t2
74 1: ldq_l t1, 0(a0)
75 bis t1, a1, t2
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dver_test.h30 extern bool t1();
H A Dweak_alias_test_4.cc37 t1() function
H A Dweak_undef_file1.cc54 t1() function
H A Dweak_undef_file2.cc49 t1() function
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Darm-call1.s8 bl t1
11 blx t1
13 b t1
15 blne t1
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dtls-relw.s5 .tprelword t1
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dpriv-reg-pseudo.s25 fsrm t0, t1
26 fsrm t1
30 fsflags t0, t1
31 fsflags t1
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dtype.f9019 type :: t1 type
22 end type t1
26 type (t1) :: t1_n
34 type (t1) :: t1v

Completed in 520 milliseconds

1234567891011>>