Searched refs:out1 (Results 1 - 25 of 131) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dlp0.s10 LSETUP ( out0 , out1 ) LC0 = P0;
12 LSETUP ( out1 , out1 ) LC1 = P0;
13 out1: label
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dlp0.s10 LSETUP ( out0 , out1 ) LC0 = P0;
12 LSETUP ( out1 , out1 ) LC1 = P0;
13 out1: label
/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dreuse.c91 mpq_t in1, in2, out1; local
104 mpq_init (out1);
154 mpq_set (out1, in1);
155 (dss_funcs[i]) (out1, out1, in2);
156 MPQ_CHECK_FORMAT(out1);
158 if (mpq_cmp (res1, out1) != 0)
159 dump_abort (dss_func_names[i], res1, out1);
161 mpq_set (out1, in2);
162 (dss_funcs[i]) (out1, in
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dreuse.c97 mpf_t in1, in2, out1; local
115 mpf_init (out1);
133 mpf_set (out1, in1);
134 (dss_funcs[i]) (out1, out1, in2);
135 mpf_set (res2, out1);
137 mpf_set (out1, in2);
138 (dss_funcs[i]) (out1, in1, out1);
139 mpf_set (res3, out1);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/ia64/
H A Dfutex.h36 register long out1 asm ("out1") = op;
44 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3),
46 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3)
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/ia64/
H A Dfutex.h36 register long out1 asm ("out1") = op;
44 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3),
46 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3)
/netbsd-current/sys/external/bsd/gnu-efi/dist/gnuefi/
H A Dcrt0-efi-ia64.S49 movl out1=@gprel(_DYNAMIC) // out1 <- _DYNAMIC
51 add out1=out1,gp
60 mov out1=in1 // systab
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcat-1547 tmpfiles="$tmpfiles mcat-test15.out1"
48 rm -f mcat-test15.out1
50 ${MSGCAT} -o mcat-test15.out1 mcat-test15.in
54 ${DIFF} mcat-test15.in mcat-test15.out1
/netbsd-current/sys/compat/common/
H A Dcompat_43_mod.c88 goto out1;
92 out1:
151 goto out1;
155 out1:
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dscalarmult7.c18 static unsigned char out1[32]; variable
27 ret = crypto_scalarmult_curve25519(out1, scalar, p1);
31 printf("%d\n", !!memcmp(out1, out2, 32));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dtls.s42 addl out1 = @ltoff(@dtprel(z)), gp;;
44 ld8 out1 = [out1]
49 addl out1 = @dtprel(a), r0;;
55 mov out1 = r0;;
/netbsd-current/external/mit/isl/dist/
H A Disl_multi_product_templ.c27 isl_size in1, in2, out1, out2; local
32 out1 = FN(MULTI(BASE),dim)(multi1, isl_dim_out);
34 if (in1 < 0 || in2 < 0 || out1 < 0 || out2 < 0)
41 for (i = 0; i < out1; ++i) {
52 res = FN(FN(MULTI(BASE),set),BASE)(res, out1 + i, el);
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-mirror-lvconvert-usage.sh38 rm -f out1 out2
39 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1
49 diff --ignore-blank-lines out1 out2
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesp8-ppc.pl675 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
787 vxor $out1,$in1,$rndkey0
807 vncipher $out1,$out1,v24
818 vncipher $out1,$out1,v25
830 vncipher $out1,$out1,v24
840 vncipher $out1,$out1,v2
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesp8-ppc.pl679 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
791 vxor $out1,$in1,$rndkey0
811 vncipher $out1,$out1,v24
822 vncipher $out1,$out1,v25
834 vncipher $out1,$out1,v24
844 vncipher $out1,$out1,v2
[all...]
/netbsd-current/sys/external/bsd/drm2/drm/
H A Ddrm_lock.c108 goto out1;
119 goto out1;
131 goto out1;
154 goto out1;
159 out1: spin_unlock(&master->lock.spinlock);
191 goto out1;
198 goto out1;
204 goto out1;
219 out1: spin_unlock(&master->lock.spinlock);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ia64/
H A Dtlsbinpic.s55 ld8 out1 = [r15]
64 ld8 out1 = [r15]
70 addl out1 = @dtprel(sl1#) + 1, r0
78 mov out1 = r0
H A Dtlspic1.s53 ld8 out1 = [r15]
62 ld8 out1 = [r15]
68 addl out1 = @dtprel(sl1#) + 1, r0
76 mov out1 = r0
/netbsd-current/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp165 void out1(int);
232 void dvi_printer::out1(int n) function in class:dvi_printer
264 out1(strlen(s));
266 out1(*s++);
273 out1(pop);
286 out1(push);
396 out1(code);
409 out1(0);
416 out1(fnt_num_0 + i);
424 out1(bas
[all...]
/netbsd-current/bin/sh/
H A Doutput.h60 extern struct output *out1;
104 #define out1c(c) outc(c, out1)
/netbsd-current/lib/libc/arch/ia64/gen/
H A Dsetjmp.S53 mov out1=0 // set = NULL
71 add out1=J_SIGSET,in0 // set = &jb[J_SIGSET]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkzone/
H A Dtests.sh64 $CHECKZONE -D -j -o test.out1.db test test.orig.db >/dev/null 2>&1 || ret=1
65 cmp -s test.changed.db test.out1.db || ret=1
75 $CHECKZONE example zones/spf.db >test.out1.$n 2>&1 || ret=1
77 grep "'x.example' found type SPF" test.out1.$n >/dev/null && ret=1
78 grep "'y.example' found type SPF" test.out1.$n >/dev/null || ret=1
79 grep "'example' found type SPF" test.out1.$n >/dev/null && ret=1
89 $CHECKZONE -l 300 example zones/good1.db >test.out1.$n 2>&1 && ret=1
97 $CHECKZONE -f raw -l 300 example good1.db.raw >test.out1.$n 2>&1 && ret=1
105 $CHECKZONE example zones/nowarn.inherited.owner.db >test.out1.$n 2>&1 || ret=1
106 grep "inherited.owner" test.out1
[all...]
/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A Doxcbc_enc.c85 int out0,out1; local
92 out0=out1=0;
95 out[i]=key[i]^desx_white_in2out[out0^out1];
96 out0=out1;
97 out1=(int)out[i&0x07];
101 out1=out[i];
104 out[i]=in[i]^desx_white_in2out[out0^out1];
105 out0=out1;
106 out1=(int)out[i&0x07];
/netbsd-current/crypto/external/bsd/openssl.old/lib/libdes/
H A Doxcbc_enc.c85 int out0,out1; local
92 out0=out1=0;
95 out[i]=key[i]^desx_white_in2out[out0^out1];
96 out0=out1;
97 out1=(int)out[i&0x07];
101 out1=out[i];
104 out[i]=in[i]^desx_white_in2out[out0^out1];
105 out0=out1;
106 out1=(int)out[i&0x07];
/netbsd-current/sys/dev/acpi/
H A Dapple_smc_acpi.c111 goto out1;
117 goto out1;
123 goto out1;
131 out1: acpi_resource_cleanup(&res);

Completed in 270 milliseconds

123456