Searched refs:a2 (Results 1 - 25 of 225) sorted by relevance

123456789

/freebsd-11-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.h50 const char *a1, const char *a2,
53 const char *a1, const char *a2,
56 const char *a1, const char *a2,
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,
80 const char *a1, const char *a2,
[all...]
H A Dtest_helper.c294 test_header(const char *file, int line, const char *a1, const char *a2, argument
302 a2 != NULL ? ", " : "", a2 != NULL ? a2 : "");
306 assert_bignum(const char *file, int line, const char *a1, const char *a2, argument
312 test_header(file, line, a1, a2, "BIGNUM", pred);
314 fprintf(stderr, "%12s = 0x%s\n", a2, BN_bn2hex(aa2));
319 assert_string(const char *file, int line, const char *a1, const char *a2, argument
326 assert_ptr(file, line, a2, "NULL", aa2, NULL, TEST_NE);
330 test_header(file, line, a1, a2, "STRIN
354 assert_mem(const char *file, int line, const char *a1, const char *a2, const void *aa1, const void *aa2, size_t l, enum test_predicate pred) argument
412 assert_int(const char *file, int line, const char *a1, const char *a2, int aa1, int aa2, enum test_predicate pred) argument
423 assert_size_t(const char *file, int line, const char *a1, const char *a2, size_t aa1, size_t aa2, enum test_predicate pred) argument
434 assert_u_int(const char *file, int line, const char *a1, const char *a2, u_int aa1, u_int aa2, enum test_predicate pred) argument
445 assert_long(const char *file, int line, const char *a1, const char *a2, long aa1, long aa2, enum test_predicate pred) argument
456 assert_long_long(const char *file, int line, const char *a1, const char *a2, long long aa1, long long aa2, enum test_predicate pred) argument
467 assert_char(const char *file, int line, const char *a1, const char *a2, char aa1, char aa2, enum test_predicate pred) argument
482 assert_u8(const char *file, int line, const char *a1, const char *a2, u_int8_t aa1, u_int8_t aa2, enum test_predicate pred) argument
493 assert_u16(const char *file, int line, const char *a1, const char *a2, u_int16_t aa1, u_int16_t aa2, enum test_predicate pred) argument
504 assert_u32(const char *file, int line, const char *a1, const char *a2, u_int32_t aa1, u_int32_t aa2, enum test_predicate pred) argument
515 assert_u64(const char *file, int line, const char *a1, const char *a2, u_int64_t aa1, u_int64_t aa2, enum test_predicate pred) argument
528 assert_ptr(const char *file, int line, const char *a1, const char *a2, const void *aa1, const void *aa2, enum test_predicate pred) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.arrays.d40 extern int a2[1];
/freebsd-11-stable/tools/tools/nanobsd/
H A DFlashDevice.sub42 a2=`echo $2 | tr '[:upper:]' '[:lower:]'`
45 case $a2 in
59 case $a2 in
73 case $a2 in
87 case $a2 in
110 case $a2 in
158 case $a2 in
176 case $a2 in
189 case $a2 in
217 case $a2 i
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dint_mul_impl.inc20 mv a2, a0
25 add a0, a0, a2
28 slli a2, a2, 1
/freebsd-11-stable/sys/riscv/riscv/
H A Dbus_space_asm.S40 add a3, a1, a2
46 add a3, a1, a2
52 add a3, a1, a2
58 add a3, a1, a2
64 add a4, a1, a2
70 add a4, a1, a2
76 add a4, a1, a2
82 add a4, a1, a2
H A Dcopyinout.S58 beqz a2, 2f /* If len == 0 then skip loop */
59 add a3, a1, a2
70 addi a2, a2, -1 /* len-- */
71 bnez a2, 1b
85 beqz a2, 2f /* If len == 0 then skip loop */
86 add a3, a0, a2
97 addi a2, a2, -1 /* len-- */
98 bnez a2,
[all...]
H A Dsupport.S65 sw a4, 0(a2) /* Store the read data */
83 sd a4, 0(a2) /* Store the read data */
118 li a2, (VM_MAXUSER_ADDRESS-3)
119 bgt a0, a2, fsu_fault_nopcb
121 SET_FAULT_HANDLER(a6, a2) /* And set it */
123 SET_FAULT_HANDLER(x0, a2) /* Reset the fault handler */
135 li a2, (VM_MAXUSER_ADDRESS-7)
136 bgt a0, a2, fsu_fault_nopcb
138 SET_FAULT_HANDLER(a6, a2) /* And set it */
140 SET_FAULT_HANDLER(x0, a2) /* Rese
[all...]
/freebsd-11-stable/usr.bin/join/tests/
H A Dregress.sh7 REGRESSION_TEST_ONE(`join -t , -a1 -a2 -e "(unknown)" -o 0,1.2,2.2 ${SRCDIR}/regress.1.in ${SRCDIR}/regress.2.in')
/freebsd-11-stable/tools/tools/iso/
H A Dcheck-iso639.pl30 my $a2 = $1;
35 $old{$bib}{a2} = $a2;
51 my $a2 = $a[2];
58 $new{$bib}{a2} = $a2;
69 print "In old but not new: $old{$bib}{a2}\t$old{$bib}{bib}\t$old{$bib}{term}\t$old{$bib}{name}\n";
79 print "In new but not old: $new{$bib}{a2}\t$new{$bib}{bib}\t$new{$bib}{term}\t$new{$bib}{name}\n";
89 next if ($old{$bib}{a2} eq $new{$bib}{a2}
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h306 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))
353 __builtin_vec_vcmpeq_p (__CR6_LT, a1, a2))
355 __builtin_vec_vcmpeq_p (__CR6_EQ, a1, a2))
357 __builtin_vec_vcmpeq_p (__CR6_EQ_REV, a1, a2))
359 __builtin_vec_vcmpeq_p (__CR6_LT_REV, a1, a2))
[all...]
/freebsd-11-stable/lib/libc/mips/string/
H A Dstrchr.S49 lbu a2, 0(a0) # get a byte
51 beq a2, a1, fnd
52 bne a2, zero, 1b
H A Dbcmp.S58 blt a2, 16, small # is it worth any trouble?
66 PTR_SUBU a2, a2, a3 # subtract from remaining count
74 and a3, a2, ~3 # compute number of whole words left
75 PTR_SUBU a2, a2, a3 # which has to be >= (16-3) & ~3
89 PTR_SUBU a2, a2, a3 # subtract from remaining count
100 and a3, a2, ~3 # compute number of whole words left
101 PTR_SUBU a2, a
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl28 ($a1,$a2,$a4,$a8,$a12,$a48)=map("%o$_",(0..5));
82 sllx $a,1,$a2
87 srax $a2,63,@i[0] ! broadcast 62nd bit
88 and $a12,$a2,$a2 ! (a<<1)&0x3fff...
98 xor $a1,$a2,$a12
100 stx $a2,[$tab+2*8] ! tab[2]=a2
102 stx $a12,[$tab+3*8] ! tab[3]=a1^a2
106 xor $a4,$a2,
[all...]
H A Dx86-gf2m.pl48 ($a1,$a2,$a4)=("ecx","edx","ebp");
59 &lea ($a2,&DWP(0,$a,$a));
61 &lea ($a4,&DWP(0,$a2,$a2));
63 &and ($a2,0x7fffffff);
67 &xor ($a1,$a2); # a1^a2
70 &mov (&DWP(2*4,"esp"),$a2); # a2
71 &xor ($a2,
[all...]
H A Ds390x-gf2m.pl55 ($a1,$a2,$a4,$a8,$a12,$a48)=map("%r$_",(6..11));
65 sllg $a2,$a,1
71 srag @i[0],$a2,63 # broadcast 62nd bit
72 nihh $a2,0x3fff
82 xgr $a12,$a2
85 stg $a2,`$stdframe+2*8`($sp) # tab[2]=a2
87 stg $a12,`$stdframe+3*8`($sp) # tab[3]=a1^a2
91 xgr $a2,$a4
94 stg $a2,`
[all...]
/freebsd-11-stable/lib/libc/riscv/gen/
H A Dsigsetjmp.S47 ld a2, .Lmagic
51 beq a2, a3, _C_LABEL(_longjmp)
/freebsd-11-stable/lib/libc/riscv/sys/
H A Dvfork.S42 mv a2, ra
48 mv ra, a2
/freebsd-11-stable/tools/regression/geom/ConfCmp/
H A DMakefile29 ./${PROG} a2.conf a2.conf
30 ./${PROG} a2.conf a2a.conf
31 if ./${PROG} a2.conf a2b.conf > /dev/null 2>&1 ; then exit 1 ; fi
32 if ./${PROG} a2.conf a2c.conf > /dev/null 2>&1 ; then exit 1 ; fi
33 if ./${PROG} a2.conf a2d.conf > /dev/null 2>&1 ; then exit 1 ; fi
/freebsd-11-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_asm.S113 beqz a2, 2f /* If len == 0 then skip loop */
119 addi a2, a2, -1 /* len-- */
120 bnez a2, 1b
132 beqz a2, 2f /* If len == 0 then skip loop */
138 addi a2, a2, -1 /* len-- */
139 bnez a2, 1b
160 sc.w a4, a2, 0(a0) /* Store new to target */
173 sc.d a4, a2,
[all...]
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_mul.c107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
150 sticky = a3 = a2 = a1 = a0 = 0;
154 FPU_ADDCS(a2, a2, x2); \
159 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \
160 a2 = (a2 >> 1) | (a1 << 31), a1 = (a1 >> 1) | (a0 << 31), a0 >>= 1
163 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
220 x->fp_mant[2] = a2;
[all...]
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_mul.c107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
163 sticky = a3 = a2 = a1 = a0 = 0;
167 FPU_ADDCS(a2, a2, x2); \
172 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \
173 a2 = (a2 >> 1) | (a1 << 31), a1 = (a1 >> 1) | (a0 << 31), a0 >>= 1
176 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
233 x->fp_mant[2] = a2;
[all...]
/freebsd-11-stable/usr.bin/ruptime/
H A Druptime.c166 hscmp(const void *a1, const void *a2) argument
169 strcmp(HS(a1)->hs_wd.wd_hostname, HS(a2)->hs_wd.wd_hostname));
174 lcmp(const void *a1, const void *a2) argument
177 if (ISDOWN(HS(a2)))
178 return (tcmp(a1, a2));
181 else if (ISDOWN(HS(a2)))
185 (HS(a2)->hs_wd.wd_loadav[0] - HS(a1)->hs_wd.wd_loadav[0]));
290 ucmp(const void *a1, const void *a2) argument
293 if (ISDOWN(HS(a2)))
294 return (tcmp(a1, a2));
305 tcmp(const void *a1, const void *a2) argument
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dmpboot.S43 li a2, (MIPS_SR_KX | MIPS_SR_SX | MIPS_SR_UX) ; \
44 or a0, a0, a2 ; \
45 li a2, ~(MIPS_SR_INT_IE | MIPS_SR_EXL | MIPS_SR_KSU_USER | MIPS_SR_BEV) ; \
46 and a0, a0, a2 ; \
/freebsd-11-stable/share/doc/papers/sysperf/
H A DMakefile7 EXTRA= a1.t a2.t

Completed in 152 milliseconds

123456789