Home
last modified time | relevance | path

Searched refs:out1 (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-12.1/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl935 le?vperm $out1,$out1,$out1,$inpperm
1077 le?vperm $out1,$out1,$out1,$inpperm
1711 le?vperm $out1,$out1,$out1,$inpperm
1740 le?vperm $out1,$out1,$out1,$inpperm
1766 le?vperm $out1,$out1,$out1,$inpperm
1789 le?vperm $out1,$out1,$out1,$inpperm
1809 le?vperm $out1,$out1,$out1,$inpperm
1826 le?vperm $out1,$out1,$out1,$inpperm
1840 le?vperm $out1,$out1,$out1,$inpperm
2712 le?vperm $out1,$out1,$out1,$leperm
[all …]
H A Daes-ia64.S361 dep out1=r16,out1,24,8 //;;
367 dep out1=r17,out1,16,8 //;;
373 dep out1=r18,out1,8,8 //;;
385 { .mii; ADDP out1=1,in1
401 { .mmi; st1 [out1]=r18,4
416 { .mmi; st1 [out1]=r30
738 dep out1=r16,out1,24,8 //;;
744 dep out1=r17,out1,16,8 //;;
750 dep out1=r18,out1,8,8 //;;
762 { .mii; ADDP out1=1,in1
[all …]
/freebsd-12.1/sys/contrib/libsodium/test/default/
H A Dscalarmult7.c18 static unsigned char out1[32]; variable
27 ret = crypto_scalarmult_curve25519(out1, scalar, p1); in main()
31 printf("%d\n", !!memcmp(out1, out2, 32)); in main()
/freebsd-12.1/contrib/gcclibs/libgomp/config/linux/ia64/
H A Dfutex.h40 register long out1 asm ("out1") = op; 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/heimdal/lib/gssapi/
H A Dtest_context.c649 gss_buffer_desc in, out1, out2; in main() local
791 memset(&out1, 0, sizeof(out1)); in main()
798 100, &out1); in main()
802 if (out1.length != out2.length) in main()
804 if (memcmp(out1.value, out2.value, out1.length) != 0) in main()
810 100, &out1); in main()
812 if (out1.length != out2.length) in main()
814 if (memcmp(out1.value, out2.value, out1.length) != 0) in main()
824 100, &out1); in main()
828 if (out1.length != out2.length) in main()
[all …]
/freebsd-12.1/tools/test/iconv/
H A Dconst-gnuism.c46 char *out1, *out2; in main() local
62 if ((out1 = malloc(inbytes)) == NULL) in main()
65 if (iconv(cd, in1, &inbytes, &out1, &outbytes) == -1) in main()
/freebsd-12.1/sys/dev/drm/
H A Ddrm_sman.c77 goto out1; in drm_sman_init()
83 out1: in drm_sman_init()
186 goto out1; in drm_sman_get_owner_item()
191 out1: in drm_sman_get_owner_item()
227 goto out1; in drm_sman_alloc()
243 out1: in drm_sman_alloc()
/freebsd-12.1/tests/sys/fs/fusefs/
H A Dinterrupt.cc256 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
257 out1->header.unique = in.header.unique; in TEST_F()
258 out1->header.error = -EAGAIN; in TEST_F()
259 out1->header.len = sizeof(out1->header); in TEST_F()
260 out.push_back(std::move(out1)); in TEST_F()
313 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
320 SET_OUT_HEADER_LEN(*out1, entry); in TEST_F()
321 out1->body.create.entry.attr.mode = S_IFDIR | MODE; in TEST_F()
322 out1->body.create.entry.nodeid = ino1; in TEST_F()
323 out1->header.unique = mkdir_unique; in TEST_F()
[all …]
/freebsd-12.1/bin/sh/
H A Doutput.c79 struct output *out1 = &output; variable
91 outstr(p, out1); in out1str()
97 outqstr(p, out1); in out1qstr()
294 doformat(out1, fmt, ap); in out1fmt()
346 return fwopen(out1, doformat_wr); in out1fp()
H A Doutput.h56 extern struct output *out1; /* &memout if backquote, otherwise &output */
83 #define out1c(c) outc(c, out1);
H A Dcd.c175 flushout(out1); in docd()
176 outclearerror(out1); in docd()
H A Dvar.c636 outbin(vars[i], s - vars[i], out1); in showvarscmd()
711 vp->name_len + 1, out1); in exportcmd()
716 out1); in exportcmd()
H A Dexpand.c1498 outbin(argv[i], strlen(argv[i]) + 1, out1); in wordexpcmd()
1539 outcslow('C', out1); in freebsd_wordexpcmd()
1543 outcslow(' ', out1); in freebsd_wordexpcmd()
1551 outbin(arglist.args[i], strlen(arglist.args[i]) + 1, out1); in freebsd_wordexpcmd()
/freebsd-12.1/contrib/atf/atf-c/
H A Dcheck_test.c403 const char *out1, *out2; in ATF_TC_BODY() local
414 out1 = atf_check_result_stdout(&result1); in ATF_TC_BODY()
419 ATF_CHECK(strstr(out1, "check.XXXXXX") == NULL); in ATF_TC_BODY()
424 ATF_CHECK(strstr(out1, "/check") != NULL); in ATF_TC_BODY()
429 ATF_CHECK(strstr(out1, "/stdout") != NULL); in ATF_TC_BODY()
434 ATF_CHECK(strcmp(out1, out2) != 0); in ATF_TC_BODY()
446 CHECK_LINES(out1, "stdout", "result1"); in ATF_TC_BODY()
/freebsd-12.1/sys/contrib/zstd/tests/gzip/
H A Dlist.sh27 gzip -l in.gz >out1 || fail=1
29 compare out1 out2 || fail=1
/freebsd-12.1/contrib/atf/atf-c++/
H A Dcheck_test.cpp334 const std::string out1 = r1->stdout_path(); in ATF_TEST_CASE_BODY() local
339 ATF_REQUIRE(out1.find("check.XXXXXX") == std::string::npos); in ATF_TEST_CASE_BODY()
344 ATF_REQUIRE(out1.find("/check") != std::string::npos); in ATF_TEST_CASE_BODY()
349 ATF_REQUIRE(out1.find("/stdout") != std::string::npos); in ATF_TEST_CASE_BODY()
354 ATF_REQUIRE(out1 != out2); in ATF_TEST_CASE_BODY()
357 check_lines(out1, "stdout", "result1"); in ATF_TEST_CASE_BODY()
/freebsd-12.1/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m486 #define out1 %o1
299 xor $2, out1, out1 ! 8642
313 sll out1, 28, out1 ! rotate
318 or out1, local0, out1 ! rotate
414 xor $2, out1, out1
425 sll out1, 28, out1 ! rotate
430 or out1, local0, out1 ! rotate
433 srl out1, 24, local0
434 and out1, local5, local4
441 srl out1, 16, local2
[all …]
/freebsd-12.1/crypto/openssh/regress/
H A DMakefile121 t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub \
159 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out1
161 chmod 600 $(OBJ)/t6.out1
162 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
/freebsd-12.1/bin/sh/bltin/
H A Dbltin.h52 #define stdout out1
/freebsd-12.1/sys/xen/interface/
H A Ddom0_ops.h76 uint32_t out1; member
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh27 tmpout1=/tmp/tst.fds.$$.out1
/freebsd-12.1/sys/dev/drm2/ttm/
H A Dttm_bo_util.c328 goto out1; in ttm_bo_move_memcpy()
356 goto out1; in ttm_bo_move_memcpy()
371 out1: in ttm_bo_move_memcpy()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c547 svn_stream_t *out1; member
557 SVN_ERR(svn_stream_write(bt->out1, data, len)); in write_handler_tee()
569 SVN_ERR(svn_stream_close(bt->out1)); in close_handler_tee()
577 svn_stream_tee(svn_stream_t *out1, in svn_stream_tee() argument
584 if (out1 == NULL) in svn_stream_tee()
588 return out1; in svn_stream_tee()
591 baton->out1 = out1; in svn_stream_tee()
/freebsd-12.1/sys/ufs/ffs/
H A Dffs_snapshot.c442 goto out1;
451 goto out1;
456 goto out1;
467 goto out1;
471 goto out1;
502 goto out1;
611 goto out1;
623 goto out1;
688 out1:
/freebsd-12.1/contrib/file/src/
H A Dcdf.c465 goto out1; in cdf_read_sat()
470 goto out1; in cdf_read_sat()
510 out1: in cdf_read_sat()
726 goto out1; in cdf_read_ssat()
742 goto out1; in cdf_read_ssat()
749 out1: in cdf_read_ssat()

123