Searched defs:sticky (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/compiler-rt/lib/i386/
H A Dfloatundisf.S62 sticky: .quad 0x0000000000000000 label
/freebsd-10.1-release/contrib/compiler-rt/lib/
H A Dadddf3.c91 const bool sticky = bSignificand << (typeWidth - align); local
119 const bool sticky = aSignificand & 1; local
132 const bool sticky = aSignificand << (typeWidth - shift); local
[all...]
H A Daddsf3.c90 const bool sticky = bSignificand << (typeWidth - align); local
118 const bool sticky = aSignificand & 1; local
131 const bool sticky = aSignificand << (typeWidth - shift); local
[all...]
H A Dfp_lib.h129 const bool sticky = *lo << (typeWidth - count); local
134 const bool sticky = *hi << (2*typeWidth - count) | *lo; local
138 const bool sticky = *hi | *lo; local
H A Dtruncdfsf2.c151 const bool sticky = significand << (srcBits - shift); local
/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_mul.c108 int sticky; local
/freebsd-10.1-release/sys/powerpc/fpu/
H A Dfpu_mul.c108 int sticky; local
/freebsd-10.1-release/sys/net/
H A Dif_media.c207 int error = 0, sticky; local
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipnat_y.y1088 sticky: | IPNY_STICKY { if (!(nat->in_flags & IPN_ROUNDR) && label
/freebsd-10.1-release/sys/netinet6/
H A Dip6_output.c2573 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, struct ucred *cred, int sticky, int cmsg, int uproto) argument
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dreal.c173 unsigned long sticky = 0; local
2322 unsigned long sticky; local
[all...]
/freebsd-10.1-release/sys/dev/sound/pci/hda/
H A Dhdaa.c2843 uint32_t data, wake, unsol, sticky; local
2869 uint32_t data, dir, enable, wake, unsol, sticky; local

Completed in 130 milliseconds