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

12

/freebsd-10.0-release/tools/regression/tls/libxx/
H A DMakefile5 SRCS= xx.c
/freebsd-10.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl65 $xx="eax";
80 &mov (&DWP(0,$dat,$xx,4),$ty);
82 &inc (&LB($xx));
86 &mov ($tx,&DWP(0,$dat,$xx,4));
99 my @XX=($xx,$out);
135 &mov (&DWP(0,$dat,$xx,4),$ty);
136 &inc ($xx);
138 &movz ($xx,&LB($xx)); # (*)
143 &mov ($tx,&DWP(0,$dat,$xx,
[all...]
/freebsd-10.0-release/lib/msun/bsdsrc/
H A Db_tgamma.c223 struct Double r, xx; local
228 xx.a = (t + x), TRUNC(xx.a);
229 xx.b = x - xx.a; xx.b += t; xx.b += d;
232 x = xx.a + xx.b;
234 xx
[all...]
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dnetworkdelta.c185 float xx = *xptr; local
187 dum = xx - a;
191 if (xx < xp)
192 xp = xx;
195 if (xx > xm)
196 xm = xx;
201 sumx += xx * dum;
/freebsd-10.0-release/sys/dev/bxe/
H A Dbxe_debug.c204 int xx; local
211 for (xx = 0; xx < len; xx++)
213 if ((xx != 0) && (xx % 16 == 0))
217 snprintf(c, sizeof(c), "%03x", xx);
243 int i, xx = 0; local
253 snprintf(c, sizeof(c), "%03x", xx);
261 if ((xx !
[all...]
/freebsd-10.0-release/contrib/groff/contrib/mm/
H A DMakefile.sim19 indexdir = xx
/freebsd-10.0-release/contrib/one-true-awk/
H A Dmaketab.c37 struct xx struct
115 const struct xx *p;
H A DFIXES1012 Oct xx, 1987:
/freebsd-10.0-release/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-10.0-release/sys/kern/
H A Dkern_gzio.c337 uint32_t xx; local
342 xx = bswap32(x);
344 xx = x;
346 vn_rdwr(UIO_WRITE, s->file, (caddr_t)&xx, sizeof(xx), curoff,
349 s->outoff += sizeof(xx) - resid;
/freebsd-10.0-release/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-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c656 /* Invert xx, reduce modulo p, and store the result in r. r could be xx.
662 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], BN_CTX *ctx) argument
667 bn_check_top(xx);
672 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
781 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
782 * or yy, xx could equal yy.
788 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const int p[], BN_CTX *ctx) argument
794 bn_check_top(xx);
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_color.c579 NCURSES_COLOR_T xx = fg; local
581 bg = xx;
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dkssl.c840 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
841 ** xx and yy are possibly multi-byte length fields.
846 int xx = 0, yy = 0; local
851 case 0x82: p++; xx = (*p++ << 8); xx += *p++; break;
852 case 0x81: p++; xx = *p++; break;
854 default: xx = *p++; break;
865 return (xx - len == yy)? 1: 0;
/freebsd-10.0-release/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-10.0-release/sys/dev/wds/
H A Dwd7000.c220 u_int8_t xx[6]; member in struct:wds_cmd
274 u_int8_t xx; member in struct:wds_setup
1320 init.xx = 0;
/freebsd-10.0-release/sbin/routed/
H A Dradix.c573 struct radix_node *xx = x; local
579 saved_tt = tt; x = xx;
/freebsd-10.0-release/sys/net/
H A Dradix.c695 struct radix_node *xx = x; local
705 saved_tt = tt; x = xx;
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dnode.cpp2622 italic_corrected_node::italic_corrected_node(node *nn, hunits xx, statem *s, argument
2624 : node(p, s, pop), n(nn), x(xx)
4594 hunits xx = x - w; local
4595 hunits xx2 = xx/2;
4599 out->right(xx - xx2);
5336 left_italic_corrected_node::left_italic_corrected_node(node *xx) argument
5337 : node(xx), n(0)
5342 node *xx)
5343 : node(xx, s, pop), n(0)
5341 left_italic_corrected_node(statem *s, int pop, node *xx) argument
H A Denv.cpp459 hunits xx = translate_space_to_dummy ? H0 : sentence_space_width; local
460 if (p->merge_space(xx, space_width, sentence_space_width)) {
461 *tp += xx;
3604 . `^^xx' (`x' is 0-9 or a-f), and `^^x' (character code of `x' in the
3660 error("invalid ^, ^^x, or ^^xx character in hyphenation patterns file");
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipf_y.y224 xx: { newrule(); } label
255 xx collection action
256 | xx insert collection action
H A Dipnat_y.y142 line: xx rule { int err;
177 xx: { newnatrule(); } label
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex1296 % xx to do this right, we have to translate 8-bit characters to
5682 \noexpand\csname\the\macname xx\endcsname}%
5683 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
5709 \expandafter\noexpand\csname\the\macname xx\endcsname}%
5710 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
/freebsd-10.0-release/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-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex1297 % xx to do this right, we have to translate 8-bit characters to
5754 \noexpand\csname\the\macname xx\endcsname}%
5755 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
5781 \expandafter\noexpand\csname\the\macname xx\endcsname}%
5782 \expandafter\xdef\csname\the\macname xx\endcsname##1{%

Completed in 456 milliseconds

12