Searched refs:_out (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/libucl/tests/
H A Dbasic.test7 _out=${TEST_OUT_DIR}/basic.out
8 $PROG $_t.in $_out
11 cat $_out
12 rm $_out
16 diff -s $_out $_t.res -u 2>/dev/null
18 rm $_out
23 rm $_out
/freebsd-10-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl813 my $_out=&DWP(28,"esp"); #copy of wparam(1)
854 &mov ($_out,$s1); # save copy of out
910 &mov ($key,$_out); # load out
927 &mov ($_out,$s3); # save out
951 &mov ($key,$_out); # load out
969 &mov ($idx,$_out); # output as input
982 &cmp ($idx,$_out);
1017 &mov ($key,$_out); # load out
1029 &mov ($_out,$key); # save out
1053 &mov ($key eq "edi" ? $key : "",$_out); # loa
[all...]
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_sa.c750 goto _out;
756 goto _out;
774 _out:
791 goto _out;
798 goto _out;
811 _out:
834 goto _out;
841 goto _out;
848 _out:
/freebsd-10-stable/lib/msun/tests/
H A Dinvtrig_test.c56 volatile long double _in = (x), _out = (result); \
58 assert(fpequal_tol(func(_in), _out, (tol), CS_BOTH)); \
85 volatile long double _iny = (y), _inx = (x), _out = (result); \
87 assert(fpequal_tol(func(_iny, _inx), _out, (tol), CS_BOTH)); \
/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl2022 my $_out=&DWP(36,"esp"); # copy of wparam(1)
2098 &mov ($_out,$s1); # save copy of out
2154 &mov ($key,$_out); # load out
2165 &mov ($_out,$s3); # save out
2195 &cmp ($acc,$_out);
2217 &mov ($key,$_out); # load out
2230 &mov ($_out,$key); # save out
2263 &mov ($acc,$_out); # load out
2275 &mov ($_out,$acc); # save out
2350 &mov ($_out,
[all...]
H A Daes-x86_64.pl1645 my $_out="32(%rsp)"; # copy of 2nd parameter, out
1720 mov %rsi,$_out # save copy of out
1930 #mov %rsi,$_out # save copy of out
1973 mov $out,$_out # save out
1979 mov $_out,$out # restore out
2037 mov $out,$_out # save out
2043 mov $_out,$out # restore out

Completed in 129 milliseconds