Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/freebsd-10-stable/crypto/openssh/regress/unittests/test_helper/
Dtest_helper.h50 const char *a1, const char *a2,
53 const char *a1, const char *a2,
56 const char *a1, const char *a2,
59 const char *a1,
62 const char *a1, const char *a2,
65 const char *a1, const char *a2,
68 const char *a1, const char *a2,
71 const char *a1, const char *a2,
74 const char *a1, const char *a2,
77 const char *a1, const char *a2,
[all …]
Dtest_helper.c294 test_header(const char *file, int line, const char *a1, const char *a2, in test_header() argument
301 name, pred_name(pred), a1, in test_header()
306 assert_bignum(const char *file, int line, const char *a1, const char *a2, in assert_bignum() argument
312 test_header(file, line, a1, a2, "BIGNUM", pred); in assert_bignum()
313 fprintf(stderr, "%12s = 0x%s\n", a1, BN_bn2hex(aa1)); in assert_bignum()
319 assert_string(const char *file, int line, const char *a1, const char *a2, in assert_string() argument
325 assert_ptr(file, line, a1, "NULL", aa1, NULL, TEST_NE); in assert_string()
330 test_header(file, line, a1, a2, "STRING", pred); in assert_string()
331 fprintf(stderr, "%12s = %s (len %zu)\n", a1, aa1, strlen(aa1)); in assert_string()
354 assert_mem(const char *file, int line, const char *a1, const char *a2, in assert_mem() argument
[all …]
/freebsd-10-stable/contrib/gcc/config/rs6000/
Daltivec.h303 template <class T> int NAME (T a1) { return CALL; }
306 template <class T, class U> int NAME (T a1, U a2) { return CALL; }
327 NAME (T a1, U a2) \
333 __builtin_vec_cmpgt (a2, a1))
335 __builtin_vec_cmpge (a2, a1))
338 __builtin_altivec_vcmpbfp_p (__CR6_EQ, a1, a2))
340 __builtin_altivec_vcmpbfp_p (__CR6_EQ_REV, a1, a2))
343 __builtin_altivec_vcmpeqfp_p (__CR6_EQ, a1, a1))
345 __builtin_altivec_vcmpeqfp_p (__CR6_LT_REV, a1, a1))
348 __builtin_altivec_vcmpeqfp_p (__CR6_LT, a1, a1))
[all …]
/freebsd-10-stable/sys/mips/rmi/
Dxlr_csum_nocopy.S31 move a1, t2
33 andi t0, a1, 4
35 andi t0, a1, 2
43 andi t0, a1, 1
89 sltiu t8, a1, 0x8
91 move t2, a1
93 beqz a1, out
101 dsubu a1, a1, 0x1
108 sltiu t8, a1, 56
111 dsubu a1, a1, 0x2
[all …]
/freebsd-10-stable/lib/libc/mips/string/
Dbcmp.S59 xor v0, a0, a1 # compare low two bits of addresses
61 PTR_SUBU a3, zero, a1 # compute # bytes to word align address
69 LWHI v1, 0(a1)
70 PTR_ADDU a1, a1, a3
79 lw v1, 0(a1)
82 PTR_ADDU a1, a1, 4
92 lbu v0, 0(a0) # compare bytes until a1 word aligned
93 lbu v1, 0(a1)
96 PTR_ADDU a1, a1, 1
104 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
[all …]
/freebsd-10-stable/sys/sys/
Dktr.h187 #define KTR_EVENT2(m, egroup, ident, etype, edat, a0, v0, a1, v1) \ argument
188 CTR4(m, KTR_EFMT(egroup, ident, etype) a0 ", " a1, \
190 #define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\ argument
191 CTR5(m,KTR_EFMT(egroup, ident, etype) a0 ", " a1 ", " a2, \
194 a0, v0, a1, v1, a2, v2, a3, v3) \ argument
195 CTR6(m,KTR_EFMT(egroup, ident, etype) a0 ", " a1 ", " a2 ", " a3,\
205 #define KTR_STATE2(m, egroup, ident, state, a0, v0, a1, v1) \ argument
206 KTR_EVENT2(m, egroup, ident, "state:\"%s\"", state, a0, (v0), a1, (v1))
207 #define KTR_STATE3(m, egroup, ident, state, a0, v0, a1, v1, a2, v2) \ argument
209 state, a0, (v0), a1, (v1), a2, (v2))
[all …]
/freebsd-10-stable/lib/libc/softfloat/bits32/
Dsoftfloat-macros62 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
71 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
77 z1 = a1;
81 z1 = ( a0<<negCount ) | ( a1>>count );
95 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
100 or 1, depending on whether the concatenation of `a0' and `a1' is zero or
107 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
113 z1 = a1;
117 z1 = ( a0<<negCount ) | ( a1>>count ) | ( ( a1<<negCount ) != 0 );
122 z1 = a0 | ( a1 != 0 );
[all …]
/freebsd-10-stable/lib/libc/softfloat/bits64/
Dsoftfloat-macros90 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
98 (This routine makes more sense if `a0' and `a1' are considered to form a
99 fixed-point value with binary point between `a0' and `a1'. This fixed-point
108 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
114 z1 = a1;
118 z1 = ( a0<<negCount ) | ( a1 != 0 );
123 z1 = a0 | ( a1 != 0 );
126 z1 = ( ( a0 | a1 ) != 0 );
137 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
146 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
[all …]
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
Dsha512-parisc.pl89 $a1 ="%r25";
104 _ror $e,$Sigma1[1],$a1
107 xor $a1,$a0,$a0
108 _ror $a1,`$Sigma1[2]-$Sigma1[1]`,$a1
111 xor $a0,$a1,$a1 ; Sigma1(e)
114 addl $a1,$h,$h
116 _ror $a,$Sigma0[1],$a1
119 xor $a1,$a0,$a0
120 _ror $a1,`$Sigma0[2]-$Sigma0[1]`,$a1
123 xor $a0,$a1,$a1 ; Sigma0(a)
[all …]
Dsha512-x86_64.pl63 ($T1,$a0,$a1,$a2)=("%r12","%r13","%r14","%r15");
75 ($T1,$a0,$a1,$a2)=("%r12d","%r13d","%r14d","%r15d");
103 ror \$`$Sigma0[2]-$Sigma0[1]`,$a1
109 xor $a,$a1
115 ror \$`$Sigma0[1]-$Sigma0[0]`,$a1
120 xor $a,$a1
128 ror \$$Sigma0[0],$a1 # Sigma0(a)
135 add $a1,$h # h+=Sigma0(a)
145 mov `$SZ*(($i+14)&0xf)`(%rsp),$a1
147 mov $a1,$a2
[all …]
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
Ds390x-gf2m.pl44 $a1="%r3";
55 ($a1,$a2,$a4,$a8,$a12,$a48)=map("%r$_",(6..11));
64 lgr $a1,$a
69 srag $lo,$a1,63 # broadcast 63rd bit
70 nihh $a1,0x1fff
80 lgr $a12,$a1
83 stg $a1,`$stdframe+1*8`($sp) # tab[1]=a1
88 xgr $a1,$a4
92 stg $a1,`$stdframe+5*8`($sp) # tab[5]=a1^a4
95 xgr $a1,$a48
[all …]
Dx86_64-gf2m.pl41 ($a1,$a2,$a4,$a8,$a12,$a48)=map("%r$_",(9..15));
51 mov \$-1,$a1
53 shr \$3,$a1
55 and $a,$a1 # a1=a&0x1fffffffffffffff
58 lea ($a1,$a1),$a2
60 lea (,$a1,4),$a4
79 mov $a1,$a12
82 mov $a1,8(%rsp) # tab[1]=a1
88 xor $a4,$a1
91 mov $a1,40(%rsp) # tab[5]=a1^a4
[all …]
Dx86-gf2m.pl48 ($a1,$a2,$a4)=("ecx","edx","ebp");
58 &mov ($a1,$a);
60 &and ($a1,0x3fffffff);
66 &mov (&DWP(1*4,"esp"),$a1); # a1
67 &xor ($a1,$a2); # a1^a2
72 &mov (&DWP(3*4,"esp"),$a1); # a1^a2
75 &xor ($a1,$a2); # a1^a4=a1^a2^a2^a4
80 &mov (&DWP(5*4,"esp"),$a1); # a1^a4
81 &xor ($a4,$a1); # a1^a2^a4
127 &mov ($a1,$a);
[all …]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/string/
Dt_strcpy.c25 unsigned int a0, a1, t; in ATF_TC_BODY() local
87 for (a1 = 0; a1 < sizeof(long); ++a1) { in ATF_TC_BODY()
90 memcpy(&buf1[a1], tab[t].val, tab[t].len + 1); in ATF_TC_BODY()
91 ret = f(&buf0[a0], &buf1[a1]); in ATF_TC_BODY()
99 a0, a1, t); in ATF_TC_BODY()
107 if (memcmp(&buf0[a0], &buf1[a1], in ATF_TC_BODY()
110 a0, a1, t); in ATF_TC_BODY()
Dt_strcat.c25 unsigned int a0, a1, t0, t1; in ATF_TC_BODY() local
87 for (a1 = 0; a1 < sizeof(long); ++a1) { in ATF_TC_BODY()
93 memcpy(&buf1[a1], tab[t1].val, in ATF_TC_BODY()
96 ret = f(&buf0[a0], &buf1[a1]); in ATF_TC_BODY()
105 a0, a1, t0, t1); in ATF_TC_BODY()
112 &buf1[a1], in ATF_TC_BODY()
116 a0, a1, t0, t1); in ATF_TC_BODY()
/freebsd-10-stable/tools/test/testfloat/
Dslowfloat-32.c31 bits32 a0, a1; member
54 a.a0 = ( a.a0<<shiftCount ) | ( a.a1>>negShiftCount ); in shortShift64Left()
55 a.a1 <<= shiftCount; in shortShift64Left()
66 extra = a.a1<<negShiftCount; in shortShift64RightJamming()
67 a.a1 = ( a.a0<<negShiftCount ) | ( a.a1>>shiftCount ) | ( extra != 0 ); in shortShift64RightJamming()
76 if ( a.a1 == 0 ) { in neg64()
80 a.a1 = - a.a1; in neg64()
90 a.a1 += b.a1; in add64()
91 a.a0 += b.a0 + ( a.a1 < b.a1 ); in add64()
99 return ( a.a0 == b.a0 ) && ( a.a1 == b.a1 ); in eq64()
[all …]
Dslowfloat-64.c34 bits64 a0, a1; member
57 a.a0 = ( a.a0<<shiftCount ) | ( a.a1>>negShiftCount ); in shortShift128Left()
58 a.a1 <<= shiftCount; in shortShift128Left()
69 extra = a.a1<<negShiftCount; in shortShift128RightJamming()
70 a.a1 = ( a.a0<<negShiftCount ) | ( a.a1>>shiftCount ) | ( extra != 0 ); in shortShift128RightJamming()
79 if ( a.a1 == 0 ) { in neg128()
83 a.a1 = - a.a1; in neg128()
93 a.a1 += b.a1; in add128()
94 a.a0 += b.a0 + ( a.a1 < b.a1 ); in add128()
102 return ( a.a0 == b.a0 ) && ( a.a1 == b.a1 ); in eq128()
[all …]
/freebsd-10-stable/usr.sbin/IPXrouted/
Daf.c237 null_netmatch(a1, a2) in null_netmatch() argument
238 struct sockaddr *a1, *a2; in null_netmatch()
245 null_output(s, f, a1, n) in null_output() argument
248 struct sockaddr *a1;
256 null_portmatch(a1) in null_portmatch() argument
257 struct sockaddr *a1; in null_portmatch()
264 null_portcheck(a1) in null_portcheck() argument
265 struct sockaddr *a1; in null_portcheck()
272 null_ishost(a1) in null_ishost() argument
273 struct sockaddr *a1; in null_ishost()
[all …]
/freebsd-10-stable/sys/cddl/boot/zfs/
Dfletcher.c33 uint64_t a0, b0, a1, b1; in fletcher_2_native() local
35 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
37 a1 += ip[1]; in fletcher_2_native()
39 b1 += a1; in fletcher_2_native()
42 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native()
50 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local
52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
54 a1 += BSWAP_64(ip[1]); in fletcher_2_byteswap()
56 b1 += a1; in fletcher_2_byteswap()
59 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
/freebsd-10-stable/usr.bin/ruptime/
Druptime.c150 hscmp(const void *a1, const void *a2) in hscmp() argument
153 strcmp(HS(a1)->hs_wd.wd_hostname, HS(a2)->hs_wd.wd_hostname)); in hscmp()
158 lcmp(const void *a1, const void *a2) in lcmp() argument
160 if (ISDOWN(HS(a1))) in lcmp()
162 return (tcmp(a1, a2)); in lcmp()
169 (HS(a2)->hs_wd.wd_loadav[0] - HS(a1)->hs_wd.wd_loadav[0])); in lcmp()
264 ucmp(const void *a1, const void *a2) in ucmp() argument
266 if (ISDOWN(HS(a1))) in ucmp()
268 return (tcmp(a1, a2)); in ucmp()
274 return (rflg * (HS(a2)->hs_nusers - HS(a1)->hs_nusers)); in ucmp()
[all …]
/freebsd-10-stable/lib/libc/sparc64/fpu/
Dfpu_mul.c107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
150 sticky = a3 = a2 = a1 = a0 = 0;
155 FPU_ADDCS(a1, a1, x1); \
160 a2 = (a2 >> 1) | (a1 << 31), a1 = (a1 >> 1) | (a0 << 31), a0 >>= 1
163 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
221 x->fp_mant[1] = a1;
/freebsd-10-stable/contrib/gcc/config/s390/
Dfixdfdi.h51 UDItype_x __fixunstfdi (long double a1);
55 __fixunstfdi (long double a1) in __fixunstfdi() argument
61 dl1.d = a1; in __fixunstfdi()
124 DItype_x __fixtfdi (long double a1);
128 __fixtfdi (long double a1) in __fixtfdi() argument
134 dl1.d = a1; in __fixtfdi()
196 UDItype_x __fixunsdfdi (double a1);
200 __fixunsdfdi (double a1) in __fixunsdfdi() argument
206 dl1.d = a1; in __fixunsdfdi()
268 DItype_x __fixdfdi (double a1);
[all …]
/freebsd-10-stable/sys/mips/mips/
Dsupport.S119 bne a1, 1, 2f
124 bne a1, 2, 4f
152 sb v0, 0(a1) # each byte until NIL
155 PTR_ADDU a1, a1, 1
210 blt a1, zero, _C_LABEL(copyerr) # make sure address is in user space
261 blt a1, zero, _C_LABEL(copyerr) # make sure address is in user space
353 sw a1, 0(a0) # store word
368 sd a1, 0(a0) # store word
397 bne a1, v0, 2f
424 bne a1, v0, 2f
[all …]
/freebsd-10-stable/sys/powerpc/fpu/
Dfpu_mul.c107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; in fpu_mul() local
163 sticky = a3 = a2 = a1 = a0 = 0; in fpu_mul()
168 FPU_ADDCS(a1, a1, x1); \ in fpu_mul()
173 a2 = (a2 >> 1) | (a1 << 31), a1 = (a1 >> 1) | (a0 << 31), a0 >>= 1 in fpu_mul()
176 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0 in fpu_mul()
234 x->fp_mant[1] = a1; in fpu_mul()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DEHScopeStack.h204 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved);
205 T(a0, a1).Emit(CGF, flags);
209 ConditionalCleanup2(A0_saved a0, A1_saved a1)
210 : a0_saved(a0), a1_saved(a1) {}
224 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved);
226 T(a0, a1, a2).Emit(CGF, flags);
230 ConditionalCleanup3(A0_saved a0, A1_saved a1, A2_saved a2)
231 : a0_saved(a0), a1_saved(a1), a2_saved(a2) {}
247 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved);
250 T(a0, a1, a2, a3).Emit(CGF, flags);
[all …]

12345678910>>...14