Home
last modified time | relevance | path

Searched refs:out0 (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl934 le?vperm $out0,$out0,$out0,$inpperm
1710 le?vperm $out0,$out0,$out0,$inpperm
1739 le?vperm $out0,$out0,$out0,$inpperm
1765 le?vperm $out0,$out0,$out0,$inpperm
1788 le?vperm $out0,$out0,$out0,$inpperm
1808 le?vperm $out0,$out0,$out0,$inpperm
1825 le?vperm $out0,$out0,$out0,$inpperm
1839 le?vperm $out0,$out0,$out0,$inpperm
1850 le?vperm $out0,$out0,$out0,$inpperm
2899 vxor $out0,$out0,$out0
[all …]
H A Daes-ia64.S290 and out0=3,in0
307 add out0=4,in0
340 { .mmi; add out0=1,in0
356 ld1 r29=[out0] }//;;
411 st1 [out0]=r27,4
417 st1 [out0]=r31 }
667 and out0=3,in0
684 add out0=4,in0
733 ld1 r29=[out0] }//;;
788 st1 [out0]=r27,4
[all …]
/freebsd-12.1/tests/sys/fs/fusefs/
H A Dinterrupt.cc253 out.push_back(std::move(out0)); in TEST_F()
316 out0->header.error = -ENOSYS; in TEST_F()
317 out0->header.len = sizeof(out0->header); in TEST_F()
318 out.push_back(std::move(out0)); in TEST_F()
342 out.push_back(std::move(out0)); in TEST_F()
570 out0->header.error = -EINTR; in TEST_F()
572 out0->header.len = sizeof(out0->header); in TEST_F()
606 out0->header.error = -EINTR; in TEST_F()
608 out0->header.len = sizeof(out0->header); in TEST_F()
786 out0->header.error = -EINTR; in TEST_F()
[all …]
H A Dmockfs.cc119 out0->header.error = -error; in ReturnErrno()
120 out0->header.len = sizeof(out0->header); in ReturnErrno()
121 out.push_back(std::move(out0)); in ReturnErrno()
132 out0->body.entry.nodeid = 0; in ReturnNegativeCache()
134 out0->header.error = 0; in ReturnNegativeCache()
137 SET_OUT_HEADER_LEN(*out0, entry); in ReturnNegativeCache()
138 out.push_back(std::move(out0)); in ReturnNegativeCache()
149 f(in, *out0); in ReturnImmediate()
150 out.push_back(std::move(out0)); in ReturnImmediate()
801 out0->header.len = sizeof(out0->header); in process_default()
[all …]
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dcrtbegin.asm154 addl out0 = @ltoff(__dso_handle), gp
158 ld8 out0 = [out0]
216 movl out0 = @gprel(__JCR_LIST__)
220 add out0 = out0, gp
227 ld8 r15 = [out0]
/freebsd-12.1/contrib/gcclibs/libgomp/config/linux/ia64/
H A Dfutex.h39 register long out0 asm ("out0") = (long) addr; in sys_futex0()
46 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3) in sys_futex0()
47 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3) in sys_futex0()
/freebsd-12.1/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m485 #define out0 %o0
285 xor $2, out0, local1
300 xor $2, out0, out0 ! 7531
362 xor $1, out0, out0 ! 8642
368 sll out0, 28, out0 ! rotate
376 or out0, local0, out0 ! rotate
415 xor $2, out0, out0
474 xor $1, out0, out0 ! 8642
480 sll out0, 28, out0 ! rotate
488 or out0, local0, out0 ! rotate
[all …]
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c59 unsigned char out0[64]; in crypto_auth_hmacsha512256_final() local
61 crypto_auth_hmacsha512_final((crypto_auth_hmacsha512_state *) state, out0); in crypto_auth_hmacsha512256_final()
62 memcpy(out, out0, 32); in crypto_auth_hmacsha512256_final()
/freebsd-12.1/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c357 unsigned char *out0 = out; in tls1_1_multi_block_encrypt() local
383 out0[0] = ((u8 *)key->md.data)[8]; in tls1_1_multi_block_encrypt()
384 out0[1] = ((u8 *)key->md.data)[9]; in tls1_1_multi_block_encrypt()
385 out0[2] = ((u8 *)key->md.data)[10]; in tls1_1_multi_block_encrypt()
386 out0[3] = (u8)(len >> 8); in tls1_1_multi_block_encrypt()
387 out0[4] = (u8)(len); in tls1_1_multi_block_encrypt()
H A De_aes_cbc_hmac_sha256.c369 unsigned char *out0 = out; in tls1_1_multi_block_encrypt() local
398 out0[0] = ((u8 *)key->md.data)[8]; in tls1_1_multi_block_encrypt()
399 out0[1] = ((u8 *)key->md.data)[9]; in tls1_1_multi_block_encrypt()
400 out0[2] = ((u8 *)key->md.data)[10]; in tls1_1_multi_block_encrypt()
401 out0[3] = (u8)(len >> 8); in tls1_1_multi_block_encrypt()
402 out0[4] = (u8)(len); in tls1_1_multi_block_encrypt()
/freebsd-12.1/contrib/file/src/
H A Dreadcdf.c568 goto out0; in file_trycdf()
663 out0: in file_trycdf()
/freebsd-12.1/sys/gnu/dts/arm/
H A Dam57xx-idk-common.dtsi54 led-out0 {
55 label = "out0";
H A Dam335x-icev2.dts53 led-out0 {
54 label = "out0";
H A Dam437x-idk-evm.dts128 led-out0 {
129 label = "out0";
H A Dr8a7792-wheat.dts87 hdmi-out0 {
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c2457 goto out0; in ecore_cxt_dynamic_ilt_alloc()
2464 goto out0; in ecore_cxt_dynamic_ilt_alloc()
2540 out0: in ecore_cxt_dynamic_ilt_alloc()
/freebsd-12.1/sys/dev/isp/
H A Disp.c6747 #define ISP_FC_OPMAP(in0, out0) 0, 0, 0, in0, 0, 0, 0, out0 argument
6748 #define ISP_FC_OPMAP_HALF(in1, in0, out1, out0) 0, 0, in1, in0, 0, 0, out1, out0 argument
6749 …FC_OPMAP_FULL(in3, in2, in1, in0, out3, out2, out1, out0) in3, in2, in1, in0, out3, out2, out1, o… argument