| /freebsd-13.1/crypto/openssl/crypto/aes/asm/ |
| H A D | aesp8-ppc.pl | 935 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 D | aes-ia64.S | 361 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-13.1/tests/sys/fs/fusefs/ |
| H A D | last_local_modify.cc | 289 out1->header.error = 0; in TEST_P() 290 out1->header.len = sizeof(out1->header); in TEST_P() 293 SET_OUT_HEADER_LEN(*out1, write); in TEST_P() 297 SET_OUT_HEADER_LEN(*out1, attr); in TEST_P() 298 out1->body.attr.attr.ino = ino; in TEST_P() 308 out.push_back(std::move(out1)); in TEST_P() 451 out1->header.error = 0; in TEST_P() 452 out1->header.len = sizeof(out1->header); in TEST_P() 459 SET_OUT_HEADER_LEN(*out1, attr); in TEST_P() 460 out1->body.attr.attr.ino = ino; in TEST_P() [all …]
|
| H A D | interrupt.cc | 256 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-13.1/contrib/bc/tests/ |
| H A D | other.sh | 230 out1="$outputdir/${d}_outputs/${d}_other.txt" 235 printf '%s\n' "$numres" > "$out1" 240 checktest "$d" "$?" "line length" "$out1" "$out2" 242 printf '%s\n' "$num70" > "$out1" 249 printf '%s\n' "$num2" > "$out1" 256 printf '0\n' > "$out1" 263 printf '%s\n' "$numres" > "$out1" 276 checktest "$d" "$?" "arg" "$out1" "$out2" 280 checktest "$d" "$?" "arg" "$out1" "$out2" 298 printf '%s\n' "$out" > "$out1" [all …]
|
| /freebsd-13.1/contrib/bc/tests/bc/ |
| H A D | timeconst.sh | 53 out1="$outputdir/bc_outputs/bc_timeconst.txt" 56 outdir=$(dirname "$out1") 87 printf '%s\n' "$i" | bc -q "$timeconst" > "$out1" 100 diff "$out1" "$out2" 112 rm -f "$out1"
|
| /freebsd-13.1/sys/contrib/libsodium/test/default/ |
| H A D | scalarmult7.c | 18 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-13.1/tools/test/iconv/ |
| H A D | const-gnuism.c | 46 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-13.1/crypto/heimdal/lib/gssapi/ |
| H A D | test_context.c | 649 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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/ |
| H A D | devices_001_pos.ksh | 62 log_must dd if=/dev/urandom of=$TESTDIR/$TESTFILE1.out1 count=1 bs=128k 63 log_must dd if=$TESTDIR/$TESTFILE1.out1 of=$TESTDIR/$TESTFILE1 count=1 bs=128k 65 log_must cmp $TESTDIR/$TESTFILE1.out1 $TESTDIR/$TESTFILE1.out2
|
| H A D | devices_common.kshlib | 117 log_must rm -f $TESTDIR/$TESTFILE1.out1
|
| /freebsd-13.1/bin/sh/ |
| H A D | output.c | 79 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 D | output.h | 56 extern struct output *out1; /* &memout if backquote, otherwise &output */ 83 #define out1c(c) outc(c, out1);
|
| H A D | cd.c | 175 flushout(out1); in docd() 176 outclearerror(out1); in docd()
|
| H A D | exec.c | 690 outcslow('/', out1); in print_absolute_path() 693 outcslow('\n', out1); in print_absolute_path() 734 outcslow('\n', out1); in typecmd_impl()
|
| /freebsd-13.1/contrib/atf/atf-c/ |
| H A D | check_test.c | 403 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-13.1/contrib/atf/atf-c++/ |
| H A D | check_test.cpp | 334 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-13.1/crypto/openssl/crypto/des/asm/ |
| H A D | des_enc.m4 | 86 #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-13.1/tests/sys/netgraph/ |
| H A D | ng_macfilter_test.sh | 320 n=$(countmacs out1) 342 n=$(countmacs out1) 392 n=$(countmacs out1) 418 n=$(countmacs out1)
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | Makefile | 135 t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub \ 171 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out1 173 chmod 600 $(OBJ)/t6.out1 174 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
|
| /freebsd-13.1/bin/sh/bltin/ |
| H A D | bltin.h | 52 #define stdout out1
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | ak4613.txt | 13 - asahi-kasei,out1-single-end
|
| /freebsd-13.1/sys/xen/interface/ |
| H A D | dom0_ops.h | 76 uint32_t out1; member
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
| H A D | tst.fds.ksh | 27 tmpout1=/tmp/tst.fds.$$.out1
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | ascmagic.c | 359 goto out1; in encode_utf8() 391 out1: *buf++ = CAST(unsigned char, ((ubuf[i] >> 0) & 0x3f) + 0x80); in encode_utf8()
|