Searched refs:sx (Results 1 - 25 of 386) sorted by last modified time

1234567891011>>

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c60 #include <sys/sx.h>
168 static struct sx linux_ioctl_sx;
H A Dlinux_futex.c56 #include <sys/sx.h>
87 LIN_SDT_PROBE_DEFINE1(futex, futex, create, "struct sx *");
88 LIN_SDT_PROBE_DEFINE1(futex, futex, destroy, "struct sx *");
202 struct sx f_lck;
/freebsd-9.3-release/sys/kern/
H A Dvfs_syscalls.c66 #include <sys/sx.h>
H A Dkern_prot.c61 #include <sys/sx.h>
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dx509v3.h464 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone);
465 ASN1_OCTET_STRING *SXNET_get_id_ulong(SXNET *sx, unsigned long lzone);
466 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone);
H A Dv3_sxnet.c71 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
106 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
113 v = ASN1_INTEGER_get(sx->version);
115 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
116 id = sk_SXNETID_value(sx->ids, i);
137 SXNET *sx = NULL;
141 if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
144 return sx;
186 SXNET *sx = NULL;
200 if (!(sx
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c85 #include <sys/sx.h>
H A Dpfvar.h42 #include <sys/sx.h>
2101 VNET_DECLARE(struct sx, pf_consistency_lock);
H A Dpf_ioctl.c173 VNET_DEFINE(struct sx, pf_consistency_lock);
/freebsd-9.3-release/contrib/ntp/
H A Dconfig.sub408 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
H A Dltmain.sh2062 *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup)
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfig.sub408 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
H A Dltmain.sh2062 *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup)
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub408 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
H A Dltmain.sh2063 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dlr.pl48 $self->{sx} = 0.0;
61 $self->{sx} += $_x;
72 return 1 unless ($self->{n} * $self->{sx2} - $self->{sx}**2);
73 return ($self->{n} * $self->{sxy} - $self->{sx} * $self->{sy})
74 / ($self->{n} * $self->{sx2} - $self->{sx}**2);
81 return ($self->{sy} - B() * $self->{sx}) / $self->{n};
102 my $s = ($self->{n} * $self->{sx2} - $self->{sx}**2)
107 return ($self->{n} * $self->{sxy} - $self->{sx} * $self->{sy}) / sqrt($s);
114 return ($self->{sxy} - $self->{sx} * $self->{sy} / $self->{n})
140 sx
[all...]
/freebsd-9.3-release/contrib/file/
H A Dconfig.sub427 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
H A Dltmain.sh2064 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.complex.d62 } sx;
/freebsd-9.3-release/lib/libedit/
H A Drefresh.c432 * the line. fx and sx is the number of characters inserted or deleted
437 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
440 ELRE_DEBUG(1, (__F, "re_clear_eol sx %d, fx %d, diff %d\n",
441 sx, fx, diff));
445 if (sx < 0)
446 sx = -sx;
449 if (sx > diff)
450 diff = sx;
486 int fx, sx; local
[all...]
/freebsd-9.3-release/lib/msun/src/
H A De_fmod.c31 int32_t n,hx,hy,hz,ix,iy,sx,i; local
36 sx = hx&0x80000000; /* sign of x */
37 hx ^=sx; /* |x| */
47 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
101 return Zero[(u_int32_t)sx>>31];
110 return Zero[(u_int32_t)sx>>31];
117 INSERT_WORDS(x,hx|sx,lx);
124 lx = (hx<<(32-n))|(lx>>n); hx = sx;
126 lx = hx>>(n-32); hx = sx;
128 INSERT_WORDS(x,hx|sx,l
[all...]
H A De_fmodf.c33 int32_t n,hx,hy,hz,ix,iy,sx,i; local
37 sx = hx&0x80000000; /* sign of x */
38 hx ^=sx; /* |x| */
47 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
80 return Zero[(u_int32_t)sx>>31];
89 return Zero[(u_int32_t)sx>>31];
96 SET_FLOAT_WORD(x,hx|sx);
100 SET_FLOAT_WORD(x,hx|sx);
H A De_fmodl.c71 int ix,iy,n,sx; local
75 sx = ux.bits.sign;
91 return Zero[sx]; /* |x|=|y| return x*0*/
125 return Zero[sx];
134 return Zero[sx];
H A De_remainder.c38 u_int32_t sx,lx,lp; local
43 sx = hx&0x80000000;
73 SET_HIGH_WORD(x,hx^sx);
H A De_remainderf.c29 u_int32_t sx; local
34 sx = hx&0x80000000;
63 SET_FLOAT_WORD(x,hx^sx);

Completed in 446 milliseconds

1234567891011>>