Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 5614) sorted by relevance

12345678910>>...225

/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl770 vpxor @inp[0],@out[0],@out[0]
772 vpxor @inp[1],@out[1],@out[1]
774 vpxor @inp[2],@out[2],@out[2]
776 vpxor @inp[3],@out[3],@out[3]
1077 vpxor $zero,@out[1],@out[1]
1079 vpxor $zero,@out[2],@out[2]
1081 vpxor $zero,@out[3],@out[3]
1083 vpxor $zero,@out[4],@out[4]
1085 vpxor $zero,@out[5],@out[5]
1087 vpxor $zero,@out[6],@out[6]
[all …]
/freebsd-14.2/crypto/openssl/crypto/ec/asm/
H A Decp_nistp521-ppc64.pl190 vmsumudm $out[3],$t3,$t4,$out[3]
195 vmsumudm $out[4],$t3,$t4,$out[4]
201 vmsumudm $out[5],$t3,$t4,$out[5]
206 vmsumudm $out[6],$t3,$t4,$out[6]
211 vmsumudm $out[7],$t3,$t4,$out[7]
216 vmsumudm $out[8],$t3,$t4,$out[8]
220 vmsumudm $out[5],$t1,$t2,$out[5]
223 vmsumudm $out[6],$t1,$t2,$out[6]
227 vmsumudm $out[7],$t1,$t2,$out[7]
230 vmsumudm $out[7],$t3,$t4,$out[7]
[all …]
/freebsd-14.2/sys/contrib/libsodium/test/default/
H A Dchacha20.c56 randombytes_buf(out, sizeof out); in tv()
66 memset(out, 0x42, sizeof out); in tv()
67 crypto_stream_chacha20_xor(out, out, sizeof out, nonce, key); in tv()
71 crypto_stream_chacha20_xor_ic(out, out, sizeof out, nonce, 0U, key); in tv()
75 crypto_stream_chacha20_xor_ic(out, out, sizeof out, nonce, 1U, key); in tv()
124 memset(out, 0, sizeof out); in tv_ietf()
144 randombytes_buf(out, sizeof out); in tv_ietf()
154 memset(out, 0x42, sizeof out); in tv_ietf()
155 crypto_stream_chacha20_ietf_xor(out, out, sizeof out, nonce, key); in tv_ietf()
159 crypto_stream_chacha20_ietf_xor_ic(out, out, sizeof out, nonce, 0U, key); in tv_ietf()
[all …]
H A Dxchacha20.c52 tv->out, strlen(tv->out), NULL, NULL, NULL); in tv_hchacha20()
68 sodium_free(out); in tv_hchacha20()
124 tv->out, strlen(tv->out), NULL, &out_len, NULL); in tv_stream_xchacha20()
134 crypto_stream_xchacha20_xor(out, out, out_len, nonce, key); in tv_stream_xchacha20()
144 sodium_free(out); in tv_stream_xchacha20()
151 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce, 1, key); in tv_stream_xchacha20()
163 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce, in tv_stream_xchacha20()
165 crypto_stream_xchacha20_xor_ic(out + 64, out + 64, 64, nonce, in tv_stream_xchacha20()
167 crypto_stream_xchacha20_xor_ic(out + 128, out + 128, 64, nonce, in tv_stream_xchacha20()
196 const char *out; member
[all …]
H A Dgenerichash3.c42 memset(out, 0, sizeof out); in main()
46 crypto_generichash_blake2b_final(&st, out, in main()
49 printf("%02x", (unsigned int) out[j]); in main()
53 memset(out, 0, sizeof out); in main()
64 memset(out, 0, sizeof out); in main()
76 memset(out, 0, sizeof out); in main()
88 memset(out, 0, sizeof out); in main()
97 memset(out, 0, sizeof out); in main()
106 memset(out, 0, sizeof out); in main()
115 memset(out, 0, sizeof out); in main()
[all …]
/freebsd-14.2/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c22 out[0] = in[0]; in test_rint()
33 out[1] = 0; in test_rint()
60 out[0] = xh; in test_rint()
61 out[1] = xl; in test_rint()
85 *out = *in; in test_rintf()
117 *out = x; in test_rintf()
140 out[1] = 1; in test_fmod()
151 out[1] = 1; in test_fmod()
156 out[1] = 1; in test_fmod()
231 *out = *a; in test_fmodf()
[all …]
H A Dsemi.h13 char *test_ceil(uint32 *in, uint32 *out);
14 char *test_floor(uint32 *in, uint32 *out);
19 char *test_ceilf(uint32 *in, uint32 *out);
20 char *test_floorf(uint32 *in, uint32 *out);
28 char *test_isfinite(uint32 *x, uint32 *out);
30 char *test_isinf(uint32 *x, uint32 *out);
31 char *test_isinff(uint32 *x, uint32 *out);
32 char *test_isnan(uint32 *x, uint32 *out);
33 char *test_isnanf(uint32 *x, uint32 *out);
34 char *test_isnormal(uint32 *x, uint32 *out);
[all …]
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out5 out |<NULL>|
10 out |1|
12 out |<NULL>|
14 out |<NULL>|
16 out |<NULL>|
36 out |5|
51 out |1|
53 out |15|
55 out |20|
71 out |55|
[all …]
/freebsd-14.2/usr.bin/jot/tests/
H A DMakefile6 ${PACKAGE}FILES+= regress.ascii.out
7 ${PACKAGE}FILES+= regress.block.out
8 ${PACKAGE}FILES+= regress.dddd.out
9 ${PACKAGE}FILES+= regress.dddh.out
10 ${PACKAGE}FILES+= regress.ddhd.out
11 ${PACKAGE}FILES+= regress.ddhd2.out
12 ${PACKAGE}FILES+= regress.ddhh.out
14 ${PACKAGE}FILES+= regress.dhdd.out
15 ${PACKAGE}FILES+= regress.dhdh.out
16 ${PACKAGE}FILES+= regress.dhhd.out
[all …]
/freebsd-14.2/tests/sys/fs/fusefs/
H A Dlookup.cc77 out.body.entry.nodeid = ino; in TEST_F()
81 out.body.entry.attr.size = 1; in TEST_F()
90 out.body.entry.attr.uid = 10; in TEST_F()
91 out.body.entry.attr.gid = 11; in TEST_F()
141 out.body.entry.nodeid = ino; in TEST_F()
165 out.body.entry.nodeid = ino; in TEST_F()
186 out.body.entry.nodeid = 14; in TEST_F()
291 out.header.len = sizeof(out.header); in TEST_F()
292 out.header.error = 2; in TEST_F()
322 out.body.entry.nodeid = 42; in TEST_F()
[all …]
H A Dnfs.cc86 out.body.entry.nodeid = ino; in TEST_F()
97 out.body.entry.nodeid = ino; in TEST_F()
123 out.body.entry.nodeid = ino; in TEST_F()
134 out.body.entry.nodeid = ino; in TEST_F()
161 out.body.entry.nodeid = ino; in TEST_F()
187 out.body.entry.nodeid = ino; in TEST_F()
198 out.body.entry.nodeid = ino; in TEST_F()
232 out.body.entry.nodeid = ino; in TEST_F()
254 out.body.entry.nodeid = ino; in TEST_F()
333 out.header.error = 0; in TEST_F()
[all …]
H A Dsetattr.cc92 out.body.entry.nodeid = ino; in TEST_F()
103 SET_OUT_HEADER_LEN(out, attr); in TEST_F()
136 out.body.entry.nodeid = ino; in TEST_F()
175 out.body.entry.nodeid = ino; in TEST_F()
185 out.body.entry.nodeid = ino; in TEST_F()
235 out.body.entry.nodeid = ino; in TEST_F()
277 out.body.entry.nodeid = ino; in TEST_F()
307 out.body.entry.nodeid = ino; in TEST_F()
318 out.header.len = sizeof(out.header); in TEST_F()
370 out.header.len = sizeof(out.header); in TEST_F()
[all …]
H A Dgetattr.cc50 SET_OUT_HEADER_LEN(out, entry); in expect_lookup()
52 out.body.entry.nodeid = ino; in expect_lookup()
53 out.body.entry.attr.nlink = 1; in expect_lookup()
85 out.body.entry.nodeid = ino; in TEST_F()
95 SET_OUT_HEADER_LEN(out, attr); in TEST_F()
128 out.body.attr.attr_valid = 0; in TEST_F()
162 out.body.attr.attr.size = 1; in TEST_F()
217 out.body.attr.attr.size = 1; in TEST_F()
226 out.body.attr.attr.uid = 10; in TEST_F()
227 out.body.attr.attr.gid = 11; in TEST_F()
[all …]
/freebsd-14.2/usr.bin/ncal/tests/
H A DMakefile6 ${PACKAGE}FILES+= regress.b-3m200901-jd-nhl.out
7 ${PACKAGE}FILES+= regress.b-3m200901-md-nhl.out
38 ${PACKAGE}FILES+= regress.f-3A-nhl.out
39 ${PACKAGE}FILES+= regress.f-3AB-nhl.out
40 ${PACKAGE}FILES+= regress.f-3B-nhl.out
41 ${PACKAGE}FILES+= regress.f-3gy-nhl.out
42 ${PACKAGE}FILES+= regress.f-3y-nhl.out
43 ${PACKAGE}FILES+= regress.f-mgm-nhl.out
44 ${PACKAGE}FILES+= regress.f-yA-nhl.out
46 ${PACKAGE}FILES+= regress.f-yB-nhl.out
[all …]
/freebsd-14.2/crypto/openssl/crypto/
H A Dppccpuid.pl226 stwx $tick,0,$out
235 stwx $tick,0,$out
236 addi $out,$out,4 # ++$out
259 stwx $tick,0,$out
270 stwx $tick,0,$out
286 add $out,$out,$tick # conditional ++$out
310 stwx $tick,0,$out
319 stwx $tick,0,$out
320 addi $out,$out,4 # ++$out
343 stwx $tick,0,$out
[all …]
/freebsd-14.2/crypto/openssl/crypto/ec/
H A Decp_nistp521.c669 out[1] += out[0] >> 58; in felem_reduce()
949 out[0] += out[8] >> 57; in felem_contract()
952 out[1] += out[0] >> 58; in felem_contract()
954 out[2] += out[1] >> 58; in felem_contract()
956 out[3] += out[2] >> 58; in felem_contract()
958 out[4] += out[3] >> 58; in felem_contract()
960 out[5] += out[4] >> 58; in felem_contract()
962 out[6] += out[5] >> 58; in felem_contract()
964 out[7] += out[6] >> 58; in felem_contract()
966 out[8] += out[7] >> 58; in felem_contract()
[all …]
/freebsd-14.2/usr.bin/hexdump/tests/
H A DMakefile10 ${PACKAGE}FILES+= d_hexdump_bflag_a.out
11 ${PACKAGE}FILES+= d_hexdump_bflag_b.out
12 ${PACKAGE}FILES+= d_hexdump_bflag_c.out
13 ${PACKAGE}FILES+= d_hexdump_cflag_a.out
14 ${PACKAGE}FILES+= d_hexdump_cflag_b.out
15 ${PACKAGE}FILES+= d_hexdump_cflag_c.out
16 ${PACKAGE}FILES+= d_hexdump_dflag_a_el.out
22 ${PACKAGE}FILES+= d_hexdump_nflag_a.out
29 ${PACKAGE}FILES+= d_hexdump_sflag_a.out
41 ${PACKAGE}FILES+= d_od_cflag_a.out
[all …]
/freebsd-14.2/lib/libxo/tests/
H A DMakefile12 .SUFFIXES: .c .err .o .out .sh
19 .c.out .o.out:
26 ${PACKAGE}FILES+= test_01.E.out
28 ${PACKAGE}FILES+= test_01.H.out
32 ${PACKAGE}FILES+= test_01.HP.out
34 ${PACKAGE}FILES+= test_01.J.out
38 ${PACKAGE}FILES+= test_01.T.out
40 ${PACKAGE}FILES+= test_01.X.out
44 ${PACKAGE}FILES+= test_01.out
64 ${PACKAGE}FILES+= test_02.out
[all …]
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_console.c188 fprintf(out, in help_querylid()
197 fprintf(out, in help_portstatus()
208 fprintf(out, in help_switchbalance()
219 fprintf(out, in help_lidbalance()
243 fprintf(out, in help_perfmgr()
251 fprintf(out, in help_perfmgr()
253 fprintf(out, in help_perfmgr()
255 fprintf(out, in help_perfmgr()
257 fprintf(out, in help_perfmgr()
451 if (out) { in print_status()
[all …]
/freebsd-14.2/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c47 goto out; in mlx5_core_access_reg()
59 goto out; in mlx5_core_access_reg()
63 out: in mlx5_core_access_reg()
615 out: in mlx5_core_access_ptys()
673 out: in mlx5_core_access_pmtu()
930 memset(out, 0, sizeof(out)); in mlx5_query_port_prio_tc()
1142 out: in mlx5_set_dscp2prio()
1173 out: in mlx5_query_dscp2prio()
1396 out: in mlx5e_port_linkspeed()
1461 out: in mlx5e_port_query_priority2buffer()
[all …]
H A Dmlx5_transobj.c61 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_dealloc_transport_domain()
71 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_rq()
84 return mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_modify_rq()
95 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_rq()
116 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_sq()
129 return mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_modify_sq()
140 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_sq()
162 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_tir()
178 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_tir()
189 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_tis()
[all …]
/freebsd-14.2/bin/dd/
H A Ddd.c252 out.dbp = out.db; in setup()
266 if (ftruncate(out.fd, out.offset * out.dbsz) == -1) in setup()
520 if (ddflags & C_OSYNC && out.dbcnt && out.dbcnt < out.dbsz) { in dd_close()
522 memset(out.dbp, fill_char, out.dbsz - out.dbcnt); in dd_close()
524 memset(out.dbp, ' ', out.dbsz - out.dbcnt); in dd_close()
526 memset(out.dbp, 0, out.dbsz - out.dbcnt); in dd_close()
527 out.dbcnt = out.dbsz; in dd_close()
582 for (n = force ? out.dbcnt : out.dbsz;; n = out.dbsz) { in dd_out()
647 if ((out.dbcnt -= n) < out.dbsz) in dd_out()
653 (void)memmove(out.db, out.dbp - out.dbcnt, out.dbcnt); in dd_out()
[all …]
/freebsd-14.2/usr.bin/grep/tests/
H A DMakefile7 ${PACKAGE}FILES+= d_basic.out
8 ${PACKAGE}FILES+= d_begin_end_a.out
9 ${PACKAGE}FILES+= d_begin_end_b.out
10 ${PACKAGE}FILES+= d_binary.out
12 ${PACKAGE}FILES+= d_color_a.out
14 ${PACKAGE}FILES+= d_color_b.out
15 ${PACKAGE}FILES+= d_color_c.out
20 ${PACKAGE}FILES+= d_context_a.out
29 ${PACKAGE}FILES+= d_egrep.out
37 ${PACKAGE}FILES+= d_invert.out
[all …]
/freebsd-14.2/usr.bin/calendar/tests/
H A DMakefile15 ${PACKAGE}FILES+= regress.cond.out
19 ${PACKAGE}FILES+= regress.a1.out
20 ${PACKAGE}FILES+= regress.a2.out
21 ${PACKAGE}FILES+= regress.a3.out
22 ${PACKAGE}FILES+= regress.a4.out
23 ${PACKAGE}FILES+= regress.a5.out
24 ${PACKAGE}FILES+= regress.b1.out
25 ${PACKAGE}FILES+= regress.b2.out
26 ${PACKAGE}FILES+= regress.b3.out
27 ${PACKAGE}FILES+= regress.b4.out
[all …]
/freebsd-14.2/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_cmd.c62 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_access_reg()
89 return mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_ctrl_op()
134 return mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_ctrl_write()
155 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_query()
236 ret = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_create_qp()
259 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_modify_qp()
272 ret = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_query_qp()
289 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_destroy_qp()
304 ret = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_query_qp_counters()
333 goto out; in mlx5_fpga_shell_counters()
[all …]

12345678910>>...225