Searched refs:xx (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/tools/regression/tls/libxx/
H A DMakefile5 SRCS= xx.c
/freebsd-12-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl76 $xx="eax";
91 &mov (&DWP(0,$dat,$xx,4),$ty);
93 &inc (&LB($xx));
97 &mov ($tx,&DWP(0,$dat,$xx,4));
110 my @XX=($xx,$out);
146 &mov (&DWP(0,$dat,$xx,4),$ty);
147 &inc ($xx);
149 &movz ($xx,&LB($xx)); # (*)
154 &mov ($tx,&DWP(0,$dat,$xx,
[all...]
H A Drc4-c64xplus.pl30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(5,7,8,9,1,2));
68 || MVD $XX,$xx
75 STB $TY,*${KEYA}[$xx]
142 || MVD $XX,$xx
151 STB $TY,*${KEYA}[$xx]
/freebsd-12-stable/lib/msun/bsdsrc/
H A Db_tgamma.c225 struct Double r, xx; local
230 xx.a = (t + x), TRUNC(xx.a);
231 xx.b = x - xx.a; xx.b += t; xx.b += d;
234 x = xx.a + xx.b;
236 xx
[all...]
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dnetworkdelta.c187 float xx = *xptr; local
189 dum = xx - a;
193 if (xx < xp)
194 xp = xx;
197 if (xx > xm)
198 xm = xx;
203 sumx += xx * dum;
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe_debug.c199 int xx; local
206 for (xx = 0; xx < len; xx++)
208 if ((xx != 0) && (xx % 16 == 0))
212 snprintf(c, sizeof(c), "%03x", xx);
238 int i, xx = 0; local
248 snprintf(c, sizeof(c), "%03x", xx);
256 if ((xx !
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpack.d25 @xx["foo", (char)1, (short)2, (long)3] = quantize(1);
/freebsd-12-stable/contrib/bearssl/src/hash/
H A Dghash_pwr8.c76 #define FIX_ENDIAN(xx) vperm(xx, xx, xx, BSW)
79 #define FIX_ENDIAN(xx)
/freebsd-12-stable/contrib/one-true-awk/
H A Dmaketab.c37 struct xx struct
115 const struct xx *p;
/freebsd-12-stable/contrib/dialog/
H A Ddlg_keys.c597 unsigned xx; local
649 for (xx = 0; xx < COUNT_CURSES; ++xx) {
650 if (!dlg_strcmp(curses_names[xx].name, q)) {
651 curses_key = curses_names[xx].code;
662 for (xx = 0; xx < COUNT_DIALOG; ++xx) {
663 if (!dlg_strcmp(dialog_names[xx]
[all...]
/freebsd-12-stable/contrib/sendmail/src/
H A Drecipient.c30 ** xx -- first ADDRESS
34 ** <0 when xx->q_host is less than yy->q_host
35 ** >0 when xx->q_host is greater than yy->q_host
40 sorthost(xx, yy)
41 register ADDRESS *xx;
46 return sm_strrevcasecmp(xx->q_host, yy->q_host);
48 return sm_strcasecmp(xx->q_host, yy->q_host);
55 ** The mailer has been noted already as "expensive" for 'xx'. This
59 ** recipients. We avoid an MX RR lookup when both 'xx' and 'yy' are
64 ** xx
[all...]
/freebsd-12-stable/usr.sbin/pmcstudy/
H A Deval_expr.c675 double xx; local
696 xx = run_expr(exp, 1, NULL);
697 printf("Answer is %f\n", xx);
698 return(xx);
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh359 atf_check -x "sort -S -k2b -k2 in >xx"
360 atf_check -e ignore sort -c -t: -k2n xx
362 atf_check -x "sort -S -k2,2.1b -k2 in >xx"
363 atf_check -e ignore sort -c -t: -k3n xx
365 atf_check -x "sort -S -k2.3 -k2 in >xx"
366 atf_check -e ignore sort -c -t: -k4n xx
368 atf_check -x "sort -S -k2b,2.3 -k2 in >xx"
369 atf_check -e ignore sort -c -t: -k5n xx
371 atf_check -x "sort -S -k2.3,2.1b -k2 in >xx"
372 atf_check -e ignore sort -c -t: -k6n xx
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c760 * Invert xx, reduce modulo p, and store the result in r. r could be xx.
765 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], argument
771 bn_check_top(xx);
778 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
818 * Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
819 * * or yy, xx could equal yy. This function calls down to the
823 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, argument
830 bn_check_top(xx);
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c873 NCURSES_COLOR_T xx = fg;
875 bg = xx;
/freebsd-12-stable/crypto/heimdal/
H A Dconfigure17713 struct foo { int foo; } xx;
17718 snprintf(&xx)
17814 struct foo { int foo; } xx;
17819 vsnprintf(&xx)
17900 struct foo { int foo; } xx;
17905 glob(&xx)
18345 struct foo { int foo; } xx;
18350 hstrerror(&xx)
18384 struct foo { int foo; } xx;
18389 asprintf(&xx)
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c805 NCURSES_COLOR_T xx = fg; local
807 bg = xx;
/freebsd-12-stable/sys/net/
H A Dradix.c670 struct radix_node *xx = x; local
680 saved_tt = tt; x = xx;
/freebsd-12-stable/sbin/routed/
H A Dradix.c576 struct radix_node *xx = x; local
582 saved_tt = tt; x = xx;
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl780 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
789 my @x=map("\"$_\"",@xx);
1373 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
1381 my @x=map("\"$_\"",@xx);
1823 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
1832 my @x=map("\"$_\"",@xx);
2856 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
2866 my @x=map("\"$_\"",@xx);
3360 @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipf_y.y225 xx: { newrule(); } label
256 xx collection action
257 | xx insert collection action
H A Dipnat_y.y130 line: xx rule { int err;
165 xx: { newnatrule(); } label
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1392 % xx to do this right, we have to translate 8-bit characters to
5878 \noexpand\csname\the\macname xx\endcsname}%
5879 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
5905 \expandafter\noexpand\csname\the\macname xx\endcsname}%
5906 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex7699 \noexpand\csname\the\macname xx\endcsname}%
7700 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
7734 \expandafter\noexpand\csname\the\macname xx\endcsname}%
7735 \expandafter\xdef\csname\the\macname xx\endcsname##1{%

Completed in 419 milliseconds