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

12

/freebsd-9.3-release/tools/regression/tls/libxx/
H A DMakefile5 SRCS= xx.c
/freebsd-9.3-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.S68 xx=r30;
91 { .mib; LDKEY xx=[key],SZ // load key->x
102 add xx=1,xx
105 dep key_x[1]=xx,r0,OFF,8
127 (p16) add xx=1,xx // x++
129 { .mmi; (p16) add key_x[1]=ksch,key_x[1] // &key[xx&255]
131 { .mmi; (p16) LDKEY tx[0]=[key_x[1]] // tx=key[xx]
133 (p16) dep key_x[0]=xx,r
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/sys/dev/bxe/
H A Dbxe_debug.c197 int xx; local
204 for (xx = 0; xx < len; xx++)
206 if ((xx != 0) && (xx % 16 == 0))
210 snprintf(c, sizeof(c), "%03x", xx);
236 int i, xx = 0; local
246 snprintf(c, sizeof(c), "%03x", xx);
254 if ((xx !
[all...]
/freebsd-9.3-release/contrib/groff/contrib/mm/
H A DMakefile.sim19 indexdir = xx
/freebsd-9.3-release/contrib/one-true-awk/
H A Dmaketab.c37 struct xx struct
115 const struct xx *p;
H A DFIXES1012 Oct xx, 1987:
/freebsd-9.3-release/contrib/dialog/
H A Ddlg_keys.c562 unsigned xx; local
613 for (xx = 0; xx < COUNT_CURSES; ++xx) {
614 if (!dlg_strcmp(curses_names[xx].name, q)) {
615 curses_key = curses_names[xx].code;
626 for (xx = 0; xx < COUNT_DIALOG; ++xx) {
627 if (!dlg_strcmp(dialog_names[xx]
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_gzio.c343 uint32_t xx; local
348 xx = bswap32(x);
350 xx = x;
352 vn_rdwr(UIO_WRITE, s->file, (caddr_t)&xx, sizeof(xx), curoff,
355 s->outoff += sizeof(xx) - resid;
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c808 * Invert xx, reduce modulo p, and store the result in r. r could be xx.
813 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const unsigned int p[], argument
819 bn_check_top(xx);
826 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
955 * Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
956 * * or yy, xx could equal yy. This function calls down to the
960 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, argument
967 bn_check_top(xx);
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_color.c579 NCURSES_COLOR_T xx = fg; local
581 bg = xx;
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dkssl.c798 * described in kssl_skip_confound() below. The ASN.1 pattern is "62 xx 30
799 * yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and xx and yy are
805 int xx = 0, yy = 0; local
814 xx = (*p++ << 8);
815 xx += *p++;
819 xx = *p++;
824 xx = *p++;
850 return (xx - len == yy) ? 1 : 0;
/freebsd-9.3-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-9.3-release/contrib/ipfilter/tools/
H A Dipnat_y.y111 line: xx rule { while ((nat = nattop) != NULL) {
133 xx: { newnatrule(); } label
H A Dipf_y.y189 xx: { newrule(); } label
220 xx collection action
221 | xx insert collection action
/freebsd-9.3-release/sbin/routed/
H A Dradix.c573 struct radix_node *xx = x; local
579 saved_tt = tt; x = xx;
/freebsd-9.3-release/sys/net/
H A Dradix.c696 struct radix_node *xx = x; local
706 saved_tt = tt; x = xx;
/freebsd-9.3-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-9.3-release/contrib/ipfilter/
H A Dradix.c652 struct radix_node *xx = x; local
663 x = xx;
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure28188 struct foo { int foo; } xx;
28193 snprintf(&xx)
28343 struct foo { int foo; } xx;
28348 vsnprintf(&xx)
28482 struct foo { int foo; } xx;
28487 glob(&xx)
29388 struct foo { int foo; } xx;
29393 hstrerror(&xx)
29453 struct foo { int foo; } xx;
29458 asprintf(&xx)
[all...]
/freebsd-9.3-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-9.3-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{%

Completed in 391 milliseconds

12