/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesp8-ppc.pl | 680 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21)); 792 vxor $out1,$in1,$rndkey0 812 vncipher $out1,$out1,v24 823 vncipher $out1,$out1,v25 835 vncipher $out1,$out1,v24 845 vncipher $out1,$out1,v25 855 vncipher $out1,$out1,v26 868 vncipher $out1,$out1,v27 878 vncipher $out1,$out1,v28 888 vncipher $out1,$out1,v29 [all …]
|
H A D | aes-ia64.S | 310 { .mmi; ld4 out1=[in0],8 // s0 346 ld1 out1=[out4],4 };; // s0 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 405 { .mmi; st1 [out1]=r22,4 410 { .mmi; st1 [out1]=r26,4 416 { .mmi; st1 [out1]=r30 [all …]
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | last_local_modify.cc | 273 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_P() local 286 out1->header.unique = mutator_unique; in TEST_P() 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() 294 out1->body.write.size = mutator_size; in TEST_P() 297 SET_OUT_HEADER_LEN(*out1, attr); in TEST_P() 298 out1->body.attr.attr.ino = ino; in TEST_P() 299 out1->body.attr.attr.mode = S_IFREG | 0644; in TEST_P() 300 out1->body.attr.attr.size = newsize; // Changed size in TEST_P() [all …]
|
H A D | bad_server.cc | 89 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 D | interrupt.cc | 254 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/contrib/bc/tests/ |
H A D | other.sh | 327 out1="$outputdir/${d}_outputs/${d}_other.txt" 332 printf '%s\n' "$numres" > "$out1" 337 checktest "$d" "$?" "line length" "$out1" "$out2" 339 printf '%s\n' "$num70" > "$out1" 344 checktest "$d" "$?" "line length 2" "$out1" "$out2" 346 printf '%s\n' "$num2" > "$out1" 351 checktest "$d" "$?" "line length 3" "$out1" "$out2" 353 printf '0\n' > "$out1" 356 checktest "$d" "$?" "line length 3" "$out1" "$out2" 360 printf '%s\n' "$numres" > "$out1" [all...] |
/freebsd/contrib/bc/tests/bc/ |
H A D | timeconst.sh | 69 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/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/tools/test/iconv/ |
H A D | const-gnuism.c | 43 char *out1, *out2; in main() local 59 if ((out1 = malloc(inbytes)) == NULL) in main() 62 if (iconv(cd, in1, &inbytes, &out1, &outbytes) == -1) in main()
|
/freebsd/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() 807 gss_release_buffer(&min_stat, &out1); 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() 817 gss_release_buffer(&min_stat, &out1); in main() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | in_out_out_result.h | 32 _LIBCPP_NO_UNIQUE_ADDRESS _OutIter1 out1; 39 return {in, out1, out2}; 46 return {std::move(in), std::move(out1), std::move(out2)}; in in_out_out_result() 29 _LIBCPP_NO_UNIQUE_ADDRESS _OutIter1 out1; global() member
|
/freebsd/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
|
/freebsd/bin/sh/ |
H A D | output.c | 71 struct output *out1 = &output; variable 83 outstr(p, out1); in out1str() 89 outqstr(p, out1); in out1qstr() 286 doformat(out1, fmt, ap); in out1fmt() 338 return fwopen(out1, doformat_wr); in out1fp()
|
H A D | output.h | 53 extern struct output *out1; /* &memout if backquote, otherwise &output */ 80 #define out1c(c) outc(c, out1);
|
H A D | cd.c | 167 flushout(out1); in docd() 168 outclearerror(out1); in docd()
|
/freebsd/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/crypto/openssl/test/ |
H A D | evp_libctx_test.c | 320 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/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/crypto/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 84 #define out1 %o1 111 ! Loads key first round from address in parameter 5 to out0, out1. 194 ld [$5+4], out1 ! key 8642 297 xor $2, out1, out1 ! 8642 301 srl out1, 4, local0 ! rotate 4 right 311 sll out1, 28, out1 ! rotate 316 or out1, local0, out1 ! rotate 319 srl out1, 24, local0 ! 8 320 and out1, local5, local4 ! 4 327 srl out1, 16, local2 ! 6 [all …]
|
/freebsd/tests/sys/netgraph/ |
H A D | ng_macfilter_test.sh | 319 n=$(countmacs out1) 341 n=$(countmacs out1) 391 n=$(countmacs out1) 417 n=$(countmacs out1)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | idmap_util.c | 568 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/crypto/openssh/regress/ |
H A D | Makefile | 147 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/bin/sh/bltin/ |
H A D | bltin.h | 49 #define stdout out1
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | ak4613.txt | 13 - asahi-kasei,out1-single-end
|
/freebsd/sys/contrib/xen/ |
H A D | dom0_ops.h | 76 uint32_t out1; member
|