Home
last modified time | relevance | path

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

1234

/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl940 le?vperm $out1,$out1,$out1,$inpperm
1082 le?vperm $out1,$out1,$out1,$inpperm
1716 le?vperm $out1,$out1,$out1,$inpperm
1745 le?vperm $out1,$out1,$out1,$inpperm
1771 le?vperm $out1,$out1,$out1,$inpperm
1794 le?vperm $out1,$out1,$out1,$inpperm
1814 le?vperm $out1,$out1,$out1,$inpperm
1831 le?vperm $out1,$out1,$out1,$inpperm
1845 le?vperm $out1,$out1,$out1,$inpperm
2741 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-14.2/tests/sys/fs/fusefs/
H A Dlast_local_modify.cc289 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 Dbad_server.cc89 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
90 out1->header.unique = in.header.unique; in TEST_F()
91 out1->header.error = -ENOENT; in TEST_F()
92 out1->header.len = sizeof(out1->header); in TEST_F()
93 out.push_back(std::move(out1)); in TEST_F()
H A Dinterrupt.cc254 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
255 out1->header.unique = in.header.unique; in TEST_F()
256 out1->header.error = -EAGAIN; in TEST_F()
257 out1->header.len = sizeof(out1->header); in TEST_F()
258 out.push_back(std::move(out1)); in TEST_F()
311 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
318 SET_OUT_HEADER_LEN(*out1, entry); in TEST_F()
319 out1->body.create.entry.attr.mode = S_IFDIR | MODE; in TEST_F()
320 out1->body.create.entry.nodeid = ino1; in TEST_F()
321 out1->header.unique = mkdir_unique; in TEST_F()
[all …]
/freebsd-14.2/contrib/bc/tests/
H A Dother.sh332 printf '%s\n' "$numres" > "$out1"
339 printf '%s\n' "$num70" > "$out1"
346 printf '%s\n' "$num2" > "$out1"
353 printf '0\n' > "$out1"
360 printf '%s\n' "$numres" > "$out1"
373 checktest "$d" "$?" "arg" "$out1" "$out2"
377 checktest "$d" "$?" "arg" "$out1" "$out2"
395 printf '%s\n' "$out" > "$out1"
471 printf '%s\n' "$out" > "$out1"
488 printf '%s\n' "$out" > "$out1"
[all …]
/freebsd-14.2/contrib/bc/tests/bc/
H A Dtimeconst.sh69 out1="$outputdir/bc_outputs/bc_timeconst.txt"
72 outdir=$(dirname "$out1")
103 printf '%s\n' "$i" | bc -q "$timeconst" > "$out1"
116 diff "$out1" "$out2"
128 rm -f "$out1"
/freebsd-14.2/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-14.2/tools/test/iconv/
H A Dconst-gnuism.c44 char *out1, *out2; in main() local
60 if ((out1 = malloc(inbytes)) == NULL) in main()
63 if (iconv(cd, in1, &inbytes, &out1, &outbytes) == -1) in main()
/freebsd-14.2/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-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices_001_pos.ksh62 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
/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Din_out_out_result.h32 _LIBCPP_NO_UNIQUE_ADDRESS _OutIter1 out1; member
39 return {in, out1, out2}; in in_out_out_result()
46 return {std::move(in), std::move(out1), std::move(out2)}; in in_out_out_result()
/freebsd-14.2/bin/sh/
H A Doutput.c77 struct output *out1 = &output; variable
89 outstr(p, out1); in out1str()
95 outqstr(p, out1); in out1qstr()
292 doformat(out1, fmt, ap); in out1fmt()
344 return fwopen(out1, doformat_wr); in out1fp()
H A Doutput.h55 extern struct output *out1; /* &memout if backquote, otherwise &output */
82 #define out1c(c) outc(c, out1);
H A Dcd.c173 flushout(out1); in docd()
174 outclearerror(out1); in docd()
/freebsd-14.2/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-14.2/crypto/openssl/test/
H A Devp_libctx_test.c320 unsigned char out1[256]; in test_cipher_reinit() local
368 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, sizeof(in))) in test_cipher_reinit()
380 if (!TEST_mem_ne(out1, out1_len, out2, out2_len) in test_cipher_reinit()
381 || !TEST_mem_ne(out1, out1_len, out3, out3_len) in test_cipher_reinit()
385 if (!TEST_mem_eq(out1, out1_len, out2, out2_len) in test_cipher_reinit()
386 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len))) in test_cipher_reinit()
409 unsigned char out1[256]; in test_cipher_reinit_partialupdate() local
454 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, in_len)) in test_cipher_reinit_partialupdate()
459 if (!TEST_mem_eq(out1, out1_len, out2, out2_len)) in test_cipher_reinit_partialupdate()
467 if (!TEST_mem_eq(out1, out1_len, out3, out3_len)) in test_cipher_reinit_partialupdate()
/freebsd-14.2/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-14.2/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m484 #define out1 %o1
297 xor $2, out1, out1 ! 8642
311 sll out1, 28, out1 ! rotate
316 or out1, local0, out1 ! rotate
412 xor $2, out1, out1
423 sll out1, 28, out1 ! rotate
428 or out1, local0, out1 ! rotate
431 srl out1, 24, local0
432 and out1, local5, local4
439 srl out1, 16, local2
[all …]
/freebsd-14.2/tests/sys/netgraph/
H A Dng_macfilter_test.sh319 n=$(countmacs out1)
341 n=$(countmacs out1)
391 n=$(countmacs out1)
417 n=$(countmacs out1)
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Didmap_util.c568 goto out1; in is_idmap_supported()
572 goto out1; in is_idmap_supported()
594 out1: in is_idmap_supported()
661 goto out1; in do_idmap_mount()
702 out1: in do_idmap_mount()
/freebsd-14.2/crypto/openssh/regress/
H A DMakefile147 t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub \
193 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out1 ; \
195 chmod 600 $(OBJ)/t6.out1 ; \
196 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2 ; \
/freebsd-14.2/bin/sh/bltin/
H A Dbltin.h51 #define stdout out1
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dak4613.txt13 - asahi-kasei,out1-single-end
/freebsd-14.2/sys/contrib/xen/
H A Ddom0_ops.h76 uint32_t out1; member

1234