Home
last modified time | relevance | path

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

12345678910>>...205

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dmemset.c29 #define SET_32_OBJECTS(out) \ argument
31 out [0] = m0; \
32 out [1] = m0; \
33 out [2] = m0; \
34 out [3] = m0; \
35 out [4] = m0; \
36 out [5] = m0; \
37 out [6] = m0; \
38 out [7] = m0; \
39 out [8] = m0; \
[all …]
H A Dmemcpy.c31 #define MOVE_32_OBJECTS(in,out) \ argument
38 out [0] = m0; \
39 out [1] = m1; \
40 out [2] = m2; \
41 out [3] = m3; \
47 out [4] = m0; \
48 out [5] = m1; \
49 out [6] = m2; \
50 out [7] = m3; \
56 out [8] = m0; \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dmemset.c29 #define SET_32_OBJECTS(out) \ argument
31 out [0] = m0; \
32 out [1] = m0; \
33 out [2] = m0; \
34 out [3] = m0; \
35 out [4] = m0; \
36 out [5] = m0; \
37 out [6] = m0; \
38 out [7] = m0; \
39 out [8] = m0; \
[all …]
H A Dmemcpy.c31 #define MOVE_32_OBJECTS(in,out) \ argument
38 out [0] = m0; \
39 out [1] = m1; \
40 out [2] = m2; \
41 out [3] = m3; \
47 out [4] = m0; \
48 out [5] = m1; \
49 out [6] = m2; \
50 out [7] = m3; \
56 out [8] = m0; \
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesni-mb-x86_64.pl93 @out=map("%xmm$_",(2..5));
178 movdqu `40*$i+24-40*2`($inp),@out[$i] # load IV
188 pxor $zero,@out[0]
190 pxor $zero,@out[1]
192 pxor $zero,@out[2]
194 pxor $zero,@out[3]
196 pxor @inp[0],@out[0]
198 pxor @inp[1],@out[1]
200 pxor @inp[2],@out[2]
201 pxor @inp[3],@out[3]
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesni-mb-x86_64.pl102 @out=map("%xmm$_",(2..5));
191 movdqu `$inp_elm_size*$i+2*$ptr_size+8-$inp_elm_size*2`($inp),@out[$i]
201 pxor $zero,@out[0]
203 pxor $zero,@out[1]
205 pxor $zero,@out[2]
207 pxor $zero,@out[3]
209 pxor @inp[0],@out[0]
211 pxor @inp[1],@out[1]
213 pxor @inp[2],@out[2]
214 pxor @inp[3],@out[3]
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/asm/
H A Decp_nistp521-ppc64.pl152 my @out = map("v$_",(55..63));
176 vmsumudm $out[0],$in1[0],$in2[0],$vzero
180 vmsumudm $out[1],$t1,$t2,$vzero
183 vmsumudm $out[2],$t1,$t2,$vzero
184 vmsumudm $out[2],$in1[2],$in2[0],$out[2]
187 vmsumudm $out[3],$t1,$t2,$vzero
190 vmsumudm $out[3],$t3,$t4,$out[3]
193 vmsumudm $out[4],$t1,$t2,$vzero
195 vmsumudm $out[4],$t3,$t4,$out[4]
196 vmsumudm $out[4],$in1[4],$in2[0],$out[4]
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dchacha20.c25 unsigned char out[160]; in tv() local
37 crypto_stream_chacha20(out, sizeof out, nonce, key); in tv()
38 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
40 for (plen = 1U; plen < sizeof out; plen++) { in tv()
42 crypto_stream_chacha20_xor(part, out, plen, nonce, key); in tv()
49 assert(66 <= sizeof out); in tv()
51 memset(out, (int) (plen & 0xff), sizeof out); in tv()
52 crypto_stream_chacha20(out, plen, nonce, key); in tv()
53 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
56 randombytes_buf(out, sizeof out); in tv()
[all …]
H A Dxchacha20.c8 const char out[crypto_core_hchacha20_OUTPUTBYTES * 2 + 1]; member
36 unsigned char *out; in tv_hchacha20() local
43 out = (unsigned char *) sodium_malloc(crypto_core_hchacha20_OUTPUTBYTES); in tv_hchacha20()
51 sodium_hex2bin(out, crypto_core_hchacha20_OUTPUTBYTES, in tv_hchacha20()
52 tv->out, strlen(tv->out), NULL, NULL, NULL); in tv_hchacha20()
54 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0); in tv_hchacha20()
60 sodium_hex2bin(out, crypto_core_hchacha20_OUTPUTBYTES, in tv_hchacha20()
65 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0); in tv_hchacha20()
68 sodium_free(out); in tv_hchacha20()
86 const char out[XCHACHA20_OUT_MAX * 2 + 1]; member
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rrsetorder/
H A Dtests.sh44 dig_cmd @10.53.0.1 fixed.example >dig.out.fixed || ret=1
45 diff dig.out.fixed reference.dig.out.fixed.good >/dev/null || ret=1
55 dig_cmd @10.53.0.1 fixed.example >dig.out.fixed || ret=1
57 cp dig.out.fixed dig.out.$j
59 diff dig.out.fixed dig.out.$j >/dev/null && matches=$((matches + 1))
62 diff dig.out.0 dig.out.1 >/dev/null && ret=1
63 diff dig.out.0 dig.out.2 >/dev/null && ret=1
64 diff dig.out.0 dig.out.3 >/dev/null && ret=1
65 diff dig.out.1 dig.out.2 >/dev/null && ret=1
66 diff dig.out.1 dig.out.3 >/dev/null && ret=1
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/verify/zones/
H A Dgenzones.sh35 $KEYGEN -a ${DEFAULT_ALGORITHM} ${zone} >kg.out$n 2>&1 || dumpit kg.out$n
36 $SIGNER -SP -o ${zone} -f ${file} unsigned.db >s.out$n || dumpit s.out$n
39 $KEYGEN -a ${DEFAULT_ALGORITHM} -fK ${zone} >kg.out$n 2>&1 || dumpit kg.out$n
40 $SIGNER -SPz -o ${zone} -f ${file} unsigned.db >s.out$n || dumpit s.out$n
43 $KEYGEN -a ${DEFAULT_ALGORITHM} ${zone} >kg1.out$n 2>&1 || dumpit kg1.out
[all...]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistp521.c143 static void bin66_to_felem(felem out, const u8 in[66]) in bin66_to_felem() argument
145 out[0] = (*((limb *) & in[0])) & bottom58bits; in bin66_to_felem()
146 out[1] = (*((limb_aX *) & in[7]) >> 2) & bottom58bits; in bin66_to_felem()
147 out[2] = (*((limb_aX *) & in[14]) >> 4) & bottom58bits; in bin66_to_felem()
148 out[3] = (*((limb_aX *) & in[21]) >> 6) & bottom58bits; in bin66_to_felem()
149 out[4] = (*((limb_aX *) & in[29])) & bottom58bits; in bin66_to_felem()
150 out[5] = (*((limb_aX *) & in[36]) >> 2) & bottom58bits; in bin66_to_felem()
151 out[6] = (*((limb_aX *) & in[43]) >> 4) & bottom58bits; in bin66_to_felem()
152 out[7] = (*((limb_aX *) & in[50]) >> 6) & bottom58bits; in bin66_to_felem()
153 out[8] = (*((limb_aX *) & in[58])) & bottom57bits; in bin66_to_felem()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistp521.c142 static void bin66_to_felem(felem out, const u8 in[66])
144 out[0] = (*((limb *) & in[0])) & bottom58bits;
145 out[1] = (*((limb_aX *) & in[7]) >> 2) & bottom58bits;
146 out[2] = (*((limb_aX *) & in[14]) >> 4) & bottom58bits;
147 out[3] = (*((limb_aX *) & in[21]) >> 6) & bottom58bits;
148 out[4] = (*((limb_aX *) & in[29])) & bottom58bits;
149 out[5] = (*((limb_aX *) & in[36]) >> 2) & bottom58bits;
150 out[6] = (*((limb_aX *) & in[43]) >> 4) & bottom58bits;
151 out[7] = (*((limb_aX *) & in[50]) >> 6) & bottom58bits;
152 out[8] = (*((limb_aX *) & in[58])) & bottom57bits;
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/zonechecks/
H A Dtests.sh25 if $CHECKZONE . cname.db >cname.out 2>&1; then
29 if grep "is a CNAME" cname.out >/dev/null; then
39 if $CHECKZONE . dname.db >dname.out 2>&1; then
43 if grep "is below a DNAME" dname.out >/dev/null; then
53 if $CHECKZONE . noaddress.db >noaddress.out; then
57 if grep "has no address records" noaddress.out >/dev/null; then
67 if $CHECKZONE . nxdomain.db >nxdomain.out; then
71 if grep "has no address records" noaddress.out >/dev/null; then
81 if $CHECKZONE -n fail . a.db >a.out 2>&1; then
85 if grep "appears to be an address" a.out >/dev/null; then
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dppccpuid.pl205 my ($out,$cnt,$max)=("r3","r4","r5");
218 dcbf 0,$out # flush cache line
219 lwarx $tick,0,$out # load and lock
221 stwcx. $tick,0,$out
222 stwx $tick,0,$out
227 dcbf 0,$out # flush cache line
228 lwarx $tick,0,$out # load and lock
230 stwcx. $tick,0,$out
231 stwx $tick,0,$out
232 addi $out,$out,4 # ++$out
[all …]
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dw_inst.c62 fatal_win(FILE* out, const char* str) in fatal_win() argument
66 if(out) fprintf(out, "%s\n", e); in fatal_win()
73 event_reg_install(FILE* out, const char* pathname) in event_reg_install() argument
78 if(out) fprintf(out, "install reg entries for %s\n", pathname); in event_reg_install()
89 fatal_win(out, "could not create registry key"); in event_reg_install()
99 fatal_win(out, "could not registry set EventMessageFile"); in event_reg_install()
108 fatal_win(out, "could not registry set TypesSupported"); in event_reg_install()
115 fatal_win(out, "could not registry set CategoryMessageFile"); in event_reg_install()
121 fatal_win(out, "could not registry set CategoryCount"); in event_reg_install()
126 if(out) fprintf(out, "installed reg entries\n"); in event_reg_install()
[all …]
/netbsd-src/tests/crypto/libcrypto/ecdh/
H A Decdhtest.c109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, in KDF1_SHA1() argument
117 return SHA1(in, inlen, out); in KDF1_SHA1()
123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) in test_ecdh_curve() argument
149 BIO_puts(out, "Testing key generation with "); in test_ecdh_curve()
150 BIO_puts(out, text); in test_ecdh_curve()
152 BIO_puts(out, "\n"); in test_ecdh_curve()
154 (void)BIO_flush(out); in test_ecdh_curve()
175 BIO_puts(out, " pri 1="); in test_ecdh_curve()
176 BN_print(out, a->priv_key); in test_ecdh_curve()
177 BIO_puts(out, "\n pub 1="); in test_ecdh_curve()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dppccpuid.pl209 my ($out,$cnt,$max)=("r3","r4","r5");
222 dcbf 0,$out # flush cache line
223 lwarx $tick,0,$out # load and lock
225 stwcx. $tick,0,$out
226 stwx $tick,0,$out
231 dcbf 0,$out # flush cache line
232 lwarx $tick,0,$out # load and lock
234 stwcx. $tick,0,$out
235 stwx $tick,0,$out
236 addi $out,$out,4 # ++$out
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/serve-stale/
H A Dtests.sh35 $DIG -p ${PORT} @10.53.0.1 longttl.example TXT >dig.out.test$n || ret=1
36 grep "status: NOERROR" dig.out.test$n >/dev/null || ret=1
37 grep "ANSWER: 1," dig.out.test$n >/dev/null || ret=1
44 $DIG -p ${PORT} @10.53.0.1 data.example TXT >dig.out.test$n || ret=1
45 grep "status: NOERROR" dig.out.test$n >/dev/null || ret=1
46 grep "ANSWER: 1," dig.out.test$n >/dev/null || ret=1
53 $DIG -p ${PORT} @10.53.0.1 othertype.example CAA >dig.out.test$n || ret=1
54 grep "status: NOERROR" dig.out.test$n >/dev/null || ret=1
55 grep "ANSWER: 1," dig.out.test$n >/dev/null || ret=1
62 $DIG -p ${PORT} @10.53.0.1 nodata.example TXT >dig.out
[all...]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/filter-aaaa/
H A Dtests.sh21 rm -f dig.out.*
52 $DIG $DIGOPTS aaaa aaaa-only.signed -b 10.53.0.1 @10.53.0.1 >dig.out.ns1.test$n || ret=1
53 grep "AUTHORITY: 1," dig.out.ns1.test$n >/dev/null || ret=1
54 grep ::2 dig.out.ns1.test$n >/dev/null || ret=1
61 $DIG $DIGOPTS aaaa aaaa-only.unsigned -b 10.53.0.1 @10.53.0.1 >dig.out.ns1.test$n || ret=1
62 grep "AUTHORITY: 1," dig.out.ns1.test$n >/dev/null || ret=1
63 grep ::5 dig.out.ns1.test$n >/dev/null || ret=1
70 $DIG $DIGOPTS aaaa dual.signed -b 10.53.0.1 @10.53.0.1 >dig.out.ns1.test$n || ret=1
71 grep "ANSWER: 0" dig.out.ns1.test$n >/dev/null || ret=1
72 grep "AUTHORITY: 0" dig.out.ns1.test$n >/dev/null || ret=1
[all …]
/netbsd-src/sys/dev/wscons/
H A Dwsemul_vt100_keys.c85 wsemul_vt100_translate(void *cookie, keysym_t in, const char **out) in wsemul_vt100_translate() argument
94 *out = &c; in wsemul_vt100_translate()
98 *out = vt100_fkeys[in - KS_f1]; in wsemul_vt100_translate()
102 *out = vt100_fkeys[in - KS_F1]; in wsemul_vt100_translate()
106 *out = vt100_pfkeys[in - KS_KP_F1]; in wsemul_vt100_translate()
111 *out = vt100_numpad[in - KS_KP_0]; in wsemul_vt100_translate()
116 *out = "\033OI"; in wsemul_vt100_translate()
119 *out = "\033OM"; in wsemul_vt100_translate()
122 *out = "\033Oj"; in wsemul_vt100_translate()
125 *out = "\033Ok"; in wsemul_vt100_translate()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Djson_reporter.cc68 std::ostream& out = GetOutputStream(); in ReportContext() local
70 out << "{\n"; in ReportContext()
74 out << inner_indent << "\"context\": {\n"; in ReportContext()
78 out << indent << FormatKV("date", walltime_value) << ",\n"; in ReportContext()
80 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n"; in ReportContext()
88 out << indent << FormatKV("executable", executable_name) << ",\n"; in ReportContext()
92 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus)) in ReportContext()
94 out << indent in ReportContext()
98 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled) in ReportContext()
101 out << indent << "\"caches\": [\n"; in ReportContext()
[all …]
/netbsd-src/bin/dd/
H A Ddd.c77 IO in, out; /* input/output state */ variable
199 if (out.name == NULL) { in setup()
201 out.fd = STDOUT_FILENO; in setup()
202 out.name = "stdout"; in setup()
203 out.ops = &ddfops_stdfd; in setup()
205 out.ops = prog_ops; in setup()
221 out.fd = ddop_open(out, out.name, O_RDWR | OFLAGS, DEFFILEMODE); in setup()
227 if (out.fd < 0) { in setup()
228 out.fd = ddop_open(out, out.name, O_WRONLY | OFLAGS, in setup()
230 out.flags |= NOREAD; in setup()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/
H A Dtests.sh27 rm -f dig.out.*
126 dig_with_opts a.example. @10.53.0.${ns} a >dig.out.ns${ns}.test$n || ret=1
127 check_ad_flag $ad dig.out.ns${ns}.test$n || ret=1
128 check_status NXDOMAIN dig.out.ns${ns}.test$n || ret=1
129 check_nosynth_soa example. dig.out.ns${ns}.test$n || ret=1
130 [ $ns -eq 2 ] && cp dig.out.ns${ns}.test$n nxdomain.out
137 dig_with_opts nodata.example. @10.53.0.${ns} a >dig.out.ns${ns}.test$n || ret=1
138 check_ad_flag $ad dig.out.ns${ns}.test$n || ret=1
139 check_status NOERROR dig.out.ns${ns}.test$n || ret=1
140 check_nosynth_soa example. dig.out.ns${ns}.test$n || ret=1
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Djson_reporter.cc68 std::ostream& out = GetOutputStream(); in ReportContext() local
70 out << "{\n"; in ReportContext()
74 out << inner_indent << "\"context\": {\n"; in ReportContext()
78 out << indent << FormatKV("date", walltime_value) << ",\n"; in ReportContext()
81 out << indent << FormatKV("executable", Context::executable_name) << ",\n"; in ReportContext()
85 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus)) in ReportContext()
87 out << indent in ReportContext()
91 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled) in ReportContext()
94 out << indent << "\"caches\": [\n"; in ReportContext()
99 out << indent << "{\n"; in ReportContext()
[all …]

12345678910>>...205