Searched refs:out1 (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/ia64/
H A Dfutex.h40 register long out1 asm ("out1") = op;
46 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3)
47 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3)
/freebsd-11-stable/tools/test/iconv/
H A Dconst-gnuism.c46 char *out1, *out2; local
62 if ((out1 = malloc(inbytes)) == NULL)
65 if (iconv(cd, in1, &inbytes, &out1, &outbytes) == -1)
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp163 void out1(int);
230 void dvi_printer::out1(int n) function in class:dvi_printer
262 out1(strlen(s));
264 out1(*s++);
271 out1(pop);
284 out1(push);
394 out1(code);
407 out1(0);
414 out1(fnt_num_0 + i);
422 out1(bas
[all...]
/freebsd-11-stable/bin/sh/
H A Doutput.h54 extern struct output *out1; /* &memout if backquote, otherwise &output */
81 #define out1c(c) outc(c, out1);
H A Doutput.c77 struct output *out1 = &output; variable in typeref:struct:output
89 outstr(p, out1);
95 outqstr(p, out1);
299 doformat(out1, fmt, ap);
351 return fwopen(out1, doformat_wr);
H A Dvar.c631 outbin(vars[i], s - vars[i], out1);
706 vp->name_len + 1, out1);
711 out1);
H A Dredir.c163 out1 = &memout;
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl653 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
765 vxor $out1,$in1,$rndkey0
785 vncipher $out1,$out1,v24
796 vncipher $out1,$out1,v25
808 vncipher $out1,$out1,v24
818 vncipher $out1,$out1,v2
[all...]
H A Daes-ia64.S305 { .mmi; ld4 out1=[in0],8 // s0
341 ld1 out1=[out4],4 };; // s0
356 dep out1=r16,out1,24,8 //;;
362 dep out1=r17,out1,16,8 //;;
368 dep out1=r18,out1,8,8 //;;
380 { .mii; ADDP out1=1,in1
396 { .mmi; st1 [out1]
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dxcbc_enc.c103 int out0, out1;
110 out0 = out1 = 0;
112 out[i] = key[i] ^ desx_white_in2out[out0 ^ out1];
113 out0 = out1;
114 out1 = (int)out[i & 0x07];
118 out1 = out[i]; /* BUG: out-of-bounds read */
120 out[i] = in[i] ^ desx_white_in2out[out0 ^ out1];
121 out0 = out1;
122 out1 = (int)out[i & 0x07];
/freebsd-11-stable/bin/sh/bltin/
H A Dbltin.h50 #define stdout out1
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_sman.c77 goto out1;
83 out1:
186 goto out1;
191 out1:
227 goto out1;
243 out1:
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_context.c649 gss_buffer_desc in, out1, out2; local
791 memset(&out1, 0, sizeof(out1));
798 100, &out1);
802 if (out1.length != out2.length)
804 if (memcmp(out1.value, out2.value, out1.length) != 0)
807 gss_release_buffer(&min_stat, &out1);
810 100, &out1);
812 if (out1
[all...]
/freebsd-11-stable/sys/xen/interface/
H A Ddom0_ops.h76 uint32_t out1; member in struct:dom0_msr
/freebsd-11-stable/contrib/atf/atf-c/
H A Dcheck_test.c403 const char *out1, *out2; local
414 out1 = atf_check_result_stdout(&result1);
419 ATF_CHECK(strstr(out1, "check.XXXXXX") == NULL);
424 ATF_CHECK(strstr(out1, "/check") != NULL);
429 ATF_CHECK(strstr(out1, "/stdout") != NULL);
434 ATF_CHECK(strcmp(out1, out2) != 0);
446 CHECK_LINES(out1, "stdout", "result1");
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dcheck_test.cpp334 const std::string out1 = r1->stdout_path(); local
339 ATF_REQUIRE(out1.find("check.XXXXXX") == std::string::npos);
344 ATF_REQUIRE(out1.find("/check") != std::string::npos);
349 ATF_REQUIRE(out1.find("/stdout") != std::string::npos);
354 ATF_REQUIRE(out1 != out2);
357 check_lines(out1, "stdout", "result1");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh27 tmpout1=/tmp/tst.fds.$$.out1
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile114 t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \
151 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out1
153 chmod 600 $(OBJ)/t6.out1
154 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_util.c328 goto out1;
356 goto out1;
371 out1:
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_snapshot.c440 goto out1;
449 goto out1;
454 goto out1;
465 goto out1;
469 goto out1;
500 goto out1;
609 goto out1;
621 goto out1;
686 out1:
/freebsd-11-stable/contrib/file/src/
H A Dcdf.c486 goto out1;
491 goto out1;
533 out1:
750 goto out1;
766 goto out1;
773 out1:
H A Dreadcdf.c577 goto out1;
662 out1:
/freebsd-11-stable/sys/crypto/aesni/
H A Daesni.c544 goto out1;
657 out1:
/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c492 goto out1;
589 out1:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c552 svn_stream_t *out1;
562 SVN_ERR(svn_stream_write(bt->out1, data, len));
574 SVN_ERR(svn_stream_close(bt->out1));
582 svn_stream_tee(svn_stream_t *out1,
589 if (out1 == NULL)
593 return out1;
596 baton->out1 = out1;
547 svn_stream_t *out1; member in struct:baton_tee
577 svn_stream_tee(svn_stream_t *out1, svn_stream_t *out2, apr_pool_t *pool) argument

Completed in 327 milliseconds

12